Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Unpin dependencies in react-app-polyfill
  • Loading branch information
ianschmitz committed Nov 19, 2019
commit 675915d6f8344b4f134ab532230871c06d3b615f
12 changes: 6 additions & 6 deletions packages/react-app-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"stable.js"
],
"dependencies": {
"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"
"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"
}
}