diff --git a/benchmark/package.json b/benchmark/package.json index 607440a435..b990a397f0 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -11,5 +11,5 @@ "@babel/parser": "workspace:*", "benchmark": "^2.1.4" }, - "version": "7.14.9" + "version": "7.15.0" } diff --git a/eslint/babel-eslint-parser/package.json b/eslint/babel-eslint-parser/package.json index 39f351f84b..856324e7c0 100644 --- a/eslint/babel-eslint-parser/package.json +++ b/eslint/babel-eslint-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-parser", - "version": "7.14.9", + "version": "7.15.0", "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", diff --git a/package.json b/package.json index 1e7e89dd87..3a7352e4ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.14.9", + "version": "7.15.0", "private": true, "type": "commonjs", "scripts": { diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index d7564f609a..ac75b0e72b 100644 --- a/packages/babel-compat-data/package.json +++ b/packages/babel-compat-data/package.json @@ -1,6 +1,6 @@ { "name": "@babel/compat-data", - "version": "7.14.9", + "version": "7.15.0", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index a0529529ab..a2a26ad040 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.14.8", + "version": "7.15.0", "description": "Babel compiler core.", "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", @@ -49,14 +49,14 @@ }, "dependencies": { "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.14.8", - "@babel/helper-compilation-targets": "workspace:^7.14.5", - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8", + "@babel/generator": "workspace:^7.15.0", + "@babel/helper-compilation-targets": "workspace:^7.15.0", + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0", "@babel/helpers": "workspace:^7.14.8", - "@babel/parser": "workspace:^7.14.8", + "@babel/parser": "workspace:^7.15.0", "@babel/template": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.8", - "@babel/types": "workspace:^7.14.8", + "@babel/traverse": "workspace:^7.15.0", + "@babel/types": "workspace:^7.15.0", "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 dbcc04f6ac..8dd15e7f8c 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.14.9", + "version": "7.15.0", "description": "Turns an AST into code.", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", @@ -19,7 +19,7 @@ "lib" ], "dependencies": { - "@babel/types": "workspace:^7.14.9", + "@babel/types": "workspace:^7.15.0", "jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", "source-map": "^0.5.0" }, diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index b64641ea02..ce5e1d4da3 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-compilation-targets", - "version": "7.14.5", + "version": "7.15.0", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Helper functions on Babel compilation targets", @@ -21,7 +21,7 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "workspace:^7.14.5", + "@babel/compat-data": "workspace:^7.15.0", "@babel/helper-validator-option": "workspace:^7.14.5", "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 482b550580..a217735112 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-create-class-features-plugin", - "version": "7.14.8", + "version": "7.15.0", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", @@ -20,9 +20,9 @@ "dependencies": { "@babel/helper-annotate-as-pure": "workspace:^7.14.5", "@babel/helper-function-name": "workspace:^7.14.5", - "@babel/helper-member-expression-to-functions": "workspace:^7.14.7", + "@babel/helper-member-expression-to-functions": "workspace:^7.15.0", "@babel/helper-optimise-call-expression": "workspace:^7.14.5", - "@babel/helper-replace-supers": "workspace:^7.14.5", + "@babel/helper-replace-supers": "workspace:^7.15.0", "@babel/helper-split-export-declaration": "workspace:^7.14.5" }, "peerDependencies": { diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index 4ae4bed0d9..448291af25 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-member-expression-to-functions", - "version": "7.14.7", + "version": "7.15.0", "description": "Helper function to replace certain member expressions with function calls", "repository": { "type": "git", @@ -15,7 +15,7 @@ "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", "dependencies": { - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.15.0" }, "devDependencies": { "@babel/traverse": "workspace:*" diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 28c623757a..1b9a2fa9e3 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-transforms", - "version": "7.14.8", + "version": "7.15.0", "description": "Babel helper functions for implementing ES6 module transformations", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", @@ -16,13 +16,13 @@ "main": "./lib/index.js", "dependencies": { "@babel/helper-module-imports": "workspace:^7.14.5", - "@babel/helper-replace-supers": "workspace:^7.14.5", + "@babel/helper-replace-supers": "workspace:^7.15.0", "@babel/helper-simple-access": "workspace:^7.14.8", "@babel/helper-split-export-declaration": "workspace:^7.14.5", - "@babel/helper-validator-identifier": "workspace:^7.14.8", + "@babel/helper-validator-identifier": "workspace:^7.14.9", "@babel/template": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.8", - "@babel/types": "workspace:^7.14.8" + "@babel/traverse": "workspace:^7.15.0", + "@babel/types": "workspace:^7.15.0" }, "engines": { "node": ">=6.9.0" diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index ea4ca01fdc..e47a553194 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-replace-supers", - "version": "7.14.5", + "version": "7.15.0", "description": "Helper function to replace supers", "repository": { "type": "git", @@ -14,10 +14,10 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-member-expression-to-functions": "workspace:^7.14.5", + "@babel/helper-member-expression-to-functions": "workspace:^7.15.0", "@babel/helper-optimise-call-expression": "workspace:^7.14.5", - "@babel/traverse": "workspace:^7.14.5", - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.15.0", + "@babel/types": "workspace:^7.15.0" }, "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 5db43d12c1..30036b9b03 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-transform-fixture-test-runner", - "version": "7.14.5", + "version": "7.15.0", "description": "Transform test runner for @babel/helper-fixtures module", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", @@ -16,7 +16,7 @@ "main": "./lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.14.5", - "@babel/core": "workspace:^7.14.5", + "@babel/core": "workspace:^7.15.0", "@babel/helper-fixtures": "workspace:^7.14.5", "babel-check-duplicated-nodes": "^1.0.0", "quick-lru": "5.1.0", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index a97d700287..48c508c2ae 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.14.9", + "version": "7.15.0", "description": "A JavaScript parser", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-proposal-pipeline-operator/package.json b/packages/babel-plugin-proposal-pipeline-operator/package.json index 395fba03d3..aa046d1066 100644 --- a/packages/babel-plugin-proposal-pipeline-operator/package.json +++ b/packages/babel-plugin-proposal-pipeline-operator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-pipeline-operator", - "version": "7.14.8", + "version": "7.15.0", "description": "Transform pipeline operator into call expressions", "repository": { "type": "git", @@ -18,7 +18,7 @@ ], "dependencies": { "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5" + "@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0" }, "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 7092555acb..3dacbafabf 100644 --- a/packages/babel-plugin-syntax-pipeline-operator/package.json +++ b/packages/babel-plugin-syntax-pipeline-operator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-syntax-pipeline-operator", - "version": "7.14.5", + "version": "7.15.0", "description": "Allow parsing of the pipeline operator", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-modules-commonjs/package.json b/packages/babel-plugin-transform-modules-commonjs/package.json index 89f6b5a105..ba70e8f997 100644 --- a/packages/babel-plugin-transform-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-modules-commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-modules-commonjs", - "version": "7.14.5", + "version": "7.15.0", "description": "This plugin transforms ES2015 modules to CommonJS", "repository": { "type": "git", @@ -13,9 +13,9 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "workspace:^7.14.5", + "@babel/helper-module-transforms": "workspace:^7.15.0", "@babel/helper-plugin-utils": "workspace:^7.14.5", - "@babel/helper-simple-access": "workspace:^7.14.5", + "@babel/helper-simple-access": "workspace:^7.14.8", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index 8a33cdc28d..c6dfe84995 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-display-name", - "version": "7.14.5", + "version": "7.15.0", "description": "Add displayName to React.createClass calls", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 01a5c89ea0..6c538decf4 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-runtime", - "version": "7.14.5", + "version": "7.15.0", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index eeeae29b84..bd394687ec 100644 --- a/packages/babel-plugin-transform-typescript/package.json +++ b/packages/babel-plugin-transform-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-typescript", - "version": "7.14.6", + "version": "7.15.0", "description": "Transform TypeScript into ES.next", "repository": { "type": "git", @@ -17,7 +17,7 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.14.6", + "@babel/helper-create-class-features-plugin": "workspace:^7.15.0", "@babel/helper-plugin-utils": "workspace:^7.14.5", "@babel/plugin-syntax-typescript": "workspace:^7.14.5" }, diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index 085cdd0e99..ca7d5023c0 100644 --- a/packages/babel-preset-env/package.json +++ b/packages/babel-preset-env/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-env", - "version": "7.14.9", + "version": "7.15.0", "description": "A Babel preset for each environment.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-preset-env", @@ -16,8 +16,8 @@ }, "main": "./lib/index.js", "dependencies": { - "@babel/compat-data": "workspace:^7.14.9", - "@babel/helper-compilation-targets": "workspace:^7.14.5", + "@babel/compat-data": "workspace:^7.15.0", + "@babel/helper-compilation-targets": "workspace:^7.15.0", "@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.14.5", @@ -65,7 +65,7 @@ "@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.14.5", + "@babel/plugin-transform-modules-commonjs": "workspace:^7.15.0", "@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5", "@babel/plugin-transform-modules-umd": "workspace:^7.14.5", "@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9", @@ -83,7 +83,7 @@ "@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5", "@babel/plugin-transform-unicode-regex": "workspace:^7.14.5", "@babel/preset-modules": "^0.1.4", - "@babel/types": "workspace:^7.14.9", + "@babel/types": "workspace:^7.15.0", "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-typescript/package.json b/packages/babel-preset-typescript/package.json index b328bbf5ce..fe48b2771e 100644 --- a/packages/babel-preset-typescript/package.json +++ b/packages/babel-preset-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-typescript", - "version": "7.14.5", + "version": "7.15.0", "description": "Babel preset for TypeScript.", "repository": { "type": "git", @@ -19,7 +19,7 @@ "dependencies": { "@babel/helper-plugin-utils": "workspace:^7.14.5", "@babel/helper-validator-option": "workspace:^7.14.5", - "@babel/plugin-transform-typescript": "workspace:^7.14.5" + "@babel/plugin-transform-typescript": "workspace:^7.15.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index fb3f26d356..0e0cdc6249 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.14.9", + "version": "7.15.0", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "./babel.js", "files": [ diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 047332002b..166d07f6f1 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.14.9", + "version": "7.15.0", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-traverse", @@ -17,12 +17,12 @@ "main": "./lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.14.5", - "@babel/generator": "workspace:^7.14.9", + "@babel/generator": "workspace:^7.15.0", "@babel/helper-function-name": "workspace:^7.14.5", "@babel/helper-hoist-variables": "workspace:^7.14.5", "@babel/helper-split-export-declaration": "workspace:^7.14.5", - "@babel/parser": "workspace:^7.14.9", - "@babel/types": "workspace:^7.14.9", + "@babel/parser": "workspace:^7.15.0", + "@babel/types": "workspace:^7.15.0", "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 1f51170b08..fce8ed7449 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.14.9", + "version": "7.15.0", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-types", diff --git a/yarn.lock b/yarn.lock index 2f7d35e8b3..2ce65b3635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -187,7 +187,7 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.5, @babel/compat-data@workspace:^7.14.7, @babel/compat-data@workspace:^7.14.9, @babel/compat-data@workspace:packages/babel-compat-data": +"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.7, @babel/compat-data@workspace:^7.15.0, @babel/compat-data@workspace:packages/babel-compat-data": version: 0.0.0-use.local resolution: "@babel/compat-data@workspace:packages/babel-compat-data" dependencies: @@ -244,21 +244,21 @@ __metadata: languageName: node linkType: hard -"@babel/core@workspace:*, @babel/core@workspace:^7.14.5, @babel/core@workspace:packages/babel-core": +"@babel/core@workspace:*, @babel/core@workspace:^7.14.5, @babel/core@workspace:^7.15.0, @babel/core@workspace:packages/babel-core": version: 0.0.0-use.local resolution: "@babel/core@workspace:packages/babel-core" dependencies: "@babel/code-frame": "workspace:^7.14.5" - "@babel/generator": "workspace:^7.14.8" - "@babel/helper-compilation-targets": "workspace:^7.14.5" - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8" + "@babel/generator": "workspace:^7.15.0" + "@babel/helper-compilation-targets": "workspace:^7.15.0" + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0" "@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helpers": "workspace:^7.14.8" - "@babel/parser": "workspace:^7.14.8" + "@babel/parser": "workspace:^7.15.0" "@babel/plugin-transform-modules-commonjs": "workspace:*" "@babel/template": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.8" - "@babel/types": "workspace:^7.14.8" + "@babel/traverse": "workspace:^7.15.0" + "@babel/types": "workspace:^7.15.0" "@types/convert-source-map": ^1.5.1 "@types/debug": ^4.1.0 "@types/resolve": ^1.3.2 @@ -363,13 +363,13 @@ __metadata: languageName: unknown linkType: soft -"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.14.8, @babel/generator@workspace:^7.14.9, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.0, @babel/generator@workspace:packages/babel-generator": version: 0.0.0-use.local resolution: "@babel/generator@workspace:packages/babel-generator" dependencies: "@babel/helper-fixtures": "workspace:*" "@babel/parser": "workspace:*" - "@babel/types": "workspace:^7.14.9" + "@babel/types": "workspace:^7.15.0" "@types/jsesc": ^2.5.0 "@types/source-map": ^0.5.0 charcodes: ^0.2.0 @@ -437,11 +437,11 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@workspace:^7.14.5, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": +"@babel/helper-compilation-targets@workspace:^7.14.5, @babel/helper-compilation-targets@workspace:^7.15.0, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": version: 0.0.0-use.local resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" dependencies: - "@babel/compat-data": "workspace:^7.14.5" + "@babel/compat-data": "workspace:^7.15.0" "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-validator-option": "workspace:^7.14.5" @@ -469,17 +469,17 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.14.6, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": +"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.15.0, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": version: 0.0.0-use.local resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin" dependencies: "@babel/core": "workspace:*" "@babel/helper-annotate-as-pure": "workspace:^7.14.5" "@babel/helper-function-name": "workspace:^7.14.5" - "@babel/helper-member-expression-to-functions": "workspace:^7.14.7" + "@babel/helper-member-expression-to-functions": "workspace:^7.15.0" "@babel/helper-optimise-call-expression": "workspace:^7.14.5" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-replace-supers": "workspace:^7.14.5" + "@babel/helper-replace-supers": "workspace:^7.15.0" "@babel/helper-split-export-declaration": "workspace:^7.14.5" "@babel/preset-env": "workspace:*" peerDependencies: @@ -631,12 +631,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@workspace:^7.14.5, @babel/helper-member-expression-to-functions@workspace:^7.14.7, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": +"@babel/helper-member-expression-to-functions@workspace:^7.15.0, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": version: 0.0.0-use.local resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions" dependencies: "@babel/traverse": "workspace:*" - "@babel/types": "workspace:^7.14.5" + "@babel/types": "workspace:^7.15.0" languageName: unknown linkType: soft @@ -659,27 +659,26 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.14.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": +"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.0, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": version: 0.0.0-use.local resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" dependencies: "@babel/helper-module-imports": "workspace:^7.14.5" - "@babel/helper-replace-supers": "workspace:^7.14.5" + "@babel/helper-replace-supers": "workspace:^7.15.0" "@babel/helper-simple-access": "workspace:^7.14.8" "@babel/helper-split-export-declaration": "workspace:^7.14.5" - "@babel/helper-validator-identifier": "workspace:^7.14.8" + "@babel/helper-validator-identifier": "workspace:^7.14.9" "@babel/template": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.8" - "@babel/types": "workspace:^7.14.8" + "@babel/traverse": "workspace:^7.15.0" + "@babel/types": "workspace:^7.15.0" languageName: unknown linkType: soft -"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.8": - version: 0.0.0-condition-d03fdb - resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.8#d03fdb" +"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.0": + version: 0.0.0-condition-69a1c0 + resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.0#69a1c0" dependencies: - "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.8" - checksum: dc554f178a54829c3510a740ff36c3bd4f29967c3daa7e22ee91eab4db892becafb538e433bcfada2cf82c57576c25ae7700fa29e5c780b7cc661697bd16de56 + "@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.0" languageName: node linkType: hard @@ -773,14 +772,14 @@ __metadata: languageName: node linkType: hard -"@babel/helper-replace-supers@workspace:^7.14.5, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": +"@babel/helper-replace-supers@workspace:^7.14.5, @babel/helper-replace-supers@workspace:^7.15.0, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": version: 0.0.0-use.local resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers" dependencies: - "@babel/helper-member-expression-to-functions": "workspace:^7.14.5" + "@babel/helper-member-expression-to-functions": "workspace:^7.15.0" "@babel/helper-optimise-call-expression": "workspace:^7.14.5" - "@babel/traverse": "workspace:^7.14.5" - "@babel/types": "workspace:^7.14.5" + "@babel/traverse": "workspace:^7.15.0" + "@babel/types": "workspace:^7.15.0" languageName: unknown linkType: soft @@ -793,7 +792,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-simple-access@workspace:^7.14.5, @babel/helper-simple-access@workspace:^7.14.8, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": +"@babel/helper-simple-access@workspace:^7.14.8, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": version: 0.0.0-use.local resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access" dependencies: @@ -842,7 +841,7 @@ __metadata: resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner" dependencies: "@babel/code-frame": "workspace:^7.14.5" - "@babel/core": "workspace:^7.14.5" + "@babel/core": "workspace:^7.15.0" "@babel/helper-fixtures": "workspace:^7.14.5" "@types/jest": ^25.2.2 babel-check-duplicated-nodes: ^1.0.0 @@ -859,7 +858,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.8, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier": +"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier": version: 0.0.0-use.local resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier" dependencies: @@ -981,7 +980,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.8, @babel/parser@workspace:^7.14.9, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.15.0, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -1480,7 +1479,7 @@ __metadata: "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" - "@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5" + "@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -1898,7 +1897,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/plugin-syntax-pipeline-operator@workspace:*, @babel/plugin-syntax-pipeline-operator@workspace:^7.14.5, @babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator": +"@babel/plugin-syntax-pipeline-operator@workspace:*, @babel/plugin-syntax-pipeline-operator@workspace:^7.15.0, @babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator": version: 0.0.0-use.local resolution: "@babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator" dependencies: @@ -2447,15 +2446,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.14.5, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs": +"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.15.0, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs": version: 0.0.0-use.local resolution: "@babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs" dependencies: "@babel/core": "workspace:*" - "@babel/helper-module-transforms": "workspace:^7.14.5" + "@babel/helper-module-transforms": "workspace:^7.15.0" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" - "@babel/helper-simple-access": "workspace:^7.14.5" + "@babel/helper-simple-access": "workspace:^7.14.8" "@babel/plugin-external-helpers": "workspace:*" "@babel/plugin-syntax-object-rest-spread": ^7.8.3 babel-plugin-dynamic-import-node: ^2.3.3 @@ -3040,12 +3039,12 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.14.5, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript": +"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.15.0, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript": version: 0.0.0-use.local resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript" dependencies: "@babel/core": "workspace:*" - "@babel/helper-create-class-features-plugin": "workspace:^7.14.6" + "@babel/helper-create-class-features-plugin": "workspace:^7.15.0" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" "@babel/plugin-syntax-typescript": "workspace:^7.14.5" @@ -3191,10 +3190,10 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/preset-env@workspace:packages/babel-preset-env" dependencies: - "@babel/compat-data": "workspace:^7.14.9" + "@babel/compat-data": "workspace:^7.15.0" "@babel/core": "workspace:*" "@babel/core-7.12": "npm:@babel/core@7.12.9" - "@babel/helper-compilation-targets": "workspace:^7.14.5" + "@babel/helper-compilation-targets": "workspace:^7.15.0" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" "@babel/helper-validator-option": "workspace:^7.14.5" @@ -3243,7 +3242,7 @@ __metadata: "@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.14.5" + "@babel/plugin-transform-modules-commonjs": "workspace:^7.15.0" "@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5" "@babel/plugin-transform-modules-umd": "workspace:^7.14.5" "@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9" @@ -3261,7 +3260,7 @@ __metadata: "@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5" "@babel/plugin-transform-unicode-regex": "workspace:^7.14.5" "@babel/preset-modules": ^0.1.4 - "@babel/types": "workspace:^7.14.9" + "@babel/types": "workspace:^7.15.0" babel-plugin-polyfill-corejs2: ^0.2.2 babel-plugin-polyfill-corejs3: ^0.2.2 babel-plugin-polyfill-regenerator: ^0.2.2 @@ -3352,7 +3351,7 @@ __metadata: "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" "@babel/helper-validator-option": "workspace:^7.14.5" - "@babel/plugin-transform-typescript": "workspace:^7.14.5" + "@babel/plugin-transform-typescript": "workspace:^7.15.0" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -3579,18 +3578,18 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:packages/babel-traverse": +"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:^7.15.0, @babel/traverse@workspace:packages/babel-traverse": version: 0.0.0-use.local resolution: "@babel/traverse@workspace:packages/babel-traverse" dependencies: "@babel/code-frame": "workspace:^7.14.5" - "@babel/generator": "workspace:^7.14.9" + "@babel/generator": "workspace:^7.15.0" "@babel/helper-function-name": "workspace:^7.14.5" "@babel/helper-hoist-variables": "workspace:^7.14.5" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-split-export-declaration": "workspace:^7.14.5" - "@babel/parser": "workspace:^7.14.9" - "@babel/types": "workspace:^7.14.9" + "@babel/parser": "workspace:^7.15.0" + "@babel/types": "workspace:^7.15.0" debug: ^4.1.0 globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" languageName: unknown @@ -3606,7 +3605,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @babel/types@workspace:^7.14.9, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @babel/types@workspace:^7.14.9, @babel/types@workspace:^7.15.0, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: