Skip to content

Commit 241df3a

Browse files
authored
fix: upgrade browserslist (parcel-bundler#961)
1 parent b08d7af commit 241df3a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Cargo.lock

Lines changed: 19 additions & 2 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
@@ -77,7 +77,7 @@ indexmap = { version = "2.2.6", features = ["serde"] }
7777
# CLI deps
7878
atty = { version = "0.2", optional = true }
7979
clap = { version = "3.0.6", features = ["derive"], optional = true }
80-
browserslist-rs = { version = "0.17.0", optional = true }
80+
browserslist-rs = { version = "0.18.1", optional = true }
8181
rayon = { version = "1.5.1", optional = true }
8282
dashmap = { version = "5.0.0", optional = true }
8383
serde_json = { version = "1.0.78", optional = true }

0 commit comments

Comments
 (0)