react-app-polyfill 3.0.0-next.91 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "3.0.0-next.91+1465357b",
3
+ "version": "3.0.0",
4
4
  "description": "Polyfills for various browsers including commonly used language features",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "stable.js"
22
22
  ],
23
23
  "dependencies": {
24
- "core-js": "^3.6.5",
24
+ "core-js": "^3.19.2",
25
25
  "object-assign": "^4.1.1",
26
26
  "promise": "^8.1.0",
27
27
  "raf": "^3.4.1",
28
- "regenerator-runtime": "^0.13.7",
29
- "whatwg-fetch": "^3.4.1"
28
+ "regenerator-runtime": "^0.13.9",
29
+ "whatwg-fetch": "^3.6.2"
30
30
  },
31
- "gitHead": "1465357b842eae16b2b52243d2e55db9a17f0425"
31
+ "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
32
32
  }