Skip to content

Commit

Permalink
Update @babel/* deps (#11899)
Browse files Browse the repository at this point in the history
* chore: remove extra install step for eslint packages

* chore: update babel deps
  • Loading branch information
JLHwung committed Aug 1, 2020
1 parent c41dcd0 commit ad60153
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 174 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -252,8 +252,6 @@ endif
bootstrap-only: lerna-bootstrap

yarn-install: clean-all
# Install dependencies in individual packages so that we can link them at the top level.
for package in eslint/*/; do yarn --ignore-engines --cwd $$package; done
# Gitpod prebuilds have a slow network connection, so we need more time
yarn --ignore-engines --network-timeout 100000

Expand Down
2 changes: 0 additions & 2 deletions babel.config.js
Expand Up @@ -105,8 +105,6 @@ module.exports = function (api) {
// TODO: Use @babel/preset-flow when
// https://github.com/babel/babel/issues/7233 is fixed
"@babel/plugin-transform-flow-strip-types",
["@babel/proposal-class-properties", { loose: true }],
"@babel/proposal-export-namespace-from",
[
"@babel/proposal-object-rest-spread",
{ useBuiltIns: true, loose: true },
Expand Down
18 changes: 8 additions & 10 deletions package.json
Expand Up @@ -12,23 +12,21 @@
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/core": "^7.11.0",
"@babel/eslint-config-internal": "link:./eslint/babel-eslint-config-internal",
"@babel/eslint-parser": "link:./eslint/babel-eslint-parser",
"@babel/eslint-plugin-development": "link:./eslint/babel-eslint-plugin-development",
"@babel/eslint-parser": "^7.11.0",
"@babel/eslint-plugin-development": "^7.11.0",
"@babel/eslint-plugin-development-internal": "link:./eslint/babel-eslint-plugin-development-internal",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.11.0",
"@rollup/plugin-json": "4.0.1",
"babel-jest": "^24.9.0",
"babel-plugin-transform-charcodes": "^0.2.0",
Expand Down

0 comments on commit ad60153

Please sign in to comment.