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 4b4f3f2 commit df5088dCopy full SHA for df5088d
packages/react-app-polyfill/package.json
@@ -21,11 +21,11 @@
21
"stable.js"
22
],
23
"dependencies": {
24
- "core-js": "3.4.1",
25
- "object-assign": "4.1.1",
26
- "promise": "8.0.3",
27
- "raf": "3.4.1",
28
- "regenerator-runtime": "0.13.3",
29
- "whatwg-fetch": "3.0.0"
+ "core-js": "^3.4.1",
+ "object-assign": "^4.1.1",
+ "promise": "^8.0.3",
+ "raf": "^3.4.1",
+ "regenerator-runtime": "^0.13.3",
+ "whatwg-fetch": "^3.0.0"
30
}
31
0 commit comments