chore: use workspace:* for dev deps (#12186)
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:^7.12.0",
|
||||
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.10.4"
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user