Skip to content

Commit

Permalink
Update babel7 to the latest version πŸš€ (#34)
Browse files Browse the repository at this point in the history
* chore(package): update @babel/cli to version 7.6.2

* chore(package): update @babel/core to version 7.6.2

* chore(package): update @babel/plugin-transform-runtime to version 7.6.2

* chore(package): update @babel/preset-env to version 7.6.2
  • Loading branch information
greenkeeper[bot] authored and chitchu committed Sep 24, 2019
1 parent 0572c1a commit 3bb4023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"mosaic"
],
"devDependencies": {
"@babel/cli": "7.6.0",
"@babel/core": "7.6.0",
"@babel/cli": "7.6.2",
"@babel/core": "7.6.2",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/preset-react": "7.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
Expand Down

0 comments on commit 3bb4023

Please sign in to comment.