Skip to content

Commit 061c0c2

Browse files
committed
Bump parcel_sourcemap
1 parent eb66ece commit 061c0c2

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parcel_selectors = { version = "0.24.6", path = "./selectors" }
3232
itertools = "0.10.1"
3333
smallvec = { version = "1.7.0", features = ["union"] }
3434
bitflags = "1.3.2"
35-
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
35+
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
3636
data-encoding = "2.3.2"
3737
lazy_static = "1.4.0"
3838
const-str = "0.3.1"

c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
lightningcss = { path = "../", features = ["browserslist"] }
13-
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
13+
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
1414
browserslist-rs = { version = "0.7.0" }
1515

1616
[build-dependencies]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = { version = "1.0.123", features = ["derive"] }
1313
serde_bytes = "0.11.5"
1414
cssparser = "0.29.1"
1515
lightningcss = { path = "../" }
16-
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
16+
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
1717

1818
[target.'cfg(target_os = "macos")'.dependencies]
1919
jemallocator = { version = "0.3.2", features = ["disable_initial_exec_tls"] }

0 commit comments

Comments
 (0)