Skip to content

Commit

Permalink
Merge pull request #696 from relative-ci/renovate/babel-monorepo
Browse files Browse the repository at this point in the history
Update babel monorepo to v7.9.5
  • Loading branch information
vio authored Apr 10, 2020
2 parents aabba02 + 97183d9 commit c8ebbb2
Show file tree
Hide file tree
Showing 10 changed files with 664 additions and 737 deletions.
216 changes: 115 additions & 101 deletions packages/cli-utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-env": "7.9.5",
"jest": "25.2.7"
}
}
297 changes: 118 additions & 179 deletions packages/html-templates/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@bundle-stats/ui": "^2.1.1",
"@bundle-stats/utils": "^2.1.1",
Expand Down
322 changes: 94 additions & 228 deletions packages/ui/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/plugin-proposal-object-rest-spread": "7.9.5",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@bundle-stats/utils": "^2.1.1",
"@storybook/addon-knobs": "5.3.18",
Expand Down
330 changes: 197 additions & 133 deletions packages/utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-env": "7.9.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "25.2.6",
"babel-plugin-lodash": "3.3.4",
Expand Down
222 changes: 133 additions & 89 deletions packages/webpack-plugin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-env": "7.9.5",
"jest": "25.2.7",
"memory-fs": "0.5.0",
"webpack": "4.42.1"
Expand Down

0 comments on commit c8ebbb2

Please sign in to comment.