* Enforce `workspace:^` to specify `@babel/` dependencies * `yarn constraints --fix` * Update lockfile
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"name": "@babel-internal/runtime-integration-src",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/runtime": "workspace:^",
|
|
"@babel/runtime-corejs3": "workspace:^"
|
|
}
|
|
}
|