Skip to content

Commit

Permalink
Unpin dependencies in react-app-polyfill (#7999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz authored Nov 19, 2019
1 parent 4b4f3f2 commit df5088d
Showing 1 changed file with 6 additions and 6 deletions.
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"
}
}

1 comment on commit df5088d

@albertstill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this getting released anytime soon? We're getting client errors with [email protected], the current pinned version in 1.0.1

Please sign in to comment.