Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update babel monorepo to v7.0.0 (#1053)
Browse files Browse the repository at this point in the history
Also switch to tilde range and refresh lockfile.
  • Loading branch information
renovate[bot] authored and edmorley committed Aug 28, 2018
1 parent 5e74e5b commit 2a6afef
Show file tree
Hide file tree
Showing 9 changed files with 619 additions and 765 deletions.
2 changes: 1 addition & 1 deletion packages/compile-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"babel-loader": "8.0.0-beta.6",
"babel-merge": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-transform-modules-commonjs": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@neutrinojs/compile-loader": "9.0.0-0",
"@neutrinojs/loader-merge": "9.0.0-0",
"babel-plugin-jest-hoist": "^23.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-syntax-dynamic-import": "7.0.0-rc.3",
"@babel/preset-env": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@neutrinojs/banner": "9.0.0-0",
"@neutrinojs/clean": "9.0.0-0",
"@neutrinojs/compile-loader": "9.0.0-0",
Expand Down
6 changes: 3 additions & 3 deletions packages/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-transform-modules-commonjs": "7.0.0-rc.3",
"@babel/register": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/register": "^7.0.0",
"@neutrinojs/loader-merge": "9.0.0-0",
"babel-merge": "^2.0.1",
"lodash.omit": "^4.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-syntax-dynamic-import": "7.0.0-rc.3",
"@babel/preset-env": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@neutrinojs/banner": "9.0.0-0",
"@neutrinojs/clean": "9.0.0-0",
"@neutrinojs/compile-loader": "9.0.0-0",
Expand Down
6 changes: 3 additions & 3 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.3",
"@babel/plugin-transform-react-jsx": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@neutrinojs/compile-loader": "9.0.0-0",
"@neutrinojs/loader-merge": "9.0.0-0",
"@neutrinojs/web": "9.0.0-0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.3",
"@babel/preset-react": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@neutrinojs/compile-loader": "9.0.0-0",
"@neutrinojs/loader-merge": "9.0.0-0",
"@neutrinojs/web": "9.0.0-0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/plugin-syntax-dynamic-import": "7.0.0-rc.3",
"@babel/preset-env": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@neutrinojs/clean": "9.0.0-0",
"@neutrinojs/compile-loader": "9.0.0-0",
"@neutrinojs/dev-server": "9.0.0-0",
Expand Down
Loading

0 comments on commit 2a6afef

Please sign in to comment.