Skip to content

Commit

Permalink
Bump parcel_sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 17, 2022
1 parent eb66ece commit 061c0c2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
30 changes: 24 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parcel_selectors = { version = "0.24.6", path = "./selectors" }
itertools = "0.10.1"
smallvec = { version = "1.7.0", features = ["union"] }
bitflags = "1.3.2"
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
data-encoding = "2.3.2"
lazy_static = "1.4.0"
const-str = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
lightningcss = { path = "../", features = ["browserslist"] }
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
browserslist-rs = { version = "0.7.0" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
cssparser = "0.29.1"
lightningcss = { path = "../" }
parcel_sourcemap = { version = "2.1.0", features = ["json"] }
parcel_sourcemap = { version = "2.1.1", features = ["json"] }

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

0 comments on commit 061c0c2

Please sign in to comment.