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

@@ -16,7 +16,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/highlight": "workspace:^7.14.5"
"@babel/highlight": "workspace:^"
},
"devDependencies": {
"@types/chalk": "^2.0.0",