|
22 | 22 | "webpack:shortcut": "cross-env TS_NODE_FILES=true npm exec --package=webpack-cli --node-options=\"--require tsconfig-paths/register\" -- webpack" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "electron-rpc-api": "8.0.1", |
26 | | - "rxjs": "7.5.5", |
27 | | - "sanitize-html": "2.7.0", |
| 25 | + "electron-rpc-api": "9.0.0", |
| 26 | + "rxjs": "7.5.6", |
| 27 | + "sanitize-html": "2.7.1", |
28 | 28 | "tcp-ping": "0.1.1" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@types/html-webpack-plugin": "3.2.6", |
32 | 32 | "@types/mini-css-extract-plugin": "2.5.1", |
33 | | - "@types/node": "17.0.23", |
| 33 | + "@types/node": "18.7.16", |
34 | 34 | "@types/sanitize-html": "2.6.2", |
35 | 35 | "@types/tcp-ping": "0.1.3", |
36 | 36 | "@types/webpack-dev-server": "4.7.2", |
37 | 37 | "@types/webpack-merge": "5.0.0", |
38 | 38 | "@types/webpack-node-externals": "2.5.3", |
39 | | - "@typescript-eslint/eslint-plugin": "5.19.0", |
40 | | - "@typescript-eslint/parser": "5.19.0", |
41 | | - "bootstrap": "5.1.3", |
| 39 | + "@typescript-eslint/eslint-plugin": "5.36.2", |
| 40 | + "@typescript-eslint/parser": "5.36.2", |
| 41 | + "bootstrap": "5.2.1", |
42 | 42 | "cross-env": "7.0.3", |
43 | 43 | "css-loader": "6.7.1", |
44 | | - "electron": "18.0.3", |
45 | | - "electron-builder": "23.0.3", |
46 | | - "eslint": "8.13.0", |
| 44 | + "electron": "20.1.3", |
| 45 | + "electron-builder": "23.3.3", |
| 46 | + "eslint": "8.23.0", |
47 | 47 | "eslint-plugin-import": "2.26.0", |
48 | | - "eslint-plugin-sonarjs": "0.13.0", |
49 | | - "format-imports": "3.0.11", |
| 48 | + "eslint-plugin-sonarjs": "0.15.0", |
| 49 | + "format-imports": "3.1.0", |
50 | 50 | "html-webpack-plugin": "5.5.0", |
51 | | - "husky": "^7.0.4", |
52 | | - "lint-staged": "12.3.7", |
53 | | - "mini-css-extract-plugin": "2.6.0", |
54 | | - "npm-run-all2": "5.0.2", |
55 | | - "ping": "0.4.1", |
| 51 | + "husky": "^8.0.1", |
| 52 | + "lint-staged": "13.0.3", |
| 53 | + "mini-css-extract-plugin": "2.6.1", |
| 54 | + "npm-run-all2": "6.0.2", |
| 55 | + "ping": "0.4.2", |
56 | 56 | "rimraf": "3.0.2", |
57 | | - "sass": "1.50.0", |
58 | | - "sass-loader": "12.6.0", |
59 | | - "ts-loader": "9.2.8", |
60 | | - "ts-node": "10.7.0", |
61 | | - "tsconfig-paths": "3.14.1", |
62 | | - "tsconfig-paths-webpack-plugin": "3.5.2", |
63 | | - "typescript": "4.6.3", |
| 57 | + "sass": "1.54.9", |
| 58 | + "sass-loader": "13.0.2", |
| 59 | + "ts-loader": "9.3.1", |
| 60 | + "ts-node": "10.9.1", |
| 61 | + "tsconfig-paths": "4.1.0", |
| 62 | + "tsconfig-paths-webpack-plugin": "4.0.0", |
| 63 | + "typescript": "4.8.3", |
64 | 64 | "wait-on": "6.0.1", |
65 | | - "webpack": "5.72.0", |
66 | | - "webpack-cli": "4.9.2", |
67 | | - "webpack-dev-server": "4.8.1", |
| 65 | + "webpack": "5.74.0", |
| 66 | + "webpack-cli": "4.10.0", |
| 67 | + "webpack-dev-server": "4.11.0", |
68 | 68 | "webpack-merge": "5.8.0", |
69 | 69 | "webpack-node-externals": "3.0.0" |
70 | 70 | }, |
|
0 commit comments