Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
devDeps: webpack@^5.73.0->^5.88.2
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 11, 2023
1 parent 09ebe21 commit 9b23a59
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 212 deletions.
2 changes: 1 addition & 1 deletion packages/contract/package.json
Expand Up @@ -47,7 +47,7 @@
"stream-http": "^3.2.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.73.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Expand Up @@ -102,9 +102,9 @@
"ts-node": "10.7.0",
"typescript": "^4.9.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/debugger/package.json
Expand Up @@ -54,9 +54,9 @@
"mochapack": "^2.1.2",
"nyc": "^13.0.1",
"tmp": "^0.2.1",
"webpack": "^5.73.0",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-merge": "^5.9.0",
"webpack-node-externals": "^3.0.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Expand Up @@ -62,8 +62,8 @@
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
"web3": "1.10.0",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.10.0",
"yargs": "^13.3.0"
},
Expand Down

0 comments on commit 9b23a59

Please sign in to comment.