Skip to content

Commit 2a58c07

Browse files
chore(deps): update rspack dependencies
1 parent 5dfd6e0 commit 2a58c07

File tree

3 files changed

+104
-95
lines changed

3 files changed

+104
-95
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ resolver = "2"
66
edition = "2021"
77

88
[workspace.dependencies]
9-
rspack_cacheable = { version = "=0.5.8" }
10-
rspack_collections = { version = "=0.5.8" }
11-
rspack_core = { version = "=0.5.8" }
12-
rspack_error = { version = "=0.5.8" }
13-
rspack_hook = { version = "=0.5.8" }
9+
rspack_cacheable = { version = "=0.6.6" }
10+
rspack_collections = { version = "=0.6.6" }
11+
rspack_core = { version = "=0.6.6" }
12+
rspack_error = { version = "=0.6.6" }
13+
rspack_hook = { version = "=0.6.6" }
1414

1515
async-trait = { version = "0.1" }
1616
rspack_sources = { version = "0.4.8" }
1717

18-
rspack_binding_build = { version = "=0.5.8" }
19-
rspack_binding_builder = { version = "=0.5.8" }
20-
rspack_binding_builder_macros = { version = "=0.5.8" }
18+
rspack_binding_build = { version = "=0.6.5" }
19+
rspack_binding_builder = { version = "=0.6.5" }
20+
rspack_binding_builder_macros = { version = "=0.6.5" }
2121

2222
napi = { version = "=3.2.2" }
2323
napi-derive = { version = "=3.2.2" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint-staged": "lint-staged"
2929
},
3030
"dependencies": {
31-
"@rspack/core": "1.5.8",
31+
"@rspack/core": "1.6.6",
3232
"@rspack-template/binding": "workspace:*"
3333
},
3434
"devDependencies": {

pnpm-lock.yaml

Lines changed: 95 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)