Skip to content

Commit 72bf4cd

Browse files
fix(deps): update dependency webpack to v5
1 parent 0def89f commit 72bf4cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ts-node": "8.8.2",
5252
"tslint": "6.1.1",
5353
"typescript": "4.5.4",
54-
"webpack": "4.46.0",
54+
"webpack": "5.102.1",
5555
"webpack-cli": "4.5.0"
5656
},
5757
"dependencies": {

packages/guess-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rollup-plugin-hypothetical": "^2.1.0",
3535
"rollup-plugin-typescript": "^1.0.0",
3636
"table": "^5.4.1",
37-
"webpack": "^4.14.0"
37+
"webpack": "^5.0.0"
3838
},
3939
"files": [
4040
"dist",

0 commit comments

Comments
 (0)