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

@@ -14,8 +14,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-module-transforms": "workspace:^",
"@babel/helper-plugin-utils": "workspace:^",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [
@@ -25,9 +25,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-external-helpers": "workspace:*"
"@babel/core": "workspace:^",
"@babel/helper-plugin-test-runner": "workspace:^",
"@babel/plugin-external-helpers": "workspace:^"
},
"engines": {
"node": ">=6.9.0"