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

@@ -2,7 +2,7 @@
"name": "@babel-internal/runtime-integration-rollup",
"private": true,
"devDependencies": {
"@babel/runtime": "workspace:*",
"@babel/runtime": "workspace:^",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "~2.54.0"