Skip to content

Commit

Permalink
chore: use workspace:* for dev deps (#12186)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 15, 2020
1 parent 84987a0 commit eec01fe
Show file tree
Hide file tree
Showing 120 changed files with 746 additions and 746 deletions.
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Expand Up @@ -35,7 +35,7 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.11.5",
"@babel/core": "workspace:*",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"lodash.clonedeep": "^4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
Expand Up @@ -40,8 +40,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"rimraf": "^3.0.0"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -61,6 +61,6 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.0"
"@babel/helper-transform-fixture-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Expand Up @@ -23,7 +23,7 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/parser": "workspace:^7.12.0"
"@babel/helper-fixtures": "workspace:*",
"@babel/parser": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-bindify-decorators/package.json
Expand Up @@ -16,6 +16,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-call-delegate/package.json
Expand Up @@ -17,6 +17,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
Expand Up @@ -30,6 +30,6 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0"
"@babel/core": "workspace:*"
}
}
Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Expand Up @@ -26,7 +26,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Expand Up @@ -16,6 +16,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-explode-class/package.json
Expand Up @@ -17,6 +17,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Expand Up @@ -18,6 +18,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4"
"@babel/core": "workspace:*"
}
}
Expand Up @@ -18,6 +18,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.10.4"
"@babel/traverse": "workspace:*"
}
}
Expand Up @@ -20,6 +20,6 @@
"@babel/types": "workspace:^7.11.0"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.11.0"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Expand Up @@ -20,6 +20,6 @@
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/babel-node/package.json
Expand Up @@ -36,9 +36,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/runtime": "workspace:^7.10.5",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"@babel/runtime": "workspace:*",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-parser/package.json
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-external-helpers/package.json
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-class-properties/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -26,6 +26,6 @@
"@babel/core": "^7.12.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0"
"@babel/core": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-decorators/package.json
Expand Up @@ -27,7 +27,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-do-expressions/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-dynamic-import/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-function-bind/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.11.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-function-sent/package.json
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.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:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-json-strings/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -23,9 +23,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.0",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-numeric-separator/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.11.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-proposal-optional-chaining/package.json
Expand Up @@ -24,8 +24,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-transform-block-scoping": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-transform-block-scoping": "workspace:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-pipeline-operator/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-private-methods/package.json
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.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:*"
}
}

0 comments on commit eec01fe

Please sign in to comment.