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 Jun 8, 2021
1 parent 4a013d4 commit c2c8cb7
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 1,609 deletions.
30 changes: 15 additions & 15 deletions example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"devDependencies": {
"@types/html-webpack-plugin": "3.2.5",
"@types/mini-css-extract-plugin": "1.4.3",
"@types/node": "15.6.1",
"@types/node": "15.12.2",
"@types/sanitize-html": "2.3.1",
"@types/tcp-ping": "0.1.2",
"@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.25.0",
"@typescript-eslint/parser": "4.25.0",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@vladimiry/import-sort-style": "0.1.4",
"bootstrap": "5.0.1",
"cross-env": "7.0.3",
"css-loader": "5.2.6",
"electron": "13.0.0",
"electron": "13.1.1",
"electron-builder": "22.11.1",
"eslint": "7.27.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-sonarjs": "0.7.0",
"eslint": "7.28.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-sonarjs": "0.8.0-125",
"html-webpack-plugin": "5.3.1",
"husky": "^6.0.0",
"import-sort-cli": "6.0.0",
Expand All @@ -59,23 +59,23 @@
"ping": "0.4.1",
"rimraf": "3.0.2",
"sass": "1.32.13",
"sass-loader": "11.1.1",
"ts-loader": "9.2.2",
"sass-loader": "12.0.0",
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tsconfig-paths": "3.9.0",
"tsconfig-paths-webpack-plugin": "3.5.1",
"typescript": "4.2.4",
"typescript": "4.3.2",
"wait-on": "5.3.0",
"webpack": "5.37.1",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack": "5.38.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "4.0.0-beta.3",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0"
},
"resolutions": {
"*/**/tslib": "^2.x",
"webpack-dev-server/bonjour/multicast-dns": "^7.2.3",
"import-sort-cli/yargs": "^17.x",
"import-sort-cli/globby": "^11.x",
"import-sort-parser-typescript/typescript": "^4.x"
}
}
Loading

0 comments on commit c2c8cb7

Please sign in to comment.