-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 fix(patch): fix browserslist db errors
- Loading branch information
1 parent
04aa5bb
commit 224a285
Showing
10 changed files
with
52 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 20 additions & 35 deletions
55
sources/@repo/yarn-plugin-bud/bundles/@yarnpkg/plugin-bud.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,4 @@ | ||
/** | ||
* Last 2 versions | ||
*/ | ||
module.exports = [ | ||
`and_chr 118`, | ||
`and_ff 118`, | ||
`and_qq 13.1`, | ||
`and_uc 15.5`, | ||
`android 118`, | ||
`baidu 13.18`, | ||
`bb 10`, | ||
`bb 7`, | ||
`chrome 118`, | ||
`chrome 117`, | ||
`edge 118`, | ||
`edge 117`, | ||
`firefox 118`, | ||
`firefox 117`, | ||
`ie 11`, | ||
`ie 10`, | ||
`ie_mob 11`, | ||
`ie_mob 10`, | ||
`ios_saf 17.0`, | ||
`ios_saf 16.6`, | ||
`kaios 3.0-3.1`, | ||
`kaios 2.5`, | ||
`op_mini all`, | ||
`op_mob 73`, | ||
`opera 103`, | ||
`opera 102`, | ||
`safari 17.0`, | ||
`safari 16.6`, | ||
`samsung 22`, | ||
`samsung 21`, | ||
] | ||
module.exports = [`last 2 versions`] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,4 @@ | ||
/** | ||
* Last 3 versions | ||
*/ | ||
module.exports = [ | ||
`and_chr 118`, | ||
`and_ff 118`, | ||
`and_qq 13.1`, | ||
`and_uc 15.5`, | ||
`android 118`, | ||
`baidu 13.18`, | ||
`bb 10`, | ||
`bb 7`, | ||
`chrome 118`, | ||
`chrome 117`, | ||
`chrome 116`, | ||
`edge 118`, | ||
`edge 117`, | ||
`edge 116`, | ||
`firefox 118`, | ||
`firefox 117`, | ||
`firefox 116`, | ||
`ie 11`, | ||
`ie 10`, | ||
`ie 9`, | ||
`ie_mob 11`, | ||
`ie_mob 10`, | ||
`ios_saf 17.0`, | ||
`ios_saf 16.6`, | ||
`ios_saf 16.5`, | ||
`kaios 3.0-3.1`, | ||
`kaios 2.5`, | ||
`op_mini all`, | ||
`op_mob 73`, | ||
`opera 103`, | ||
`opera 102`, | ||
`opera 101`, | ||
`safari 17.0`, | ||
`safari 16.6`, | ||
`safari 16.5`, | ||
`samsung 22`, | ||
`samsung 21`, | ||
`samsung 20`, | ||
] | ||
module.exports = [`last 3 versions`] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/** | ||
* null | ||
* No types for this package | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters