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

@@ -32,9 +32,9 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/helper-validator-identifier": "workspace:^7.10.4",
"@babel/code-frame": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"@babel/helper-validator-identifier": "workspace:*",
"charcodes": "^0.2.0"
},
"bin": "./bin/babel-parser.js"