Skip to content

Commit

Permalink
Pin dep babel-core from ^7.0.0-0 to 7.0.0-bridge.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2020
1 parent 46f5a76 commit 67c9c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"webpack": "node --max_old_space_size=2048 -r dotenv/config -r @babel/register node_modules/.bin/webpack --config ./webpack"
},
"resolutions": {
"babel-core": "^7.0.0-0",
"babel-core": "7.0.0-bridge.0",
"react": "16.8.4",
"react-test-renderer": "16.8.3",
"styled-components": "4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

babel-core@^6.0.0, babel-core@^7.0.0-0:
babel-core@7.0.0-bridge.0, babel-core@^6.0.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
Expand Down

0 comments on commit 67c9c10

Please sign in to comment.