Skip to content

Commit

Permalink
build: update browserslistrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Apr 25, 2023
1 parent 0eb2e02 commit 6f5a7fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ and_chr 91
and_ff 89
and_qq 10.4
and_uc 12.12
android 91
# > I recommend removing android from the list because from polyfill side it is very close to and_chr or chrome
# https://github.com/browserslist/browserslist/issues/753
# android 91
baidu 7.12
chrome 90
edge 91
Expand All @@ -13,4 +15,5 @@ firefox 78
ios_saf 12.2
kaios 2.5
op_mini all
op_mob 76
# 76 -> 73 as caniuse database doesn't have 76 :/
op_mob 73
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"vite": "^4.2.1",
"vitest": "^0.29.8"
},
"resolutions": {
"browserslist": "4.21.5",
"caniuse-lite": "1.0.30001481"
},
"packageManager": "[email protected]",
"workspaces": [
"docs"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ __metadata:
languageName: node
linkType: hard

"browserslist@npm:^4.21.3":
"browserslist@npm:4.21.5":
version: 4.21.5
resolution: "browserslist@npm:4.21.5"
dependencies:
Expand Down Expand Up @@ -2755,10 +2755,10 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001406, caniuse-lite@npm:^1.0.30001449":
version: 1.0.30001480
resolution: "caniuse-lite@npm:1.0.30001480"
checksum: c0b40f02f45ee99c73f732a3118028b2ab1544962d473d84f2afcb898a5e3099bd4c45f316ebc466fb1dbda904e86b72695578ca531a0bfa9d6337e7aad1ee2a
"caniuse-lite@npm:1.0.30001481":
version: 1.0.30001481
resolution: "caniuse-lite@npm:1.0.30001481"
checksum: 8200a043c191b4fd4fe0beda37a58fd61869c895ab93f87bdd0420e5927453f48434d716ce9da8552ff6c3ecc4dcd1366354cda3a134f3cc844af741574a7cab
languageName: node
linkType: hard

Expand Down

0 comments on commit 6f5a7fa

Please sign in to comment.