Use workspace:^ to specify @babel/ dependencies (#13772)

* Enforce `workspace:^` to specify `@babel/` dependencies

* `yarn constraints --fix`

* Update lockfile
This commit is contained in:
Nicolò Ribaudo
2021-10-25 07:22:08 +02:00
committed by GitHub
parent 62b2c5ebb9
commit c7ddb1ae93
151 changed files with 1502 additions and 1500 deletions

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
"name": "@babel-internal/runtime-integration-webpack-3",
"private": true,
"devDependencies": {
"@babel/runtime": "workspace:*",
"@babel/runtime": "workspace:^",
"webpack": "^3.12.0"
}
}

View File

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

View File

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