Skip to content

Commit 30c51b9

Browse files
committed
feat: update browserlist to modern browsers
1 parent 3fbf9be commit 30c51b9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
"dependencies": {
4949
"classnames": "^2.0.0",
50-
"core-js": "^3.6.5",
5150
"prop-types": "^15.6.0",
5251
"shallowequal": "^1.0.0",
5352
"subscribe-ui-event": "^2.0.6"
@@ -70,6 +69,7 @@
7069
"babel-jest": "^29.0.0",
7170
"babel-plugin-add-module-exports": "^1.0.4",
7271
"chromedriver": "^131.0.2",
72+
"core-js": "^3.39.0",
7373
"eslint": "^9.0.0",
7474
"eslint-plugin-react": "^7.37.1",
7575
"gh-pages": "^6.0.0",
@@ -96,12 +96,7 @@
9696
"test"
9797
],
9898
"license": "BSD-3-Clause",
99-
"browserslist": [
100-
"last 2 versions",
101-
"ie >= 11",
102-
"iOS >= 12",
103-
"Android >= 11"
104-
],
99+
"browserslist": "> 0.25%, not dead",
105100
"prettier": {
106101
"singleQuote": true,
107102
"tabWidth": 4

0 commit comments

Comments
 (0)