1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Update core-js and use defaults for browserlist

This commit is contained in:
Benjamin Staneck
2023-04-28 07:37:38 +02:00
committed by GitHub
parent bb77bb640c
commit de4cfefde4
2 changed files with 6 additions and 9 deletions

View File

@@ -18,10 +18,7 @@
"readmeFilename": "readme.md",
"main": "index.js",
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all",
"not chrome < 60"
"defaults"
],
"dependencies": {
"@fortawesome/fontawesome-free": "6.1.1",
@@ -115,7 +112,7 @@
"babel-loader": "8.2.5",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "3.22.5",
"core-js": "3.30.1",
"css-loader": "6.7.1",
"css-modules-typescript-loader": "4.0.1",
"esformatter": "0.11.3",