Skip to content

Commit

Permalink
Bump babel-types to ^7.6.3 (#10568)
Browse files Browse the repository at this point in the history
* fix incorrect lerna bootstrap options

* chore: bump @babel/types dependencies to v7.6.3

* chore: remove ignore-engines on lerna bootstrap
  • Loading branch information
JLHwung committed Oct 17, 2019
1 parent 095f28a commit 8c94b3f
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -213,7 +213,7 @@ yarn-install: clean-all
yarn --ignore-engines

lerna-bootstrap: yarn-install
yarn lerna bootstrap -- --ignore-engines
yarn lerna bootstrap

bootstrap: bootstrap-only
$(MAKE) build
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-annotate-as-pure/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-bindify-decorators/package.json
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.3.0",
"@babel/types": "^7.6.3",
"esutils": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-call-delegate/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-hoist-variables": "^7.4.4",
"@babel/traverse": "^7.4.4",
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-define-map/package.json
Expand Up @@ -10,7 +10,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.1.0",
"@babel/types": "^7.5.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-explode-class/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-bindify-decorators": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-function-name/package.json
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@babel/helper-get-function-arity": "^7.0.0",
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-get-function-arity/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-hoist-variables/package.json
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -10,6 +10,6 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "^7.5.5"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Expand Up @@ -11,7 +11,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
Expand Up @@ -15,7 +15,7 @@
"@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.4",
"@babel/template": "^7.4.4",
"@babel/types": "^7.5.5",
"@babel/types": "^7.6.3",
"lodash": "^4.17.13"
}
}
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -13,6 +13,6 @@
"@babel/helper-wrap-function": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-replace-supers/package.json
Expand Up @@ -12,6 +12,6 @@
"@babel/helper-member-expression-to-functions": "^7.5.5",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-simple-access/package.json
Expand Up @@ -12,6 +12,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0"
"@babel/types": "^7.6.3"
}
}
Expand Up @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.4.4"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
Expand Up @@ -12,6 +12,6 @@
"@babel/helper-function-name": "^7.1.0",
"@babel/template": "^7.1.0",
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.2.0"
"@babel/types": "^7.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.2",
"@babel/types": "^7.6.0"
"@babel/types": "^7.6.3"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-template/package.json
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.6.0",
"@babel/types": "^7.6.0"
"@babel/types": "^7.6.3"
}
}

0 comments on commit 8c94b3f

Please sign in to comment.