chore: use workspace:* for dev deps (#12186)

This commit is contained in:
Huáng Jùnliàng
2020-10-15 14:03:50 -04:00
committed by GitHub
parent 84987a00e6
commit eec01fe078
120 changed files with 746 additions and 746 deletions

View File

@@ -27,8 +27,8 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"core-js": "^3.2.1"
}
}