Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/highlight": "workspace:^7.14.5"
|
||||
"@babel/highlight": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chalk": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user