Bump babel-types to ^7.6.3 (#10568)

* fix incorrect lerna bootstrap options

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

* chore: remove ignore-engines on lerna bootstrap
This commit is contained in:
Huáng Jùnliàng
2019-10-17 07:49:41 -04:00
committed by GitHub
parent 095f28a913
commit 8c94b3f209
23 changed files with 23 additions and 23 deletions

View File

@@ -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"
}
}