Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
|
||||
"@babel/helper-function-name": "workspace:^7.15.4",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.15.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.15.4",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.15.4",
|
||||
"@babel/helper-annotate-as-pure": "workspace:^",
|
||||
"@babel/helper-function-name": "workspace:^",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^",
|
||||
"@babel/helper-plugin-utils": "workspace:^",
|
||||
"@babel/helper-replace-supers": "workspace:^",
|
||||
"@babel/helper-split-export-declaration": "workspace:^",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -29,9 +29,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/core": "workspace:^",
|
||||
"@babel/helper-plugin-test-runner": "workspace:^",
|
||||
"@babel/traverse": "workspace:^"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
Reference in New Issue
Block a user