Skip to content

Commit

Permalink
Update babel7 in group default to the latest version 🚀 (#857)
Browse files Browse the repository at this point in the history
* chore(package): update @babel/cli to version 7.8.3

* chore(package): update @babel/cli to version 7.8.3

* chore(package): update @babel/cli to version 7.8.3

* chore(package): update @babel/node to version 7.8.3

* chore(package): update @babel/node to version 7.8.3

* chore(package): update @babel/node to version 7.8.3

* chore(package): update @babel/plugin-proposal-export-default-from to version 7.8.3

* chore(package): update @babel/plugin-proposal-export-default-from to version 7.8.3

* chore(package): update @babel/plugin-proposal-export-default-from to version 7.8.3

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

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

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

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

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

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

* chore(package): update @babel/register to version 7.8.3

* chore(package): update @babel/register to version 7.8.3

* chore(package): update @babel/register to version 7.8.3

* chore(package): update @babel/runtime to version 7.8.3

* chore(package): update @babel/runtime to version 7.8.3

* chore(package): update @babel/runtime to version 7.8.3

* chore(package): update lockfile package-lock.json

Co-authored-by: naz_dou <41945483+nduchak@users.noreply.github.com>
  • Loading branch information
greenkeeper[bot] and nduchak committed Jan 14, 2020
1 parent ba56b78 commit 4db4667
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 62 deletions.
14 changes: 7 additions & 7 deletions examples/browser/vuejs/connect-two-ae/aepp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "7.8.0",
"@babel/cli": "7.8.3",
"@babel/core": "7.8.0",
"@babel/node": "7.8.0",
"@babel/plugin-proposal-export-default-from": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
"@babel/plugin-transform-runtime": "7.8.0",
"@babel/node": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.2",
"@babel/register": "7.8.0",
"@babel/runtime": "7.8.0",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.3",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-beta.3",
"babel-loader": "^8.0.0-beta.3",
Expand Down
14 changes: 7 additions & 7 deletions examples/browser/vuejs/connect-two-ae/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "7.8.0",
"@babel/cli": "7.8.3",
"@babel/core": "7.8.0",
"@babel/node": "7.8.0",
"@babel/plugin-proposal-export-default-from": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
"@babel/plugin-transform-runtime": "7.8.0",
"@babel/node": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.2",
"@babel/register": "7.8.0",
"@babel/runtime": "7.8.0",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.3",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-beta.3",
"babel-loader": "^8.0.0-beta.3",
Expand Down
112 changes: 71 additions & 41 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"url": "https://github.com/aeternity/aepp-sdk-js"
},
"devDependencies": {
"@babel/cli": "7.8.0",
"@babel/runtime": "^7.8.0",
"@babel/cli": "7.8.3",
"@babel/runtime": "^7.8.3",
"@babel/core": "7.8.0",
"@babel/node": "7.8.0",
"@babel/plugin-proposal-export-default-from": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
"@babel/plugin-transform-runtime": "7.8.0",
"@babel/node": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.2",
"@babel/register": "7.8.0",
"@babel/register": "7.8.3",
"babel-core": "6",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-ramda": "^2.0.0",
Expand Down

0 comments on commit 4db4667

Please sign in to comment.