Skip to content

Commit a8033ad

Browse files
fix: (rspack) different version between package.json and pnpm-lock.yaml (#254)
* update rspack * change version to 1.7.0 * fix failed build fix different version between package.json and pnpm-lock.yaml, change pnpm-lock.yaml rspack to 1.7.0
1 parent 8bd058b commit a8033ad

File tree

2 files changed

+132
-133
lines changed

2 files changed

+132
-133
lines changed

packages/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@esmx/import": "workspace:*",
6767
"@npmcli/arborist": "^9.1.6",
68-
"@rspack/core": "^1.6.7",
68+
"@rspack/core": "1.7.0",
6969
"css-loader": "^7.1.2",
7070
"less-loader": "^12.3.0",
7171
"node-polyfill-webpack-plugin": "^4.1.0",

0 commit comments

Comments
 (0)