|
1 | 1 | { |
2 | 2 | "name": "sofie-chef", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.4.1", |
4 | 4 | "description": "Sofie Chef - Disrupting the industry & stirring pots", |
5 | 5 | "author": { |
6 | 6 | "name": "NRK" |
|
10 | 10 | "build": "tsc", |
11 | 11 | "watch:build": "tsc -w", |
12 | 12 | "watch:electron": "nodemon --exec npm start", |
13 | | - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
| 13 | + "lint": "run -T g:eslint . --ext .js,.jsx,.ts,.tsx", |
14 | 14 | "start": "electron ./dist/main.js", |
15 | 15 | "build:binary": "electron-builder", |
16 | 16 | "dev": "yarn && yarn build && concurrently --kill-others \"yarn watch:build\" \"yarn watch:electron\"", |
17 | 17 | "release:release": "sofie-version", |
18 | | - "release": "yarn release:release" |
| 18 | + "release": "yarn release:release", |
| 19 | + "g:eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\"" |
19 | 20 | }, |
20 | 21 | "repository": "https://github.com/nrkno/sofie-chef", |
21 | 22 | "homepage": "https://github.com/nrkno/sofie-chef#readme", |
|
35 | 36 | "@types/koa-bodyparser": "^4.3.10", |
36 | 37 | "@types/koa-router": "^7.4.5", |
37 | 38 | "@types/koa__cors": "^4.0.3", |
| 39 | + "@types/node": "22.15.19", |
38 | 40 | "@types/underscore": "^1.11.9", |
39 | 41 | "@types/url-join": "^4.0.1", |
40 | 42 | "@types/ws": "^8.5.6", |
41 | | - "concurrently": "^8.2.1", |
42 | | - "electron": "^31.0.0", |
43 | | - "electron-builder": "^24.6.4", |
| 43 | + "concurrently": "^9.1.2", |
| 44 | + "electron": "^36.2.1", |
| 45 | + "electron-builder": "^26.0.15", |
44 | 46 | "jest": "^29.7.0", |
45 | 47 | "nodemon": "^3.0.1", |
46 | 48 | "typescript": "~4.9" |
47 | 49 | }, |
48 | 50 | "dependencies": { |
49 | | - "@koa/cors": "^4.0.0", |
50 | | - "chokidar": "^3.5.3", |
| 51 | + "@koa/cors": "^5.0.0", |
| 52 | + "chokidar": "^4.0.3", |
51 | 53 | "koa": "^2.14.2", |
52 | 54 | "koa-bodyparser": "^4.4.1", |
53 | | - "koa-router": "^12.0.0", |
| 55 | + "koa-router": "^13.0.1", |
54 | 56 | "underscore": "^1.13.6", |
55 | 57 | "url-join": "^4.0.1", |
56 | 58 | "winston": "^3.10.0", |
|
96 | 98 | "dist/**/*", |
97 | 99 | "static/**/*" |
98 | 100 | ] |
99 | | - } |
| 101 | + }, |
| 102 | + "packageManager": "yarn@3.6.3+sha512.d432ab8b22b89cb8b46649ebaf196159b0c1870904224771d75fdf8b55490aaa5de4d9f028deb0425f1513bff7843e97b9d117103795a23b12d2e7c1cedcf50f" |
100 | 103 | } |
0 commit comments