Skip to content

Commit

Permalink
chore(deps): Upgrade and pin webpack to 5.95.0
Browse files Browse the repository at this point in the history
5.96.0 introduces TypeScript changes and test failures that we will need
to deal with later.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Jan 2, 2025
1 parent 649c656 commit 86c8229
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rimraf": "^5.0.10",
"ts-jest": "29.2.5",
"typescript": "^5.7.2",
"webpack": "^5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"zx": "7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"path-serializer": "0.3.4",
"pretty-format": "29.7.0",
"rimraf": "^5.0.10",
"webpack": "^5.94.0",
"webpack": "5.95.0",
"webpack-merge": "5.9.0",
"webpack-sources": "3.2.3"
},
Expand Down
Loading

0 comments on commit 86c8229

Please sign in to comment.