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 May 9, 2021
1 parent c0ae649 commit 7e8ce74
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 275 deletions.
20 changes: 10 additions & 10 deletions example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"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.0-alpha2",
"electron-rpc-api": "8.0.0",
"rxjs": "7.0.0",
"sanitize-html": "2.3.3",
"tcp-ping": "0.1.1"
},
"devDependencies": {
"@types/html-webpack-plugin": "3.2.5",
"@types/mini-css-extract-plugin": "1.4.2",
"@types/node": "15.0.1",
"@types/mini-css-extract-plugin": "1.4.3",
"@types/node": "15.0.2",
"@types/sanitize-html": "2.3.1",
"@types/tcp-ping": "0.1.1",
"@types/webpack-dev-server": "3.11.3",
"@types/webpack-dev-server": "3.11.4",
"@types/webpack-merge": "5.0.0",
"@types/webpack-node-externals": "2.5.1",
"@typescript-eslint/eslint-plugin": "4.22.1",
Expand All @@ -44,30 +44,30 @@
"bootstrap": "4.6.0",
"cross-env": "7.0.3",
"css-loader": "5.2.4",
"electron": "12.0.6",
"electron-builder": "22.10.5",
"eslint": "7.25.0",
"electron": "12.0.7",
"electron-builder": "22.11.1",
"eslint": "7.26.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-sonarjs": "0.7.0",
"html-webpack-plugin": "5.3.1",
"husky": "^6.0.0",
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"lint-staged": "10.5.4",
"lint-staged": "11.0.0",
"mini-css-extract-plugin": "1.6.0",
"npm-run-all": "4.1.5",
"ping": "0.4.1",
"rimraf": "3.0.2",
"sass": "1.32.12",
"sass-loader": "11.0.1",
"ts-loader": "9.1.1",
"ts-loader": "9.1.2",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
"tsconfig-paths-webpack-plugin": "3.5.1",
"typescript": "4.2.4",
"wait-on": "5.3.0",
"webpack": "5.36.2",
"webpack-cli": "4.6.0",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack-node-externals": "3.0.0"
Expand Down

0 comments on commit 7e8ce74

Please sign in to comment.