|
6 | 6 | "license": "MIT", |
7 | 7 | "repository": "git@github.com:vladimiry/electron-rpc-api.git", |
8 | 8 | "engines": { |
9 | | - "node": ">=14.0.0" |
| 9 | + "node": ">=18" |
10 | 10 | }, |
11 | 11 | "main": "./app/generated/main/index.js", |
12 | 12 | "scripts": { |
|
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": "9.0.0", |
26 | | - "rxjs": "7.5.6", |
27 | | - "sanitize-html": "2.7.1", |
| 25 | + "electron-rpc-api": "10.0.0", |
| 26 | + "rxjs": "7.8.1", |
| 27 | + "sanitize-html": "2.11.0", |
28 | 28 | "tcp-ping": "0.1.1" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@types/html-webpack-plugin": "3.2.6", |
| 31 | + "@types/html-webpack-plugin": "3.2.9", |
32 | 32 | "@types/mini-css-extract-plugin": "2.5.1", |
33 | 33 | "@types/node": "18.7.16", |
34 | | - "@types/sanitize-html": "2.6.2", |
35 | | - "@types/tcp-ping": "0.1.3", |
| 34 | + "@types/sanitize-html": "2.9.5", |
| 35 | + "@types/tcp-ping": "0.1.5", |
36 | 36 | "@types/webpack-dev-server": "4.7.2", |
37 | 37 | "@types/webpack-merge": "5.0.0", |
38 | | - "@types/webpack-node-externals": "2.5.3", |
39 | | - "@typescript-eslint/eslint-plugin": "5.36.2", |
40 | | - "@typescript-eslint/parser": "5.36.2", |
41 | | - "bootstrap": "5.2.1", |
| 38 | + "@types/webpack-node-externals": "3.0.4", |
| 39 | + "@typescript-eslint/eslint-plugin": "6.18.1", |
| 40 | + "@typescript-eslint/parser": "6.18.1", |
| 41 | + "bootstrap": "5.3.2", |
42 | 42 | "cross-env": "7.0.3", |
43 | | - "css-loader": "6.7.1", |
44 | | - "electron": "20.1.3", |
45 | | - "electron-builder": "23.3.3", |
46 | | - "eslint": "8.23.0", |
47 | | - "eslint-plugin-import": "2.26.0", |
48 | | - "eslint-plugin-sonarjs": "0.15.0", |
49 | | - "format-imports": "3.1.0", |
50 | | - "html-webpack-plugin": "5.5.0", |
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 | | - "rimraf": "3.0.2", |
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 | | - "wait-on": "6.0.1", |
65 | | - "webpack": "5.76.0", |
66 | | - "webpack-cli": "4.10.0", |
67 | | - "webpack-dev-server": "4.11.0", |
68 | | - "webpack-merge": "5.8.0", |
| 43 | + "css-loader": "6.9.0", |
| 44 | + "electron": "28.1.2", |
| 45 | + "electron-builder": "24.9.1", |
| 46 | + "eslint": "8.56.0", |
| 47 | + "eslint-plugin-import": "2.29.1", |
| 48 | + "eslint-plugin-sonarjs": "0.23.0", |
| 49 | + "format-imports": "4.0.0", |
| 50 | + "html-webpack-plugin": "5.6.0", |
| 51 | + "husky": "^8.0.3", |
| 52 | + "lint-staged": "15.2.0", |
| 53 | + "mini-css-extract-plugin": "2.7.6", |
| 54 | + "npm-run-all2": "6.1.1", |
| 55 | + "ping": "0.4.4", |
| 56 | + "rimraf": "5.0.5", |
| 57 | + "sass": "1.69.7", |
| 58 | + "sass-loader": "13.3.3", |
| 59 | + "ts-loader": "9.5.1", |
| 60 | + "ts-node": "10.9.2", |
| 61 | + "tsconfig-paths": "4.2.0", |
| 62 | + "tsconfig-paths-webpack-plugin": "4.1.0", |
| 63 | + "typescript": "5.3.3", |
| 64 | + "wait-on": "7.2.0", |
| 65 | + "webpack": "5.89.0", |
| 66 | + "webpack-cli": "5.1.4", |
| 67 | + "webpack-dev-server": "4.15.1", |
| 68 | + "webpack-merge": "5.10.0", |
69 | 69 | "webpack-node-externals": "3.0.0" |
70 | 70 | }, |
71 | 71 | "resolutions": { |
|
0 commit comments