Skip to content

Commit

Permalink
Merge pull request #755 from relative-ci/renovate/babel-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update babel monorepo to v7.10.0
  • Loading branch information
vio authored May 27, 2020
2 parents c178729 + 96917f5 commit c0e4dfa
Show file tree
Hide file tree
Showing 10 changed files with 1,519 additions and 2,085 deletions.
1,034 changes: 327 additions & 707 deletions packages/cli-utils/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/cli": "7.10.0",
"@babel/core": "7.10.0",
"@babel/preset-env": "7.10.0",
"jest": "25.5.4"
}
}
525 changes: 289 additions & 236 deletions packages/html-templates/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/html-templates#readme",
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/core": "7.10.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
"@babel/preset-env": "7.10.0",
"@babel/preset-react": "7.10.0",
"@bundle-stats/ui": "^2.2.0",
"@bundle-stats/utils": "^2.2.0",
"@moonwalker/orbit-ui": "1.14.14",
Expand Down
477 changes: 265 additions & 212 deletions packages/ui/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/ui#readme",
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/cli": "7.10.0",
"@babel/core": "7.10.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
"@babel/preset-env": "7.10.0",
"@babel/preset-react": "7.10.0",
"@bundle-stats/utils": "^2.2.0",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-storyshots": "5.3.19",
Expand Down
1,059 changes: 300 additions & 759 deletions packages/utils/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"superstruct": "^0.8.3"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/cli": "7.10.0",
"@babel/core": "7.10.0",
"@babel/preset-env": "7.10.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "25.5.1",
"babel-plugin-lodash": "3.3.4",
Expand Down
473 changes: 320 additions & 153 deletions packages/webpack-plugin/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/cli": "7.10.0",
"@babel/core": "7.10.0",
"@babel/preset-env": "7.10.0",
"jest": "25.5.4",
"memory-fs": "0.5.0",
"webpack": "4.43.0"
Expand Down

0 comments on commit c0e4dfa

Please sign in to comment.