Skip to content

Commit 1117c9c

Browse files
committed
example app: update dependencies
1 parent 806f83f commit 1117c9c

File tree

2 files changed

+2266
-2047
lines changed

2 files changed

+2266
-2047
lines changed

example/electron-app/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": "git@github.com:vladimiry/electron-rpc-api.git",
88
"engines": {
9-
"node": ">=14.0.0"
9+
"node": ">=18"
1010
},
1111
"main": "./app/generated/main/index.js",
1212
"scripts": {
@@ -22,50 +22,50 @@
2222
"webpack:shortcut": "cross-env TS_NODE_FILES=true npm exec --package=webpack-cli --node-options=\"--require tsconfig-paths/register\" -- webpack"
2323
},
2424
"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",
2828
"tcp-ping": "0.1.1"
2929
},
3030
"devDependencies": {
31-
"@types/html-webpack-plugin": "3.2.6",
31+
"@types/html-webpack-plugin": "3.2.9",
3232
"@types/mini-css-extract-plugin": "2.5.1",
3333
"@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",
3636
"@types/webpack-dev-server": "4.7.2",
3737
"@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",
4242
"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",
6969
"webpack-node-externals": "3.0.0"
7070
},
7171
"resolutions": {

0 commit comments

Comments
 (0)