Skip to content

Commit dfc8c33

Browse files
chore(deps): update all non-major dependencies
1 parent 1ae4940 commit dfc8c33

5 files changed

Lines changed: 50 additions & 210 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ rspack_core = { version = "=0.100.5" }
1212
rspack_error = { version = "=0.100.5" }
1313
rspack_hook = { version = "=0.100.5" }
1414

15-
async-trait = { version = "0.1" }
16-
rspack_sources = { version = "0.4.21" }
15+
async-trait = { version = "0.1.92" }
16+
rspack_sources = { version = "0.101.10" }
1717

1818
rspack_binding_build = { version = "=0.100.5" }
1919
rspack_binding_builder = { version = "=0.100.5" }

crates/binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@napi-rs/cli": "3.0.1",
34-
"@types/node": "^24.0.12",
34+
"@types/node": "^24.13.3",
3535
"typescript": "^7.0.2"
3636
},
3737
"napi": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "git+https://github.com/rstackjs/rspack-binding-template.git"
1111
},
12-
"packageManager": "pnpm@11.12.0",
12+
"packageManager": "pnpm@11.22.0",
1313
"engines": {
1414
"node": ">=20.19.0 <21 || >=22.12.0"
1515
},
@@ -36,8 +36,8 @@
3636
},
3737
"devDependencies": {
3838
"@taplo/cli": "^0.7.0",
39-
"husky": "^9.0.0",
40-
"lint-staged": "^17.0.0"
39+
"husky": "^9.1.7",
40+
"lint-staged": "^17.3.0"
4141
},
4242
"lint-staged": {
4343
"*.toml": "npx taplo format"

0 commit comments

Comments
 (0)