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

@@ -23,9 +23,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
}
}