Use workspace:* for devDependencies (again) (#12217)

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
Nicolò Ribaudo
2020-10-19 18:32:06 +02:00
committed by GitHub
parent 63567f0667
commit ed498a772b
115 changed files with 226 additions and 226 deletions

View File

@@ -36,9 +36,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"@babel/runtime": "workspace:^7.12.1",
"@babel/runtime": "workspace:*",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"