Skip to content

Commit

Permalink
chore(deps): bump @babel packages and regenerate yarn.lock
Browse files Browse the repository at this point in the history
This is an attempt to fix this issue with Node.js 12:
- storybookjs/storybook#10477
- nodejs/node#32852
  • Loading branch information
maximerety committed Jun 10, 2020
1 parent 3e887fe commit 0a45536
Show file tree
Hide file tree
Showing 2 changed files with 1,297 additions and 1,202 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -50,16 +50,16 @@
"coverage": "nyc --reporter=lcov --reporter=text-summary yarn test"
},
"dependencies": {
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-flow": "7.8.3",
"@babel/preset-react": "7.8.3",
"@babel/register": "7.8.6",
"@babel/core": "7.10.2",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/preset-flow": "7.10.1",
"@babel/preset-react": "7.10.1",
"@babel/register": "7.10.1",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "5.2.0",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "6.0.0",
"codecov": "3.6.5",
"colorette": "1.1.0",
"eslint": "6.8.0",
Expand Down

0 comments on commit 0a45536

Please sign in to comment.