chore: use workspace:* for dev deps (#12186)
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:^7.12.0",
|
||||
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.0",
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-plugin-test-runner": "workspace:*",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*",
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user