Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime-corejs3": "workspace:*",
|
||||
"@babel/runtime": "workspace:^",
|
||||
"@babel/runtime-corejs3": "workspace:^",
|
||||
"chalk": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@babel-internal/runtime-integration-rollup",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime": "workspace:^",
|
||||
"@rollup/plugin-commonjs": "^18.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
||||
"rollup": "~2.54.0"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@babel-internal/runtime-integration-src",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime-corejs3": "workspace:*"
|
||||
"@babel/runtime": "workspace:^",
|
||||
"@babel/runtime-corejs3": "workspace:^"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@babel-internal/runtime-integration-webpack-3",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime": "workspace:^",
|
||||
"webpack": "^3.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@babel-internal/runtime-integration-webpack-4",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime": "workspace:^",
|
||||
"webpack": "^4.46.0",
|
||||
"webpack-cli": "^4.5.0"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"exports": "./index.js",
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "workspace:*",
|
||||
"@babel/runtime": "workspace:^",
|
||||
"webpack": "^5.24.1",
|
||||
"webpack-cli": "^4.5.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user