Skip to content

Commit

Permalink
Use workspace:* for devDependencies (again) (#12217)
Browse files Browse the repository at this point in the history
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
  • Loading branch information
nicolo-ribaudo and JLHwung committed Oct 19, 2020
1 parent 63567f0 commit ed498a7
Show file tree
Hide file tree
Showing 115 changed files with 226 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .yarn/plugins/@yarnpkg/plugin-babel-release-tool.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"lodash.clonedeep": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"rimraf": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.1"
"@babel/helper-transform-fixture-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:*",
"@babel/parser": "workspace:^7.12.1"
"@babel/parser": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-bindify-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-call-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-explode-class/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"@babel/runtime": "workspace:^7.12.1",
"@babel/runtime": "workspace:*",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-external-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@babel/core": "^7.12.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-do-expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-function-bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-function-sent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-json-strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-optional-chaining/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-transform-block-scoping": "workspace:^7.12.1"
"@babel/plugin-transform-block-scoping": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-class-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-do-expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-syntax-function-bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:*"
}
}

0 comments on commit ed498a7

Please sign in to comment.