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

@@ -29,7 +29,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}