Skip to content

Commit

Permalink
Update babel7 to the latest version 7.7.5
Browse files Browse the repository at this point in the history
* fix(package): update @babel/core to version 7.7.5

* fix(package): update @babel/preset-env to version 7.7.5

* chore(package): update lockfile package-lock.json
  • Loading branch information
greenkeeper[bot] authored and enzy committed Dec 6, 2019
1 parent 28a3dfa commit 96f195d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 45 deletions.
101 changes: 58 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
},
"homepage": "https://github.com/manGoweb/mango-cli",
"dependencies": {
"@babel/core": "7.7.4",
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-syntax-class-properties": "7.7.4",
"@babel/plugin-syntax-decorators": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-syntax-object-rest-spread": "7.7.4",
"@babel/preset-env": "7.7.4",
"@babel/preset-env": "7.7.5",
"@babel/preset-react": "7.7.4",
"acorn": "^7.1.0",
"autoprefixer": "^9.7.3",
Expand Down

0 comments on commit 96f195d

Please sign in to comment.