Skip to content

Commit

Permalink
Upgrade: Bump webpack from 5.10.0 to 5.19.0
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.0 to 5.19.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.10.0...v5.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 30, 2021
1 parent 2259bfc commit 05be2dd
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 164 deletions.
2 changes: 1 addition & 1 deletion packages/create-hint/package.json
Expand Up @@ -44,7 +44,7 @@
"sinon": "^9.2.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hintrc/package.json
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.2.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-parser/package.json
Expand Up @@ -42,7 +42,7 @@
"sinon": "^9.2.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-browser/package.json
Expand Up @@ -101,7 +101,7 @@
"util": "^0.12.3",
"util.promisify": "^1.0.1",
"web-ext": "^5.5.0",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-vscode/package.json
Expand Up @@ -75,7 +75,7 @@
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-textdocument": "^1.0.1",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"displayName": "webhint",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-webpack-config/package.json
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.2.4",
"typescript": "^4.1.3",
"webpack": "^5.10.0"
"webpack": "^5.19.0"
},
"files": [
"dist/src"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-worker/package.json
Expand Up @@ -72,7 +72,7 @@
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.1.3",
"util.promisify": "^1.0.1",
"webpack": "^5.10.0",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
},
"files": [
Expand Down
295 changes: 138 additions & 157 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 05be2dd

Please sign in to comment.