fix: URLSearchParams polyfill via core-js upgrade (#2059)

* fix: URLSearchParams polyfill via core-js upgrade

* deduplicate

* testing, remove manual imports

* chore: bump rme
This commit is contained in:
Tom Moor
2021-04-22 18:21:27 -07:00
committed by GitHub
parent 1a183ba0fc
commit 16c60a0d59
4 changed files with 29 additions and 72 deletions

View File

@@ -68,7 +68,6 @@
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/plugin-transform-regenerator": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
@@ -92,7 +91,7 @@
"chalk": "^4.1.0",
"compressorjs": "^1.0.7",
"copy-to-clipboard": "^3.0.6",
"core-js": "2",
"core-js": "^3.10.2",
"date-fns": "1.29.0",
"dd-trace": "^0.30.6",
"debug": "^4.1.1",
@@ -137,7 +136,7 @@
"mobx-react": "^6.2.5",
"natural-sort": "^1.0.0",
"nodemailer": "^4.4.0",
"outline-icons": "^1.24.0",
"outline-icons": "^1.25.1",
"oy-vey": "^0.10.0",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
@@ -166,7 +165,8 @@
"react-waypoint": "^9.0.2",
"react-window": "^1.8.6",
"reakit": "^1.3.6",
"rich-markdown-editor": "^11.6.2",
"regenerator-runtime": "^0.13.7",
"rich-markdown-editor": "^11.6.7",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
@@ -225,9 +225,9 @@
"workbox-webpack-plugin": "^6.1.0"
},
"resolutions": {
"outline-icons": "1.24.0",
"outline-icons": "1.25.1",
"dot-prop": "^5.2.0",
"js-yaml": "^3.13.1"
},
"version": "0.54.0"
}
}