Skip to content

Commit d5c0516

Browse files
chore(deps): update rspack dependencies
1 parent 1ae4940 commit d5c0516

3 files changed

Lines changed: 162 additions & 76 deletions

File tree

Cargo.toml

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

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

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

18-
rspack_binding_build = { version = "=0.100.5" }
19-
rspack_binding_builder = { version = "=0.100.5" }
20-
rspack_binding_builder_macros = { version = "=0.100.5" }
18+
rspack_binding_build = { version = "=0.101.10" }
19+
rspack_binding_builder = { version = "=0.101.10" }
20+
rspack_binding_builder_macros = { version = "=0.101.10" }
2121

2222
napi = { version = "=3.8.6" }
2323
napi-derive = { version = "=3.5.5" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint-staged": "lint-staged"
3232
},
3333
"dependencies": {
34-
"@rspack/core": "2.0.5",
34+
"@rspack/core": "2.2.0",
3535
"@rspack-template/binding": "workspace:*"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)