-
Notifications
You must be signed in to change notification settings - Fork 470
feat: update browserslist and remove overrides workaround #1257
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,22 +24,25 @@ | |
"node": ">=18" | ||
}, | ||
"browserslist": [ | ||
"and_chr 103", | ||
"and_ff 101", | ||
"and_qq 10.4", | ||
"and_uc 12.12", | ||
"android 103", | ||
"chrome 102", | ||
"edge 102", | ||
"firefox 91", | ||
"ios_saf 12.2-12.5", | ||
"and_chr 109", | ||
"and_ff 109", | ||
"and_qq 13.1", | ||
"and_uc 13.4", | ||
"android 109", | ||
"chrome 108", | ||
"edge 108", | ||
"firefox 102", | ||
"ios_saf 16.0", | ||
"ios_saf 15.6", | ||
"ios_saf 14.5-14.8", | ||
"kaios 2.5", | ||
"op_mini all", | ||
"op_mob 64", | ||
"opera 88", | ||
"safari 15.5", | ||
"samsung 17.0", | ||
"samsung 16.0", | ||
"op_mob 73", | ||
"opera 94", | ||
"safari 16.2", | ||
"safari 15.6", | ||
"samsung 19.0", | ||
"samsung 18.0", | ||
"node 18.0" | ||
], | ||
"scripts": { | ||
|
@@ -70,19 +73,13 @@ | |
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.11.6", | ||
"browserslist": "4.21.8", | ||
"caniuse-lite": "1.0.30001502", | ||
Comment on lines
-73
to
-74
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be reverted #1257 (comment) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was just a "hack" to make |
||
"jest-in-case": "^1.0.2", | ||
"jest-snapshot-serializer-ansi": "^1.0.0", | ||
"jest-watch-select-projects": "^2.0.0", | ||
"jsdom": "20.0.0", | ||
"kcd-scripts": "^13.0.0", | ||
"typescript": "^4.1.2" | ||
}, | ||
"overrides": { | ||
"browserslist": "4.21.8", | ||
"caniuse-lite": "1.0.30001502" | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can be reverted #1257 (comment) |
||
"eslintConfig": { | ||
"extends": [ | ||
"./node_modules/kcd-scripts/eslint.js", | ||
|
Uh oh!
There was an error while loading. Please reload this page.