Nicolò Ribaudo c7ddb1ae93
Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies

* `yarn constraints --fix`

* Update lockfile
2021-10-25 07:22:08 +02:00

11 lines
227 B
JSON

{
"name": "@babel-internal/runtime-integration-webpack-5",
"private": true,
"exports": "./index.js",
"devDependencies": {
"@babel/runtime": "workspace:^",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
}
}