We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf9be commit 30c51b9Copy full SHA for 30c51b9
package.json
@@ -47,7 +47,6 @@
47
},
48
"dependencies": {
49
"classnames": "^2.0.0",
50
- "core-js": "^3.6.5",
51
"prop-types": "^15.6.0",
52
"shallowequal": "^1.0.0",
53
"subscribe-ui-event": "^2.0.6"
@@ -70,6 +69,7 @@
70
69
"babel-jest": "^29.0.0",
71
"babel-plugin-add-module-exports": "^1.0.4",
72
"chromedriver": "^131.0.2",
+ "core-js": "^3.39.0",
73
"eslint": "^9.0.0",
74
"eslint-plugin-react": "^7.37.1",
75
"gh-pages": "^6.0.0",
@@ -96,12 +96,7 @@
96
"test"
97
],
98
"license": "BSD-3-Clause",
99
- "browserslist": [
100
- "last 2 versions",
101
- "ie >= 11",
102
- "iOS >= 12",
103
- "Android >= 11"
104
- ],
+ "browserslist": "> 0.25%, not dead",
105
"prettier": {
106
"singleQuote": true,
107
"tabWidth": 4
0 commit comments