Skip to content

Commit 606ffe5

Browse files
authoredJan 23, 2025··
chore(preset-env): Update browserslist-rs (#9918)
**Description:** Update the `browserslist-rs` dependency to the latest available version. **Related issue:** #9778 - the PR doesn't solve the issue but mitigates the negative impact a bit as the updated `browserslist-rs` package uses a the recent versions database instead of the 7 months old one.
1 parent 4ebea77 commit 606ffe5

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed
 

‎.changeset/proud-pumas-tan.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
swc_ecma_preset_env: major
3+
---
4+
5+
chore: update browserslist-rc dependency

‎Cargo.lock

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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resolver = "2"
2828
backtrace = "0.3.61"
2929
base64 = "0.21.0"
3030
bitflags = "2.5.0"
31-
browserslist-rs = "0.16.0"
31+
browserslist-rs = "0.17.0"
3232
bumpalo = "3.16.0"
3333
cargo_metadata = "0.18.1"
3434
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.