Skip to content

Commit

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

* fix(package): update @babel/plugin-proposal-object-rest-spread to version 7.7.7

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

* chore(package): update lockfile package-lock.json
  • Loading branch information
greenkeeper[bot] authored and enzy committed Dec 19, 2019
1 parent 8dcf362 commit 0f637d1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 45 deletions.
102 changes: 60 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 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.5",
"@babel/core": "7.7.7",
"@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-proposal-object-rest-spread": "7.7.7",
"@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.6",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"acorn": "^7.1.0",
"autoprefixer": "^9.7.3",
Expand Down

0 comments on commit 0f637d1

Please sign in to comment.