Skip to content

Commit

Permalink
feat: update browserlist to modern browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Dec 16, 2024
1 parent 3fbf9be commit 30c51b9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"dependencies": {
"classnames": "^2.0.0",
"core-js": "^3.6.5",
"prop-types": "^15.6.0",
"shallowequal": "^1.0.0",
"subscribe-ui-event": "^2.0.6"
Expand All @@ -70,6 +69,7 @@
"babel-jest": "^29.0.0",
"babel-plugin-add-module-exports": "^1.0.4",
"chromedriver": "^131.0.2",
"core-js": "^3.39.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.37.1",
"gh-pages": "^6.0.0",
Expand All @@ -96,12 +96,7 @@
"test"
],
"license": "BSD-3-Clause",
"browserslist": [
"last 2 versions",
"ie >= 11",
"iOS >= 12",
"Android >= 11"
],
"browserslist": "> 0.25%, not dead",
"prettier": {
"singleQuote": true,
"tabWidth": 4
Expand Down

0 comments on commit 30c51b9

Please sign in to comment.