Skip to content

Commit c3f4ccd

Browse files
committed
chore(deps): bump napi
1 parent 9c8277e commit c3f4ccd

File tree

5 files changed

+100
-100
lines changed

5 files changed

+100
-100
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ pnp = { version = "0.12.1", optional = true }
9595
document-features = { version = "0.2.11", optional = true }
9696

9797
[dev-dependencies]
98-
criterion2 = { version = "3.0.1", default-features = false }
98+
criterion2 = { version = "3.0.2", default-features = false }
9999
dirs = { version = "6.0.0" }
100-
fancy-regex = { version = "^0.16.0", default-features = false, features = ["std"] }
100+
fancy-regex = { version = "^0.16.1", default-features = false, features = ["std"] }
101101
normalize-path = { version = "0.2.1" }
102102
pico-args = "0.5.0"
103103
rayon = { version = "1.10.0" }
104-
vfs = "0.12.1" # for testing with in memory file system
104+
vfs = "0.12.2" # for testing with in memory file system
105105

106106
[features]
107107
default = []

napi/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ doctest = false
2222
[dependencies]
2323
oxc_resolver = { workspace = true }
2424

25-
fancy-regex = { version = "^0.16.0", default-features = false, features = ["std"] }
26-
napi = { version = "3.0.0", default-features = false, features = ["napi3", "serde-json"] }
27-
napi-derive = { version = "3.0.0" }
25+
fancy-regex = { version = "^0.16.1", default-features = false, features = ["std"] }
26+
napi = { version = "3", default-features = false, features = ["napi3", "serde-json"] }
27+
napi-derive = { version = "3" }
2828
tracing-subscriber = { version = "0.3.19", optional = true, default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
2929

3030
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))'.dependencies]
@@ -37,7 +37,7 @@ mimalloc-safe = { version = "0.1.54", optional = true, features = ["skip_collect
3737
mimalloc-safe = { version = "0.1.54", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
3838

3939
[build-dependencies]
40-
napi-build = "2.2.2"
40+
napi-build = "2.2.3"
4141

4242
[features]
4343
default = ["tracing-subscriber", "yarn_pnp"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"devDependencies": {
3434
"@napi-rs/cli": "^3.0.0",
3535
"@napi-rs/wasm-runtime": "^1.0.0",
36-
"@types/node": "^24.0.13",
36+
"@types/node": "^24.2.0",
3737
"emnapi": "^1.4.4",
3838
"prettier": "^3.6.2",
3939
"prettier-plugin-pkg": "^0.21.2",
40-
"typescript": "^5.8.3",
40+
"typescript": "^5.9.2",
4141
"vitest": "^3.2.4"
4242
},
4343
"publishConfig": {

0 commit comments

Comments
 (0)