Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
This commit is contained in:
@@ -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