Skip to content

Commit

Permalink
chore(deps): bump babel and rollup dev deps
Browse files Browse the repository at this point in the history
The biggest change is in babel: babel/babel#9481
  • Loading branch information
maximerety committed Dec 19, 2019
1 parent fbca34d commit d963e4d
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 461 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -50,13 +50,13 @@
"coverage": "nyc --reporter=lcov --reporter=text-summary yarn test"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-transform-runtime": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.6.0",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/preset-flow": "7.7.4",
"@babel/preset-react": "7.7.4",
"@babel/register": "7.7.7",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "5.2.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"karma-webpack": "4.0.2",
"mocha": "6.2.0",
"nyc": "14.1.1",
"rollup": "1.21.4",
"rollup": "1.27.13",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-local-resolve": "1.0.7",
Expand Down

0 comments on commit d963e4d

Please sign in to comment.