Skip to content

Commit df5088d

Browse files
authored
Unpin dependencies in react-app-polyfill (#7999)
1 parent 4b4f3f2 commit df5088d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/react-app-polyfill/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"stable.js"
2222
],
2323
"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"
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"
3030
}
3131
}

0 commit comments

Comments
 (0)