Skip to content

Commit

Permalink
example app: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Sep 9, 2022
1 parent 9d1fe3b commit a514724
Show file tree
Hide file tree
Showing 2 changed files with 1,176 additions and 1,033 deletions.
54 changes: 27 additions & 27 deletions example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,49 +22,49 @@
"webpack:shortcut": "cross-env TS_NODE_FILES=true npm exec --package=webpack-cli --node-options=\"--require tsconfig-paths/register\" -- webpack"
},
"dependencies": {
"electron-rpc-api": "8.0.1",
"rxjs": "7.5.5",
"sanitize-html": "2.7.0",
"electron-rpc-api": "9.0.0",
"rxjs": "7.5.6",
"sanitize-html": "2.7.1",
"tcp-ping": "0.1.1"
},
"devDependencies": {
"@types/html-webpack-plugin": "3.2.6",
"@types/mini-css-extract-plugin": "2.5.1",
"@types/node": "17.0.23",
"@types/node": "18.7.16",
"@types/sanitize-html": "2.6.2",
"@types/tcp-ping": "0.1.3",
"@types/webpack-dev-server": "4.7.2",
"@types/webpack-merge": "5.0.0",
"@types/webpack-node-externals": "2.5.3",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"bootstrap": "5.1.3",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"bootstrap": "5.2.1",
"cross-env": "7.0.3",
"css-loader": "6.7.1",
"electron": "18.0.3",
"electron-builder": "23.0.3",
"eslint": "8.13.0",
"electron": "20.1.3",
"electron-builder": "23.3.3",
"eslint": "8.23.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-sonarjs": "0.13.0",
"format-imports": "3.0.11",
"eslint-plugin-sonarjs": "0.15.0",
"format-imports": "3.1.0",
"html-webpack-plugin": "5.5.0",
"husky": "^7.0.4",
"lint-staged": "12.3.7",
"mini-css-extract-plugin": "2.6.0",
"npm-run-all2": "5.0.2",
"ping": "0.4.1",
"husky": "^8.0.1",
"lint-staged": "13.0.3",
"mini-css-extract-plugin": "2.6.1",
"npm-run-all2": "6.0.2",
"ping": "0.4.2",
"rimraf": "3.0.2",
"sass": "1.50.0",
"sass-loader": "12.6.0",
"ts-loader": "9.2.8",
"ts-node": "10.7.0",
"tsconfig-paths": "3.14.1",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.6.3",
"sass": "1.54.9",
"sass-loader": "13.0.2",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.8.3",
"wait-on": "6.0.1",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.8.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.0",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0"
},
Expand Down

0 comments on commit a514724

Please sign in to comment.