Skip to content

Commit

Permalink
fix: make babel-jest compatible to be used with @babel/core@7 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Jul 6, 2018
1 parent 84ddba2 commit fd89324
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"devDependencies": {
"@babel/core": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.3",
"babel-jest": "23.0.1",
"babel-loader": "8.0.0-beta.3",
Expand Down
1 change: 1 addition & 0 deletions packages/web-ssr-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"@babel/core": "7.0.0-beta.51",
"@babel/register": "7.0.0-beta.51",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"jest": "23.1.0",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,10 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

[email protected]:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"

babel-core@^6.0.0, babel-core@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
Expand Down

0 comments on commit fd89324

Please sign in to comment.