From b5c2ad26d5e96ee80f9f62ae5d5498583586be7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 16 Sep 2021 23:37:38 +0200 Subject: [PATCH] Use `workspace:^` to specify `@babel/` dependencies --- .../babel-eslint-shared-fixtures/package.json | 22 ++-- eslint/babel-eslint-tests/package.json | 6 +- packages/babel-code-frame/package.json | 2 +- packages/babel-core/package.json | 18 +-- packages/babel-generator/package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 12 +- .../package.json | 2 +- packages/babel-helper-define-map/package.json | 4 +- .../package.json | 2 +- .../babel-helper-function-name/package.json | 6 +- .../package.json | 2 +- .../babel-helper-hoist-variables/package.json | 2 +- .../package.json | 2 +- .../babel-helper-module-imports/package.json | 2 +- .../package.json | 16 +-- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 6 +- .../babel-helper-replace-supers/package.json | 8 +- .../babel-helper-simple-access/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 6 +- .../babel-helper-wrap-function/package.json | 8 +- packages/babel-helpers/package.json | 6 +- packages/babel-highlight/package.json | 2 +- packages/babel-node/package.json | 2 +- .../package.json | 6 +- .../package.json | 2 +- .../package.json | 6 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 6 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 6 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 8 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 6 +- .../package.json | 8 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 2 +- .../babel-plugin-syntax-decimal/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../babel-plugin-syntax-flow/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/babel-plugin-syntax-jsx/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 6 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 12 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 6 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 6 +- .../package.json | 8 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 10 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 4 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 6 +- .../package.json | 2 +- .../package.json | 4 +- packages/babel-preset-env/package.json | 106 +++++++++--------- packages/babel-preset-flow/package.json | 6 +- packages/babel-preset-react/package.json | 12 +- packages/babel-preset-typescript/package.json | 6 +- packages/babel-template/package.json | 6 +- packages/babel-traverse/package.json | 14 +-- packages/babel-types/package.json | 2 +- 132 files changed, 313 insertions(+), 313 deletions(-) diff --git a/eslint/babel-eslint-shared-fixtures/package.json b/eslint/babel-eslint-shared-fixtures/package.json index 77cdd74be17b..f6ef7d8dcf26 100644 --- a/eslint/babel-eslint-shared-fixtures/package.json +++ b/eslint/babel-eslint-shared-fixtures/package.json @@ -4,17 +4,17 @@ "description": "Shared fixtures for testing @babel/eslint-* packages", "private": true, "dependencies": { - "@babel/core": "workspace:^7.14.5", - "@babel/eslint-parser": "workspace:^7.14.5", - "@babel/plugin-proposal-class-properties": "workspace:^7.14.5", - "@babel/plugin-proposal-decorators": "workspace:^7.14.5", - "@babel/plugin-proposal-do-expressions": "workspace:^7.14.5", - "@babel/plugin-proposal-pipeline-operator": "workspace:^7.14.5", - "@babel/plugin-proposal-private-methods": "workspace:^7.14.5", - "@babel/plugin-syntax-export-default-from": "workspace:^7.14.5", - "@babel/preset-env": "workspace:^7.14.5", - "@babel/preset-flow": "workspace:^7.14.5", - "@babel/preset-react": "workspace:^7.14.5", + "@babel/core": "workspace:^", + "@babel/eslint-parser": "workspace:^", + "@babel/plugin-proposal-class-properties": "workspace:^", + "@babel/plugin-proposal-decorators": "workspace:^", + "@babel/plugin-proposal-do-expressions": "workspace:^", + "@babel/plugin-proposal-pipeline-operator": "workspace:^", + "@babel/plugin-proposal-private-methods": "workspace:^", + "@babel/plugin-syntax-export-default-from": "workspace:^", + "@babel/preset-env": "workspace:^", + "@babel/preset-flow": "workspace:^", + "@babel/preset-react": "workspace:^", "eslint": "^7.27.0" } } diff --git a/eslint/babel-eslint-tests/package.json b/eslint/babel-eslint-tests/package.json index 8d950c376de7..d997ce37b44d 100644 --- a/eslint/babel-eslint-tests/package.json +++ b/eslint/babel-eslint-tests/package.json @@ -4,9 +4,9 @@ "description": "Tests for babel/eslint-* packages", "private": true, "dependencies": { - "@babel/core": "workspace:^7.14.5", - "@babel/eslint-parser": "workspace:^7.14.5", - "@babel/preset-react": "workspace:^7.14.5", + "@babel/core": "workspace:^", + "@babel/eslint-parser": "workspace:^", + "@babel/preset-react": "workspace:^", "dedent": "^0.7.0", "eslint": "^7.27.0", "eslint-plugin-import": "^2.23.4", diff --git a/packages/babel-code-frame/package.json b/packages/babel-code-frame/package.json index b5842dce2e0d..4513f17f6966 100644 --- a/packages/babel-code-frame/package.json +++ b/packages/babel-code-frame/package.json @@ -16,7 +16,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/highlight": "workspace:^7.14.5" + "@babel/highlight": "workspace:^" }, "devDependencies": { "@types/chalk": "^2.0.0", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index bffddf982c2d..98ef026c2c11 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -48,15 +48,15 @@ "./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts" }, "dependencies": { - "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.15.4", - "@babel/helper-compilation-targets": "workspace:^7.15.4", - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4", - "@babel/helpers": "workspace:^7.15.4", - "@babel/parser": "workspace:^7.15.5", - "@babel/template": "workspace:^7.15.4", - "@babel/traverse": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4", + "@babel/code-frame": "workspace:^", + "@babel/generator": "workspace:^", + "@babel/helper-compilation-targets": "workspace:^", + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^", + "@babel/helpers": "workspace:^", + "@babel/parser": "workspace:^", + "@babel/template": "workspace:^", + "@babel/traverse": "workspace:^", + "@babel/types": "workspace:^", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index ef6b28a3c9d3..6daf02c7ab8a 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "@babel/types": "workspace:^7.15.4", + "@babel/types": "workspace:^", "jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", "source-map": "^0.5.0" }, diff --git a/packages/babel-helper-annotate-as-pure/package.json b/packages/babel-helper-annotate-as-pure/package.json index 8fcb4bada7c2..778a35c3721d 100644 --- a/packages/babel-helper-annotate-as-pure/package.json +++ b/packages/babel-helper-annotate-as-pure/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json index 794b60875623..2a070434e550 100644 --- a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json @@ -14,8 +14,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-explode-assignable-expression": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-explode-assignable-expression": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-builder-react-jsx/package.json b/packages/babel-helper-builder-react-jsx/package.json index 79c81450d5ff..705e5b9706a1 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -14,8 +14,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index fdb39469b136..3f5a40106080 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -21,8 +21,8 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "workspace:^7.15.0", - "@babel/helper-validator-option": "workspace:^7.14.5", + "@babel/compat-data": "workspace:^", + "@babel/helper-validator-option": "workspace:^", "browserslist": "^4.16.6", "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" }, diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 6f2b43b3f322..ea22e536042b 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -18,12 +18,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.15.4", - "@babel/helper-function-name": "workspace:^7.15.4", - "@babel/helper-member-expression-to-functions": "workspace:^7.15.4", - "@babel/helper-optimise-call-expression": "workspace:^7.15.4", - "@babel/helper-replace-supers": "workspace:^7.15.4", - "@babel/helper-split-export-declaration": "workspace:^7.15.4" + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-function-name": "workspace:^", + "@babel/helper-member-expression-to-functions": "workspace:^", + "@babel/helper-optimise-call-expression": "workspace:^", + "@babel/helper-replace-supers": "workspace:^", + "@babel/helper-split-export-declaration": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/babel-helper-create-regexp-features-plugin/package.json b/packages/babel-helper-create-regexp-features-plugin/package.json index e2ab0376c661..d030776a0e27 100644 --- a/packages/babel-helper-create-regexp-features-plugin/package.json +++ b/packages/babel-helper-create-regexp-features-plugin/package.json @@ -18,7 +18,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.14.5", + "@babel/helper-annotate-as-pure": "workspace:^", "regexpu-core": "^4.7.1" }, "peerDependencies": { diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index ca692e3aa1ff..d3494ad3993c 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -14,8 +14,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-function-name": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-function-name": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-explode-assignable-expression/package.json b/packages/babel-helper-explode-assignable-expression/package.json index 58c92796e6b2..fef825b3e349 100644 --- a/packages/babel-helper-explode-assignable-expression/package.json +++ b/packages/babel-helper-explode-assignable-expression/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-function-name/package.json b/packages/babel-helper-function-name/package.json index 3feddb45fe10..9fbbc2208f70 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -14,9 +14,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-get-function-arity": "workspace:^7.15.4", - "@babel/template": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-get-function-arity": "workspace:^", + "@babel/template": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 239c35686172..92a92ec5e75d 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index 67d480dc9718..e14c780a61fa 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", "devDependencies": { diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index 3553d34943c1..4611b01e54e2 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -15,7 +15,7 @@ "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-module-imports/package.json b/packages/babel-helper-module-imports/package.json index 9c98e0b74568..c6fb11dd8fd7 100644 --- a/packages/babel-helper-module-imports/package.json +++ b/packages/babel-helper-module-imports/package.json @@ -15,7 +15,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/core": "workspace:*", diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 006d88ac3f8b..16bf6783c9d9 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -15,14 +15,14 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-module-imports": "workspace:^7.15.4", - "@babel/helper-replace-supers": "workspace:^7.15.4", - "@babel/helper-simple-access": "workspace:^7.15.4", - "@babel/helper-split-export-declaration": "workspace:^7.15.4", - "@babel/helper-validator-identifier": "workspace:^7.14.9", - "@babel/template": "workspace:^7.15.4", - "@babel/traverse": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-module-imports": "workspace:^", + "@babel/helper-replace-supers": "workspace:^", + "@babel/helper-simple-access": "workspace:^", + "@babel/helper-split-export-declaration": "workspace:^", + "@babel/helper-validator-identifier": "workspace:^", + "@babel/template": "workspace:^", + "@babel/traverse": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-optimise-call-expression/package.json b/packages/babel-helper-optimise-call-expression/package.json index bc9db09200da..f7cf67b5528a 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/generator": "workspace:*", diff --git a/packages/babel-helper-plugin-test-runner/package.json b/packages/babel-helper-plugin-test-runner/package.json index cdf265eb4f68..2838d66214e9 100644 --- a/packages/babel-helper-plugin-test-runner/package.json +++ b/packages/babel-helper-plugin-test-runner/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-transform-fixture-test-runner": "workspace:^7.14.5" + "@babel/helper-transform-fixture-test-runner": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 7c512e24be1c..8430f4ec977f 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -14,9 +14,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.15.4", - "@babel/helper-wrap-function": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-wrap-function": "workspace:^", + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index 3c5ae94bdea3..2ca6866362f5 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -14,10 +14,10 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-member-expression-to-functions": "workspace:^7.15.4", - "@babel/helper-optimise-call-expression": "workspace:^7.15.4", - "@babel/traverse": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-member-expression-to-functions": "workspace:^", + "@babel/helper-optimise-call-expression": "workspace:^", + "@babel/traverse": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-simple-access/package.json b/packages/babel-helper-simple-access/package.json index d1590fcd8c18..92b4220fdcbd 100644 --- a/packages/babel-helper-simple-access/package.json +++ b/packages/babel-helper-simple-access/package.json @@ -15,7 +15,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-skip-transparent-expression-wrappers/package.json b/packages/babel-helper-skip-transparent-expression-wrappers/package.json index 46450f8347d9..707184a46048 100644 --- a/packages/babel-helper-skip-transparent-expression-wrappers/package.json +++ b/packages/babel-helper-skip-transparent-expression-wrappers/package.json @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-split-export-declaration/package.json b/packages/babel-helper-split-export-declaration/package.json index bc8dd28ef6bc..b9bfeb2bb9b4 100644 --- a/packages/babel-helper-split-export-declaration/package.json +++ b/packages/babel-helper-split-export-declaration/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.15.4" + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index 10e094b937cd..237fd95f0056 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -15,9 +15,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/code-frame": "workspace:^7.14.5", - "@babel/core": "workspace:^7.15.5", - "@babel/helper-fixtures": "workspace:^7.14.5", + "@babel/code-frame": "workspace:^", + "@babel/core": "workspace:^", + "@babel/helper-fixtures": "workspace:^", "babel-check-duplicated-nodes": "^1.0.0", "quick-lru": "5.1.0", "regenerator-runtime": "^0.13.7", diff --git a/packages/babel-helper-wrap-function/package.json b/packages/babel-helper-wrap-function/package.json index cb290481cf25..f5b94069068e 100644 --- a/packages/babel-helper-wrap-function/package.json +++ b/packages/babel-helper-wrap-function/package.json @@ -14,10 +14,10 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-function-name": "workspace:^7.15.4", - "@babel/template": "workspace:^7.15.4", - "@babel/traverse": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/helper-function-name": "workspace:^", + "@babel/template": "workspace:^", + "@babel/traverse": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 4a2cfc3a3264..0e6502c718d0 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -15,9 +15,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/template": "workspace:^7.15.4", - "@babel/traverse": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/template": "workspace:^", + "@babel/traverse": "workspace:^", + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/helper-plugin-test-runner": "workspace:*" diff --git a/packages/babel-highlight/package.json b/packages/babel-highlight/package.json index 39c31c58250a..a1d078e3919b 100644 --- a/packages/babel-highlight/package.json +++ b/packages/babel-highlight/package.json @@ -15,7 +15,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-validator-identifier": "workspace:^7.14.5", + "@babel/helper-validator-identifier": "workspace:^", "chalk": "^2.0.0", "js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0" }, diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index f1e645f2674e..b8cc18b7120f 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -23,7 +23,7 @@ "compiler" ], "dependencies": { - "@babel/register": "workspace:^7.15.3", + "@babel/register": "workspace:^", "commander": "^4.0.1", "core-js": "^3.16.0", "node-environment-flags": "^1.0.5", diff --git a/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json b/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json index 009c83945304..bc04ae0619ce 100644 --- a/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +++ b/packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json @@ -23,9 +23,9 @@ "bugfix" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4", - "@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-skip-transparent-expression-wrappers": "workspace:^", + "@babel/plugin-proposal-optional-chaining": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.13.0" diff --git a/packages/babel-plugin-external-helpers/package.json b/packages/babel-plugin-external-helpers/package.json index 4077e9d850bc..4732062aaf09 100644 --- a/packages/babel-plugin-external-helpers/package.json +++ b/packages/babel-plugin-external-helpers/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-async-do-expressions/package.json b/packages/babel-plugin-proposal-async-do-expressions/package.json index 2be71b24f107..9c915ece3555 100644 --- a/packages/babel-plugin-proposal-async-do-expressions/package.json +++ b/packages/babel-plugin-proposal-async-do-expressions/package.json @@ -19,9 +19,9 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-hoist-variables": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.5" + "@babel/helper-hoist-variables": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-async-do-expressions": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.13.0" diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index 7dbbb7128a76..6ccc8acffe79 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/package.json +++ b/packages/babel-plugin-proposal-async-generator-functions/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-remap-async-to-generator": "workspace:^7.15.4", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-remap-async-to-generator": "workspace:^", "@babel/plugin-syntax-async-generators": "^7.8.4" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-class-properties/package.json b/packages/babel-plugin-proposal-class-properties/package.json index 5c7e666554ad..37e8cb8b5033 100644 --- a/packages/babel-plugin-proposal-class-properties/package.json +++ b/packages/babel-plugin-proposal-class-properties/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-class-static-block/package.json b/packages/babel-plugin-proposal-class-static-block/package.json index 8c7636b2ed72..f717a3ce4bf7 100644 --- a/packages/babel-plugin-proposal-class-static-block/package.json +++ b/packages/babel-plugin-proposal-class-static-block/package.json @@ -19,8 +19,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-decorators/package.json b/packages/babel-plugin-proposal-decorators/package.json index 63c799e45fff..d1b6a6400aee 100644 --- a/packages/babel-plugin-proposal-decorators/package.json +++ b/packages/babel-plugin-proposal-decorators/package.json @@ -20,9 +20,9 @@ "decorators" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-decorators": "workspace:^7.14.5" + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-decorators": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-do-expressions/package.json b/packages/babel-plugin-proposal-do-expressions/package.json index 5c96133d6094..7b6c256b7350 100644 --- a/packages/babel-plugin-proposal-do-expressions/package.json +++ b/packages/babel-plugin-proposal-do-expressions/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-do-expressions": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-do-expressions": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-dynamic-import/package.json b/packages/babel-plugin-proposal-dynamic-import/package.json index 2cf334fc47f5..6e22a879d9b8 100644 --- a/packages/babel-plugin-proposal-dynamic-import/package.json +++ b/packages/babel-plugin-proposal-dynamic-import/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-export-default-from/package.json b/packages/babel-plugin-proposal-export-default-from/package.json index a67810cfca0a..2eaf44456a25 100644 --- a/packages/babel-plugin-proposal-export-default-from/package.json +++ b/packages/babel-plugin-proposal-export-default-from/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-export-default-from": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-export-default-from": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-export-namespace-from/package.json b/packages/babel-plugin-proposal-export-namespace-from/package.json index b2cdde4bb68c..d6a433660d36 100644 --- a/packages/babel-plugin-proposal-export-namespace-from/package.json +++ b/packages/babel-plugin-proposal-export-namespace-from/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-function-bind/package.json b/packages/babel-plugin-proposal-function-bind/package.json index b50b749355fb..7b2d7960f2a4 100644 --- a/packages/babel-plugin-proposal-function-bind/package.json +++ b/packages/babel-plugin-proposal-function-bind/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-function-bind": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-function-bind": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-function-sent/package.json b/packages/babel-plugin-proposal-function-sent/package.json index 14494a5718cd..83fc0a25830a 100644 --- a/packages/babel-plugin-proposal-function-sent/package.json +++ b/packages/babel-plugin-proposal-function-sent/package.json @@ -17,9 +17,9 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-wrap-function": "workspace:^7.14.5", - "@babel/plugin-syntax-function-sent": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-wrap-function": "workspace:^", + "@babel/plugin-syntax-function-sent": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-json-strings/package.json b/packages/babel-plugin-proposal-json-strings/package.json index bfbf71434944..e81c61842393 100644 --- a/packages/babel-plugin-proposal-json-strings/package.json +++ b/packages/babel-plugin-proposal-json-strings/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-json-strings": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-logical-assignment-operators/package.json b/packages/babel-plugin-proposal-logical-assignment-operators/package.json index 6d9350d42329..c2525c5050de 100644 --- a/packages/babel-plugin-proposal-logical-assignment-operators/package.json +++ b/packages/babel-plugin-proposal-logical-assignment-operators/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json index 2e7088b23c71..3335b8ea3e21 100644 --- a/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json +++ b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-numeric-separator/package.json b/packages/babel-plugin-proposal-numeric-separator/package.json index 2735b1fd6670..b53ff70fe1f8 100644 --- a/packages/babel-plugin-proposal-numeric-separator/package.json +++ b/packages/babel-plugin-proposal-numeric-separator/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-object-rest-spread/package.json b/packages/babel-plugin-proposal-object-rest-spread/package.json index b51da367aa58..20889fc0dd6a 100644 --- a/packages/babel-plugin-proposal-object-rest-spread/package.json +++ b/packages/babel-plugin-proposal-object-rest-spread/package.json @@ -17,11 +17,11 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "workspace:^7.15.0", - "@babel/helper-compilation-targets": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/compat-data": "workspace:^", + "@babel/helper-compilation-targets": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "workspace:^7.15.4" + "@babel/plugin-transform-parameters": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-optional-catch-binding/package.json b/packages/babel-plugin-proposal-optional-catch-binding/package.json index 2050b36de809..366c40beaa94 100644 --- a/packages/babel-plugin-proposal-optional-catch-binding/package.json +++ b/packages/babel-plugin-proposal-optional-catch-binding/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-optional-chaining/package.json b/packages/babel-plugin-proposal-optional-chaining/package.json index d439edb8d1a5..b02baa702cf6 100644 --- a/packages/babel-plugin-proposal-optional-chaining/package.json +++ b/packages/babel-plugin-proposal-optional-chaining/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-skip-transparent-expression-wrappers": "workspace:^", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-partial-application/package.json b/packages/babel-plugin-proposal-partial-application/package.json index 0be2f2e4026f..43aa3c030ee5 100644 --- a/packages/babel-plugin-proposal-partial-application/package.json +++ b/packages/babel-plugin-proposal-partial-application/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-partial-application": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-partial-application": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-pipeline-operator/package.json b/packages/babel-plugin-proposal-pipeline-operator/package.json index aa046d106667..a8b8865f7d7a 100644 --- a/packages/babel-plugin-proposal-pipeline-operator/package.json +++ b/packages/babel-plugin-proposal-pipeline-operator/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-pipeline-operator": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-private-methods/package.json b/packages/babel-plugin-proposal-private-methods/package.json index 02171ff4c390..80841347e0b6 100644 --- a/packages/babel-plugin-proposal-private-methods/package.json +++ b/packages/babel-plugin-proposal-private-methods/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-private-property-in-object/package.json b/packages/babel-plugin-proposal-private-property-in-object/package.json index f1b7f7216ef5..384d6414bec1 100644 --- a/packages/babel-plugin-proposal-private-property-in-object/package.json +++ b/packages/babel-plugin-proposal-private-property-in-object/package.json @@ -17,9 +17,9 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.15.4", - "@babel/helper-create-class-features-plugin": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "peerDependencies": { diff --git a/packages/babel-plugin-proposal-record-and-tuple/package.json b/packages/babel-plugin-proposal-record-and-tuple/package.json index d85645ab1051..833947812864 100644 --- a/packages/babel-plugin-proposal-record-and-tuple/package.json +++ b/packages/babel-plugin-proposal-record-and-tuple/package.json @@ -17,10 +17,10 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-module-imports": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-syntax-record-and-tuple": "workspace:^7.14.5" + "@babel/helper-module-imports": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-option": "workspace:^", + "@babel/plugin-syntax-record-and-tuple": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.12.0" diff --git a/packages/babel-plugin-proposal-throw-expressions/package.json b/packages/babel-plugin-proposal-throw-expressions/package.json index 8e0641f17f5f..7580102102e2 100644 --- a/packages/babel-plugin-proposal-throw-expressions/package.json +++ b/packages/babel-plugin-proposal-throw-expressions/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-throw-expressions": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-throw-expressions": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-proposal-unicode-property-regex/package.json b/packages/babel-plugin-proposal-unicode-property-regex/package.json index 5dfdc2aff598..26c745c4ea1e 100644 --- a/packages/babel-plugin-proposal-unicode-property-regex/package.json +++ b/packages/babel-plugin-proposal-unicode-property-regex/package.json @@ -26,8 +26,8 @@ }, "bugs": "https://github.com/babel/babel/issues", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-create-regexp-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-async-do-expressions/package.json b/packages/babel-plugin-syntax-async-do-expressions/package.json index c2593551b9ea..3ac28d624c97 100644 --- a/packages/babel-plugin-syntax-async-do-expressions/package.json +++ b/packages/babel-plugin-syntax-async-do-expressions/package.json @@ -19,7 +19,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-decimal/package.json b/packages/babel-plugin-syntax-decimal/package.json index e0b6aa7c3812..2afee6efa183 100644 --- a/packages/babel-plugin-syntax-decimal/package.json +++ b/packages/babel-plugin-syntax-decimal/package.json @@ -19,7 +19,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-decorators/package.json b/packages/babel-plugin-syntax-decorators/package.json index aad1bffb58b8..dcd78c01f9da 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-do-expressions/package.json b/packages/babel-plugin-syntax-do-expressions/package.json index 662a8e522d0a..3297641fceea 100644 --- a/packages/babel-plugin-syntax-do-expressions/package.json +++ b/packages/babel-plugin-syntax-do-expressions/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-export-default-from/package.json b/packages/babel-plugin-syntax-export-default-from/package.json index 99bddc53c8cc..fe46b490c74b 100644 --- a/packages/babel-plugin-syntax-export-default-from/package.json +++ b/packages/babel-plugin-syntax-export-default-from/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-flow/package.json b/packages/babel-plugin-syntax-flow/package.json index 0dac2e0c16ab..9f4149d72639 100644 --- a/packages/babel-plugin-syntax-flow/package.json +++ b/packages/babel-plugin-syntax-flow/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-function-bind/package.json b/packages/babel-plugin-syntax-function-bind/package.json index dbab7826fa35..37e4529b296e 100644 --- a/packages/babel-plugin-syntax-function-bind/package.json +++ b/packages/babel-plugin-syntax-function-bind/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-function-sent/package.json b/packages/babel-plugin-syntax-function-sent/package.json index 99e60ad4ad63..fde4347c33da 100644 --- a/packages/babel-plugin-syntax-function-sent/package.json +++ b/packages/babel-plugin-syntax-function-sent/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-import-assertions/package.json b/packages/babel-plugin-syntax-import-assertions/package.json index 46e55bbdde0e..d820eabb3301 100644 --- a/packages/babel-plugin-syntax-import-assertions/package.json +++ b/packages/babel-plugin-syntax-import-assertions/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-jsx/package.json b/packages/babel-plugin-syntax-jsx/package.json index f295f1dec0f9..7090368b9235 100644 --- a/packages/babel-plugin-syntax-jsx/package.json +++ b/packages/babel-plugin-syntax-jsx/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-module-blocks/package.json b/packages/babel-plugin-syntax-module-blocks/package.json index e2f533472a56..037b03368bf8 100644 --- a/packages/babel-plugin-syntax-module-blocks/package.json +++ b/packages/babel-plugin-syntax-module-blocks/package.json @@ -19,7 +19,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-partial-application/package.json b/packages/babel-plugin-syntax-partial-application/package.json index 3667ec1eb701..502ebbd93cf1 100644 --- a/packages/babel-plugin-syntax-partial-application/package.json +++ b/packages/babel-plugin-syntax-partial-application/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-pipeline-operator/package.json b/packages/babel-plugin-syntax-pipeline-operator/package.json index 3dacbafabfd3..aab9d7a7e91c 100644 --- a/packages/babel-plugin-syntax-pipeline-operator/package.json +++ b/packages/babel-plugin-syntax-pipeline-operator/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-record-and-tuple/package.json b/packages/babel-plugin-syntax-record-and-tuple/package.json index 5c2bf6dd48df..1ea1cd40c1cc 100644 --- a/packages/babel-plugin-syntax-record-and-tuple/package.json +++ b/packages/babel-plugin-syntax-record-and-tuple/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/babel-plugin-syntax-throw-expressions/package.json b/packages/babel-plugin-syntax-throw-expressions/package.json index 9022bf63383d..91ed29560ebe 100644 --- a/packages/babel-plugin-syntax-throw-expressions/package.json +++ b/packages/babel-plugin-syntax-throw-expressions/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-syntax-typescript/package.json b/packages/babel-plugin-syntax-typescript/package.json index 27d73768547a..8f1446a6cc01 100644 --- a/packages/babel-plugin-syntax-typescript/package.json +++ b/packages/babel-plugin-syntax-typescript/package.json @@ -18,7 +18,7 @@ "typescript" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-arrow-functions/package.json b/packages/babel-plugin-transform-arrow-functions/package.json index 4fc35b4b68b1..e314c90e079c 100644 --- a/packages/babel-plugin-transform-arrow-functions/package.json +++ b/packages/babel-plugin-transform-arrow-functions/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-async-to-generator/package.json b/packages/babel-plugin-transform-async-to-generator/package.json index 5a3fc4eabec4..622360f06b83 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -17,9 +17,9 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-module-imports": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-remap-async-to-generator": "workspace:^7.14.5" + "@babel/helper-module-imports": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-remap-async-to-generator": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-block-scoped-functions/package.json b/packages/babel-plugin-transform-block-scoped-functions/package.json index 1e7d044058ff..e09cfef630ee 100644 --- a/packages/babel-plugin-transform-block-scoped-functions/package.json +++ b/packages/babel-plugin-transform-block-scoped-functions/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-block-scoping/package.json b/packages/babel-plugin-transform-block-scoping/package.json index f2f938f19049..f92a12d80543 100644 --- a/packages/babel-plugin-transform-block-scoping/package.json +++ b/packages/babel-plugin-transform-block-scoping/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-classes/package.json b/packages/babel-plugin-transform-classes/package.json index 96c1857b949f..863bf384558e 100644 --- a/packages/babel-plugin-transform-classes/package.json +++ b/packages/babel-plugin-transform-classes/package.json @@ -14,12 +14,12 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.15.4", - "@babel/helper-function-name": "workspace:^7.15.4", - "@babel/helper-optimise-call-expression": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-replace-supers": "workspace:^7.15.4", - "@babel/helper-split-export-declaration": "workspace:^7.15.4", + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-function-name": "workspace:^", + "@babel/helper-optimise-call-expression": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-replace-supers": "workspace:^", + "@babel/helper-split-export-declaration": "workspace:^", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" }, "keywords": [ diff --git a/packages/babel-plugin-transform-computed-properties/package.json b/packages/babel-plugin-transform-computed-properties/package.json index b882ef18cbe9..c7936c807bef 100644 --- a/packages/babel-plugin-transform-computed-properties/package.json +++ b/packages/babel-plugin-transform-computed-properties/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-destructuring/package.json b/packages/babel-plugin-transform-destructuring/package.json index e1dcfaebbadd..d0b80143b05a 100644 --- a/packages/babel-plugin-transform-destructuring/package.json +++ b/packages/babel-plugin-transform-destructuring/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-dotall-regex/package.json b/packages/babel-plugin-transform-dotall-regex/package.json index 418a3cc78e3b..67261ef8a1c6 100644 --- a/packages/babel-plugin-transform-dotall-regex/package.json +++ b/packages/babel-plugin-transform-dotall-regex/package.json @@ -22,8 +22,8 @@ }, "bugs": "https://github.com/babel/babel/issues", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-create-regexp-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-duplicate-keys/package.json b/packages/babel-plugin-transform-duplicate-keys/package.json index f561399da7e1..7065016ff7e1 100644 --- a/packages/babel-plugin-transform-duplicate-keys/package.json +++ b/packages/babel-plugin-transform-duplicate-keys/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-exponentiation-operator/package.json b/packages/babel-plugin-transform-exponentiation-operator/package.json index 8639a2df4e65..eb7ec452f980 100644 --- a/packages/babel-plugin-transform-exponentiation-operator/package.json +++ b/packages/babel-plugin-transform-exponentiation-operator/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-flow-comments/package.json b/packages/babel-plugin-transform-flow-comments/package.json index e9e5a9487473..31790dd39c8a 100644 --- a/packages/babel-plugin-transform-flow-comments/package.json +++ b/packages/babel-plugin-transform-flow-comments/package.json @@ -17,9 +17,9 @@ "babel-plugin" ], "dependencies": { - "@babel/generator": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-flow": "workspace:^7.14.5" + "@babel/generator": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-flow": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index bf9f94b362a5..edaa74617b7e 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-flow": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-flow": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-for-of/package.json b/packages/babel-plugin-transform-for-of/package.json index b1732daaa9e1..c9d098aad66f 100644 --- a/packages/babel-plugin-transform-for-of/package.json +++ b/packages/babel-plugin-transform-for-of/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-function-name/package.json b/packages/babel-plugin-transform-function-name/package.json index b3393401c969..9ce95f85c989 100644 --- a/packages/babel-plugin-transform-function-name/package.json +++ b/packages/babel-plugin-transform-function-name/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-function-name": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-function-name": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-instanceof/package.json b/packages/babel-plugin-transform-instanceof/package.json index edf3548b8f5e..73acae45521a 100644 --- a/packages/babel-plugin-transform-instanceof/package.json +++ b/packages/babel-plugin-transform-instanceof/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-jscript/package.json b/packages/babel-plugin-transform-jscript/package.json index ca1b0ee32bcb..66e958c33e86 100644 --- a/packages/babel-plugin-transform-jscript/package.json +++ b/packages/babel-plugin-transform-jscript/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-literals/package.json b/packages/babel-plugin-transform-literals/package.json index 1e61c35aaae7..f0e94508e712 100644 --- a/packages/babel-plugin-transform-literals/package.json +++ b/packages/babel-plugin-transform-literals/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-member-expression-literals/package.json b/packages/babel-plugin-transform-member-expression-literals/package.json index d8579d2dd0a1..1ccbefc07d7d 100644 --- a/packages/babel-plugin-transform-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-member-expression-literals/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-modules-amd/package.json b/packages/babel-plugin-transform-modules-amd/package.json index 43569a3dc505..4a20805f841f 100644 --- a/packages/babel-plugin-transform-modules-amd/package.json +++ b/packages/babel-plugin-transform-modules-amd/package.json @@ -14,8 +14,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-module-transforms": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ diff --git a/packages/babel-plugin-transform-modules-commonjs/package.json b/packages/babel-plugin-transform-modules-commonjs/package.json index 0e17833873bd..5b008964f6a8 100644 --- a/packages/babel-plugin-transform-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-modules-commonjs/package.json @@ -13,9 +13,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-simple-access": "workspace:^7.15.4", + "@babel/helper-module-transforms": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-simple-access": "workspace:^", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ diff --git a/packages/babel-plugin-transform-modules-systemjs/package.json b/packages/babel-plugin-transform-modules-systemjs/package.json index 8a6856a2e8bf..c148f46ee265 100644 --- a/packages/babel-plugin-transform-modules-systemjs/package.json +++ b/packages/babel-plugin-transform-modules-systemjs/package.json @@ -13,10 +13,10 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-hoist-variables": "workspace:^7.15.4", - "@babel/helper-module-transforms": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-identifier": "workspace:^7.14.9", + "@babel/helper-hoist-variables": "workspace:^", + "@babel/helper-module-transforms": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-identifier": "workspace:^", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ diff --git a/packages/babel-plugin-transform-modules-umd/package.json b/packages/babel-plugin-transform-modules-umd/package.json index 75cd9b405fb0..150a10867079 100644 --- a/packages/babel-plugin-transform-modules-umd/package.json +++ b/packages/babel-plugin-transform-modules-umd/package.json @@ -14,8 +14,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-module-transforms": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json index 4bc7e5faed2a..ef05a5d02ba7 100644 --- a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json +++ b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json @@ -21,7 +21,7 @@ }, "bugs": "https://github.com/babel/babel/issues", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5" + "@babel/helper-create-regexp-features-plugin": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/babel-plugin-transform-new-target/package.json b/packages/babel-plugin-transform-new-target/package.json index 8892287c7de6..925664c33b82 100644 --- a/packages/babel-plugin-transform-new-target/package.json +++ b/packages/babel-plugin-transform-new-target/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-object-assign/package.json b/packages/babel-plugin-transform-object-assign/package.json index 1d7b670ab290..0e4474c883ca 100644 --- a/packages/babel-plugin-transform-object-assign/package.json +++ b/packages/babel-plugin-transform-object-assign/package.json @@ -18,7 +18,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json index 6b420bf90966..6281efb7f5d6 100644 --- a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json +++ b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-object-super/package.json b/packages/babel-plugin-transform-object-super/package.json index 66ea34966560..fbbf6e39d461 100644 --- a/packages/babel-plugin-transform-object-super/package.json +++ b/packages/babel-plugin-transform-object-super/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-replace-supers": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-replace-supers": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-parameters/package.json b/packages/babel-plugin-transform-parameters/package.json index 070157b7bc52..56a591fecdc0 100644 --- a/packages/babel-plugin-transform-parameters/package.json +++ b/packages/babel-plugin-transform-parameters/package.json @@ -14,7 +14,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-property-literals/package.json b/packages/babel-plugin-transform-property-literals/package.json index 4fd558943726..bd6aeaadcf3c 100644 --- a/packages/babel-plugin-transform-property-literals/package.json +++ b/packages/babel-plugin-transform-property-literals/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-property-mutators/package.json b/packages/babel-plugin-transform-property-mutators/package.json index 42aa8705229a..0b21f0130a5f 100644 --- a/packages/babel-plugin-transform-property-mutators/package.json +++ b/packages/babel-plugin-transform-property-mutators/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-map": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-define-map": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index b1493cb8d861..b8a437383068 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index 5412089d94e5..6dab3b4f39a5 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index a7d418bdcfc1..176a543c196e 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-inline-elements/package.json b/packages/babel-plugin-transform-react-inline-elements/package.json index e5925acea30f..1cb257438c32 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-builder-react-jsx": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx-compat/package.json b/packages/babel-plugin-transform-react-jsx-compat/package.json index ed25a381294e..1ade2cbe06bf 100644 --- a/packages/babel-plugin-transform-react-jsx-compat/package.json +++ b/packages/babel-plugin-transform-react-jsx-compat/package.json @@ -17,8 +17,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-builder-react-jsx": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx-development/package.json b/packages/babel-plugin-transform-react-jsx-development/package.json index ecaac50906f0..751118a1fc43 100644 --- a/packages/babel-plugin-transform-react-jsx-development/package.json +++ b/packages/babel-plugin-transform-react-jsx-development/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/plugin-transform-react-jsx": "workspace:^7.14.5" + "@babel/plugin-transform-react-jsx": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx-self/package.json b/packages/babel-plugin-transform-react-jsx-self/package.json index 880734d8335a..492bf05199dd 100644 --- a/packages/babel-plugin-transform-react-jsx-self/package.json +++ b/packages/babel-plugin-transform-react-jsx-self/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx-source/package.json b/packages/babel-plugin-transform-react-jsx-source/package.json index 1c53eb0a87c5..5a009ed3fc94 100644 --- a/packages/babel-plugin-transform-react-jsx-source/package.json +++ b/packages/babel-plugin-transform-react-jsx-source/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 561b7809266f..8667ad9fb0dd 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -17,11 +17,11 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.14.5", - "@babel/helper-module-imports": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-jsx": "workspace:^7.14.5", - "@babel/types": "workspace:^7.14.9" + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-module-imports": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-jsx": "workspace:^", + "@babel/types": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-react-pure-annotations/package.json b/packages/babel-plugin-transform-react-pure-annotations/package.json index 61f929a2edea..f5228c55a577 100644 --- a/packages/babel-plugin-transform-react-pure-annotations/package.json +++ b/packages/babel-plugin-transform-react-pure-annotations/package.json @@ -16,8 +16,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-reserved-words/package.json b/packages/babel-plugin-transform-reserved-words/package.json index 781f3828f9fe..c33de83a37da 100644 --- a/packages/babel-plugin-transform-reserved-words/package.json +++ b/packages/babel-plugin-transform-reserved-words/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 6c538decf481..3de0b4f101fb 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -20,8 +20,8 @@ "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts" }, "dependencies": { - "@babel/helper-module-imports": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5", + "@babel/helper-module-imports": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", "babel-plugin-polyfill-corejs2": "^0.2.2", "babel-plugin-polyfill-corejs3": "^0.2.2", "babel-plugin-polyfill-regenerator": "^0.2.2", diff --git a/packages/babel-plugin-transform-shorthand-properties/package.json b/packages/babel-plugin-transform-shorthand-properties/package.json index b091dd0cd0f5..970a5283ee60 100644 --- a/packages/babel-plugin-transform-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-shorthand-properties/package.json @@ -17,7 +17,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-spread/package.json b/packages/babel-plugin-transform-spread/package.json index 9a81d11adfea..de1db46aba3a 100644 --- a/packages/babel-plugin-transform-spread/package.json +++ b/packages/babel-plugin-transform-spread/package.json @@ -16,8 +16,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-skip-transparent-expression-wrappers": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-sticky-regex/package.json b/packages/babel-plugin-transform-sticky-regex/package.json index 8e4bebcdebf6..9fbb177f4206 100644 --- a/packages/babel-plugin-transform-sticky-regex/package.json +++ b/packages/babel-plugin-transform-sticky-regex/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-strict-mode/package.json b/packages/babel-plugin-transform-strict-mode/package.json index 5df1a9944679..ae661e60c35e 100644 --- a/packages/babel-plugin-transform-strict-mode/package.json +++ b/packages/babel-plugin-transform-strict-mode/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-template-literals/package.json b/packages/babel-plugin-transform-template-literals/package.json index fae869443742..780b763d4d17 100644 --- a/packages/babel-plugin-transform-template-literals/package.json +++ b/packages/babel-plugin-transform-template-literals/package.json @@ -13,7 +13,7 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-typeof-symbol/package.json b/packages/babel-plugin-transform-typeof-symbol/package.json index f98833da7883..21bf79675c97 100644 --- a/packages/babel-plugin-transform-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-typeof-symbol/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index 6c067bb265bc..02a6880eb2ea 100644 --- a/packages/babel-plugin-transform-typescript/package.json +++ b/packages/babel-plugin-transform-typescript/package.json @@ -17,9 +17,9 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-typescript": "workspace:^7.14.5" + "@babel/helper-create-class-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/plugin-syntax-typescript": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-unicode-escapes/package.json b/packages/babel-plugin-transform-unicode-escapes/package.json index 3000dfa09491..b8f3fdbb0180 100644 --- a/packages/babel-plugin-transform-unicode-escapes/package.json +++ b/packages/babel-plugin-transform-unicode-escapes/package.json @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-unicode-regex/package.json b/packages/babel-plugin-transform-unicode-regex/package.json index cf4a717b9854..d912818cbcb4 100644 --- a/packages/babel-plugin-transform-unicode-regex/package.json +++ b/packages/babel-plugin-transform-unicode-regex/package.json @@ -16,8 +16,8 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5", - "@babel/helper-plugin-utils": "workspace:^7.14.5" + "@babel/helper-create-regexp-features-plugin": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index 1bb6668351d5..88290aaad771 100644 --- a/packages/babel-preset-env/package.json +++ b/packages/babel-preset-env/package.json @@ -16,26 +16,26 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/compat-data": "workspace:^7.15.0", - "@babel/helper-compilation-targets": "workspace:^7.15.4", - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4", - "@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.4", - "@babel/plugin-proposal-class-properties": "workspace:^7.14.5", - "@babel/plugin-proposal-class-static-block": "workspace:^7.15.4", - "@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5", - "@babel/plugin-proposal-export-namespace-from": "workspace:^7.14.5", - "@babel/plugin-proposal-json-strings": "workspace:^7.14.5", - "@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.5", - "@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5", - "@babel/plugin-proposal-object-rest-spread": "workspace:^7.15.6", - "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5", - "@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5", - "@babel/plugin-proposal-private-methods": "workspace:^7.14.5", - "@babel/plugin-proposal-private-property-in-object": "workspace:^7.15.4", - "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.14.5", + "@babel/compat-data": "workspace:^", + "@babel/helper-compilation-targets": "workspace:^", + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-option": "workspace:^", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^", + "@babel/plugin-proposal-async-generator-functions": "workspace:^", + "@babel/plugin-proposal-class-properties": "workspace:^", + "@babel/plugin-proposal-class-static-block": "workspace:^", + "@babel/plugin-proposal-dynamic-import": "workspace:^", + "@babel/plugin-proposal-export-namespace-from": "workspace:^", + "@babel/plugin-proposal-json-strings": "workspace:^", + "@babel/plugin-proposal-logical-assignment-operators": "workspace:^", + "@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^", + "@babel/plugin-proposal-numeric-separator": "workspace:^", + "@babel/plugin-proposal-object-rest-spread": "workspace:^", + "@babel/plugin-proposal-optional-catch-binding": "workspace:^", + "@babel/plugin-proposal-optional-chaining": "workspace:^", + "@babel/plugin-proposal-private-methods": "workspace:^", + "@babel/plugin-proposal-private-property-in-object": "workspace:^", + "@babel/plugin-proposal-unicode-property-regex": "workspace:^", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", @@ -50,40 +50,40 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "workspace:^7.14.5", - "@babel/plugin-transform-async-to-generator": "workspace:^7.14.5", - "@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5", - "@babel/plugin-transform-block-scoping": "workspace:^7.15.3", - "@babel/plugin-transform-classes": "workspace:^7.15.4", - "@babel/plugin-transform-computed-properties": "workspace:^7.14.5", - "@babel/plugin-transform-destructuring": "workspace:^7.14.7", - "@babel/plugin-transform-dotall-regex": "workspace:^7.14.5", - "@babel/plugin-transform-duplicate-keys": "workspace:^7.14.5", - "@babel/plugin-transform-exponentiation-operator": "workspace:^7.14.5", - "@babel/plugin-transform-for-of": "workspace:^7.15.4", - "@babel/plugin-transform-function-name": "workspace:^7.14.5", - "@babel/plugin-transform-literals": "workspace:^7.14.5", - "@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5", - "@babel/plugin-transform-modules-amd": "workspace:^7.14.5", - "@babel/plugin-transform-modules-commonjs": "workspace:^7.15.4", - "@babel/plugin-transform-modules-systemjs": "workspace:^7.15.4", - "@babel/plugin-transform-modules-umd": "workspace:^7.14.5", - "@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9", - "@babel/plugin-transform-new-target": "workspace:^7.14.5", - "@babel/plugin-transform-object-super": "workspace:^7.14.5", - "@babel/plugin-transform-parameters": "workspace:^7.15.4", - "@babel/plugin-transform-property-literals": "workspace:^7.14.5", - "@babel/plugin-transform-regenerator": "workspace:^7.14.5", - "@babel/plugin-transform-reserved-words": "workspace:^7.14.5", - "@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5", - "@babel/plugin-transform-spread": "workspace:^7.14.6", - "@babel/plugin-transform-sticky-regex": "workspace:^7.14.5", - "@babel/plugin-transform-template-literals": "workspace:^7.14.5", - "@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5", - "@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5", - "@babel/plugin-transform-unicode-regex": "workspace:^7.14.5", + "@babel/plugin-transform-arrow-functions": "workspace:^", + "@babel/plugin-transform-async-to-generator": "workspace:^", + "@babel/plugin-transform-block-scoped-functions": "workspace:^", + "@babel/plugin-transform-block-scoping": "workspace:^", + "@babel/plugin-transform-classes": "workspace:^", + "@babel/plugin-transform-computed-properties": "workspace:^", + "@babel/plugin-transform-destructuring": "workspace:^", + "@babel/plugin-transform-dotall-regex": "workspace:^", + "@babel/plugin-transform-duplicate-keys": "workspace:^", + "@babel/plugin-transform-exponentiation-operator": "workspace:^", + "@babel/plugin-transform-for-of": "workspace:^", + "@babel/plugin-transform-function-name": "workspace:^", + "@babel/plugin-transform-literals": "workspace:^", + "@babel/plugin-transform-member-expression-literals": "workspace:^", + "@babel/plugin-transform-modules-amd": "workspace:^", + "@babel/plugin-transform-modules-commonjs": "workspace:^", + "@babel/plugin-transform-modules-systemjs": "workspace:^", + "@babel/plugin-transform-modules-umd": "workspace:^", + "@babel/plugin-transform-named-capturing-groups-regex": "workspace:^", + "@babel/plugin-transform-new-target": "workspace:^", + "@babel/plugin-transform-object-super": "workspace:^", + "@babel/plugin-transform-parameters": "workspace:^", + "@babel/plugin-transform-property-literals": "workspace:^", + "@babel/plugin-transform-regenerator": "workspace:^", + "@babel/plugin-transform-reserved-words": "workspace:^", + "@babel/plugin-transform-shorthand-properties": "workspace:^", + "@babel/plugin-transform-spread": "workspace:^", + "@babel/plugin-transform-sticky-regex": "workspace:^", + "@babel/plugin-transform-template-literals": "workspace:^", + "@babel/plugin-transform-typeof-symbol": "workspace:^", + "@babel/plugin-transform-unicode-escapes": "workspace:^", + "@babel/plugin-transform-unicode-regex": "workspace:^", "@babel/preset-modules": "^0.1.4", - "@babel/types": "workspace:^7.15.6", + "@babel/types": "workspace:^", "babel-plugin-polyfill-corejs2": "^0.2.2", "babel-plugin-polyfill-corejs3": "^0.2.2", "babel-plugin-polyfill-regenerator": "^0.2.2", diff --git a/packages/babel-preset-flow/package.json b/packages/babel-preset-flow/package.json index e9dc6814c59c..24a523514648 100644 --- a/packages/babel-preset-flow/package.json +++ b/packages/babel-preset-flow/package.json @@ -20,9 +20,9 @@ "types" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-transform-flow-strip-types": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-option": "workspace:^", + "@babel/plugin-transform-flow-strip-types": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-preset-react/package.json b/packages/babel-preset-react/package.json index f51580ef53bf..60f6ff88e3e1 100644 --- a/packages/babel-preset-react/package.json +++ b/packages/babel-preset-react/package.json @@ -16,12 +16,12 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-transform-react-display-name": "workspace:^7.14.5", - "@babel/plugin-transform-react-jsx": "workspace:^7.14.5", - "@babel/plugin-transform-react-jsx-development": "workspace:^7.14.5", - "@babel/plugin-transform-react-pure-annotations": "workspace:^7.14.5" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-option": "workspace:^", + "@babel/plugin-transform-react-display-name": "workspace:^", + "@babel/plugin-transform-react-jsx": "workspace:^", + "@babel/plugin-transform-react-jsx-development": "workspace:^", + "@babel/plugin-transform-react-pure-annotations": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-preset-typescript/package.json b/packages/babel-preset-typescript/package.json index fe48b2771ea2..bbf328b50a09 100644 --- a/packages/babel-preset-typescript/package.json +++ b/packages/babel-preset-typescript/package.json @@ -17,9 +17,9 @@ "typescript" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-transform-typescript": "workspace:^7.15.0" + "@babel/helper-plugin-utils": "workspace:^", + "@babel/helper-validator-option": "workspace:^", + "@babel/plugin-transform-typescript": "workspace:^" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index 400335eba9ac..4e8771147399 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -16,9 +16,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/code-frame": "workspace:^7.14.5", - "@babel/parser": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4" + "@babel/code-frame": "workspace:^", + "@babel/parser": "workspace:^", + "@babel/types": "workspace:^" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index f9c6c9131f48..c46ae7807928 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -16,13 +16,13 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.15.4", - "@babel/helper-function-name": "workspace:^7.15.4", - "@babel/helper-hoist-variables": "workspace:^7.15.4", - "@babel/helper-split-export-declaration": "workspace:^7.15.4", - "@babel/parser": "workspace:^7.15.4", - "@babel/types": "workspace:^7.15.4", + "@babel/code-frame": "workspace:^", + "@babel/generator": "workspace:^", + "@babel/helper-function-name": "workspace:^", + "@babel/helper-hoist-variables": "workspace:^", + "@babel/helper-split-export-declaration": "workspace:^", + "@babel/parser": "workspace:^", + "@babel/types": "workspace:^", "debug": "^4.1.0", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" }, diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 491f7b142624..3d808b83022d 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -24,7 +24,7 @@ } }, "dependencies": { - "@babel/helper-validator-identifier": "workspace:^7.14.9", + "@babel/helper-validator-identifier": "workspace:^", "to-fast-properties": "^2.0.0" }, "devDependencies": {