react-app-polyfill 2.0.0-next.133 → 2.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "2.0.0-next.133+930b5db4",
3
+ "version": "2.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.5.0",
24
+ "core-js": "^3.6.5",
25
25
  "object-assign": "^4.1.1",
26
- "promise": "^8.0.3",
26
+ "promise": "^8.1.0",
27
27
  "raf": "^3.4.1",
28
- "regenerator-runtime": "^0.13.3",
29
- "whatwg-fetch": "^3.3.1"
28
+ "regenerator-runtime": "^0.13.7",
29
+ "whatwg-fetch": "^3.4.1"
30
30
  },
31
- "gitHead": "930b5db456ec7c4f743d9a4c01ced0365908de18"
31
+ "gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
32
32
  }