Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-hoist-variables": "workspace:^7.15.4",
|
||||
"@babel/helper-module-transforms": "workspace:^7.15.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.9",
|
||||
"@babel/helper-hoist-variables": "workspace:^",
|
||||
"@babel/helper-module-transforms": "workspace:^",
|
||||
"@babel/helper-plugin-utils": "workspace:^",
|
||||
"@babel/helper-validator-identifier": "workspace:^",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -26,8 +26,8 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/core": "workspace:^",
|
||||
"@babel/helper-plugin-test-runner": "workspace:^",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
|
||||
|
||||
Reference in New Issue
Block a user