chore: use workspace:* for dev deps (#12186)
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:^7.10.5",
|
||||
"@babel/helper-fixtures": "workspace:^7.10.5",
|
||||
"@babel/runtime": "workspace:^7.10.5",
|
||||
"@babel/core": "workspace:*",
|
||||
"@babel/helper-fixtures": "workspace:*",
|
||||
"@babel/runtime": "workspace:*",
|
||||
"fs-readdir-recursive": "^1.0.0",
|
||||
"make-dir": "^2.1.0",
|
||||
"rimraf": "^3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user