Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update babel7 in group default to the latest version 🚀 #857

Merged
merged 23 commits into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2aec141
chore(package): update @babel/cli to version 7.8.3
greenkeeper[bot] Jan 14, 2020
b1a3c91
chore(package): update @babel/cli to version 7.8.3
greenkeeper[bot] Jan 14, 2020
55719e8
chore(package): update @babel/cli to version 7.8.3
greenkeeper[bot] Jan 14, 2020
1a70b1c
chore(package): update @babel/node to version 7.8.3
greenkeeper[bot] Jan 14, 2020
86369c2
chore(package): update @babel/node to version 7.8.3
greenkeeper[bot] Jan 14, 2020
9988647
chore(package): update @babel/node to version 7.8.3
greenkeeper[bot] Jan 14, 2020
44f23c2
chore(package): update @babel/plugin-proposal-export-default-from to …
greenkeeper[bot] Jan 14, 2020
4176d2a
chore(package): update @babel/plugin-proposal-export-default-from to …
greenkeeper[bot] Jan 14, 2020
7576e50
chore(package): update @babel/plugin-proposal-export-default-from to …
greenkeeper[bot] Jan 14, 2020
03c5dab
chore(package): update @babel/plugin-proposal-object-rest-spread to v…
greenkeeper[bot] Jan 14, 2020
a0bc4df
chore(package): update @babel/plugin-proposal-object-rest-spread to v…
greenkeeper[bot] Jan 14, 2020
ff04b9f
chore(package): update @babel/plugin-proposal-object-rest-spread to v…
greenkeeper[bot] Jan 14, 2020
e1d8d2c
chore(package): update @babel/plugin-transform-runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
d4db79d
chore(package): update @babel/plugin-transform-runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
52f7fda
chore(package): update @babel/plugin-transform-runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
7abfa97
chore(package): update @babel/register to version 7.8.3
greenkeeper[bot] Jan 14, 2020
a2dbbb0
chore(package): update @babel/register to version 7.8.3
greenkeeper[bot] Jan 14, 2020
c05f2bc
chore(package): update @babel/register to version 7.8.3
greenkeeper[bot] Jan 14, 2020
8d73209
chore(package): update @babel/runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
0a5466e
chore(package): update @babel/runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
27c621e
chore(package): update @babel/runtime to version 7.8.3
greenkeeper[bot] Jan 14, 2020
1a046cd
chore(package): update lockfile package-lock.json
greenkeeper[bot] Jan 14, 2020
cf94920
Merge branch 'develop' into greenkeeper/default/monorepo.babel7-20200…
nduchak Jan 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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