Skip to content

Commit 12b9d3c

Browse files
committed
Fix dependencies
1 parent a9906ad commit 12b9d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rayon = { version = "1.5.1", optional = true }
5858
dashmap = { version = "5.0.0", optional = true }
5959
serde_json = { version = "1.0.78", optional = true }
6060
lightningcss-derive = { version = "1.0.0-alpha.36", path = "./derive", optional = true }
61-
schemars = { version = "*", features = ["smallvec"], optional = true }
61+
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }
6262

6363
[target.'cfg(target_os = "macos")'.dependencies]
6464
jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"], optional = true }

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_bytes = "0.11.5"
1414
cssparser = "0.29.1"
1515
lightningcss = { path = "../", features = ["nodejs", "serde", "visitor"] }
1616
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
17-
serde-detach = "*"
17+
serde-detach = "0.0.1"
1818
smallvec = { version = "1.7.0", features = ["union"] }
1919
napi = {version = "2.10.0", default-features = false, features = ["napi4", "napi5", "compat-mode", "serde-json"]}
2020
napi-derive = "2"

0 commit comments

Comments
 (0)