Skip to content

Commit 45fc346

Browse files
authored
chore: Update lightningcss (#69947)
### What? Update `lightningcss` ### Why? To apply parcel-bundler/lightningcss#796 and parcel-bundler/lightningcss#797 ### How? - Closes PACK-3190 - Closes PACK-3191
1 parent c011bc9 commit 45fc346

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
9797
mdxjs = "0.2.9"
9898
modularize_imports = { version = "0.68.25" }
9999
styled_components = { version = "0.96.23" }
100-
styled_jsx = { version = "0.73.33" }
100+
styled_jsx = { version = "0.73.34" }
101101
swc_emotion = { version = "0.72.22" }
102102
swc_relay = { version = "0.44.25" }
103103

@@ -152,12 +152,12 @@ indoc = "2.0.0"
152152
itertools = "0.10.5"
153153
lazy_static = "1.4.0"
154154
log = "0.4.17"
155-
lightningcss = { version = "1.0.0-alpha.58", features = [
155+
lightningcss = { version = "1.0.0-alpha.59", features = [
156156
"serde",
157157
"visitor",
158158
"into_owned",
159159
] }
160-
lightningcss-napi = { version = "0.2.0", default-features = false, features = [
160+
lightningcss-napi = { version = "0.3.0", default-features = false, features = [
161161
"visitor"
162162
]}
163163
markdown = "1.0.0-alpha.18"
@@ -166,7 +166,7 @@ nohash-hasher = "0.2.0"
166166
notify = "6.1.1"
167167
once_cell = "1.17.1"
168168
owo-colors = "3.5.0"
169-
parcel_selectors = "0.26.0"
169+
parcel_selectors = "0.27.0"
170170
parking_lot = "0.12.1"
171171
pathdiff = "0.2.1"
172172
# Temporary: Reference the latest git minor version of pathfinder_simd until it's published.

0 commit comments

Comments
 (0)