Skip to content

Commit 4994306

Browse files
committed
downgrade napi for now
1 parent e33a47d commit 4994306

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lightningcss = { path = "../", features = ["nodejs", "serde", "visitor"] }
1616
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
1717
serde-detach = "0.0.1"
1818
smallvec = { version = "1.7.0", features = ["union"] }
19-
napi = {version = "2.10.0", default-features = false, features = ["napi4", "napi5", "compat-mode", "serde-json"]}
19+
napi = {version = "=2.10.3", default-features = false, features = ["napi4", "napi5", "compat-mode", "serde-json"]}
2020
napi-derive = "2"
2121
crossbeam-channel = "0.5.6"
2222
rayon = "1.5.1"

0 commit comments

Comments
 (0)