diff --git a/package.json b/package.json index 68139f12b9..15d0d0391f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.12.9", + "version": "7.12.10", "private": true, "license": "MIT", "scripts": { diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 5316a4a205..5481dd232e 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.12.8", + "version": "7.12.10", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index bb4db25349..5d141ad1ba 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.12.9", + "version": "7.12.10", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -44,13 +44,13 @@ }, "dependencies": { "@babel/code-frame": "workspace:^7.10.4", - "@babel/generator": "workspace:^7.12.5", + "@babel/generator": "workspace:^7.12.10", "@babel/helper-module-transforms": "workspace:^7.12.1", "@babel/helpers": "workspace:^7.12.5", - "@babel/parser": "workspace:^7.12.7", + "@babel/parser": "workspace:^7.12.10", "@babel/template": "workspace:^7.12.7", - "@babel/traverse": "workspace:^7.12.9", - "@babel/types": "workspace:^7.12.7", + "@babel/traverse": "workspace:^7.12.10", + "@babel/types": "workspace:^7.12.10", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 1371e4a783..be63eef124 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.12.5", + "version": "7.12.10", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -18,7 +18,7 @@ "lib" ], "dependencies": { - "@babel/types": "workspace:^7.12.5", + "@babel/types": "workspace:^7.12.10", "jsesc": "^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 c994003356..c59c675e45 100644 --- a/packages/babel-helper-annotate-as-pure/package.json +++ b/packages/babel-helper-annotate-as-pure/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-annotate-as-pure", - "version": "7.10.4", + "version": "7.12.10", "description": "Helper function to annotate paths and nodes with #__PURE__ comment", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.10.4" + "@babel/types": "workspace:^7.12.10" } } diff --git a/packages/babel-helper-builder-react-jsx-experimental/package.json b/packages/babel-helper-builder-react-jsx-experimental/package.json index 1b6a29f7cd..3e46f1dbad 100644 --- a/packages/babel-helper-builder-react-jsx-experimental/package.json +++ b/packages/babel-helper-builder-react-jsx-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-builder-react-jsx-experimental", - "version": "7.12.4", + "version": "7.12.10", "description": "Helper function to build react jsx", "repository": { "type": "git", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "workspace:^7.10.4", - "@babel/helper-module-imports": "workspace:^7.12.1", - "@babel/types": "workspace:^7.12.1" + "@babel/helper-annotate-as-pure": "workspace:^7.12.10", + "@babel/helper-module-imports": "workspace:^7.12.5", + "@babel/types": "workspace:^7.12.10" } } diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index 0b6ebf586e..8549688d5c 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-fixtures", - "version": "7.10.5", + "version": "7.12.10", "description": "Helper function to support fixtures", "author": "Sebastian McKenzie ", "license": "MIT", diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index e697a1c7c2..4984f33484 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-get-function-arity", - "version": "7.10.4", + "version": "7.12.10", "description": "Helper function to get function arity", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.10.4" + "@babel/types": "workspace:^7.12.10" } } diff --git a/packages/babel-helper-optimise-call-expression/package.json b/packages/babel-helper-optimise-call-expression/package.json index 00e3a65a82..edc5df7345 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-optimise-call-expression", - "version": "7.12.7", + "version": "7.12.10", "description": "Helper function to optimise call expression", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "workspace:^7.12.7" + "@babel/types": "workspace:^7.12.10" }, "devDependencies": { "@babel/generator": "workspace:*", diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index 426d9318c1..e519abf7bf 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.12.1", + "version": "7.12.10", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -16,8 +16,8 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.10.4", - "@babel/core": "workspace:^7.12.1", - "@babel/helper-fixtures": "workspace:^7.10.5", + "@babel/core": "workspace:^7.12.10", + "@babel/helper-fixtures": "workspace:^7.12.10", "@babel/polyfill": "workspace:^7.12.1", "babel-check-duplicated-nodes": "^1.0.0", "jest-diff": "^24.8.0", diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index 6f65a88232..f0dd81bc6b 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.12.6", + "version": "7.12.10", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -23,7 +23,7 @@ "compiler" ], "dependencies": { - "@babel/register": "workspace:^7.12.1", + "@babel/register": "workspace:^7.12.10", "commander": "^4.0.1", "core-js": "^3.2.1", "lodash": "^4.17.19", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index cb6638dee2..eaa95403fc 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.12.7", + "version": "7.12.10", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index 2386bdb54c..1dcc692553 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-flow-strip-types", - "version": "7.12.1", + "version": "7.12.10", "description": "Strip flow type annotations from your output code.", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 2dd50bfc03..275fab7692 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-jsx", - "version": "7.12.7", + "version": "7.12.10", "description": "Turn JSX into React function calls", "repository": { "type": "git", @@ -17,7 +17,7 @@ ], "dependencies": { "@babel/helper-builder-react-jsx": "workspace:^7.10.4", - "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4", + "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10", "@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/plugin-syntax-jsx": "workspace:^7.12.1" }, diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 1898914c9c..911e84322b 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.12.1", + "version": "7.12.10", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", @@ -20,7 +20,7 @@ "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js" }, "dependencies": { - "@babel/helper-module-imports": "workspace:^7.12.1", + "@babel/helper-module-imports": "workspace:^7.12.5", "@babel/helper-plugin-utils": "workspace:^7.10.4", "semver": "^5.5.1" }, diff --git a/packages/babel-plugin-transform-typeof-symbol/package.json b/packages/babel-plugin-transform-typeof-symbol/package.json index 518efca5be..9fc89def5c 100644 --- a/packages/babel-plugin-transform-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-typeof-symbol/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-typeof-symbol", - "version": "7.12.1", + "version": "7.12.10", "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", "repository": { "type": "git", diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index 251d17af5b..157006387d 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.12.7", + "version": "7.12.10", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babeljs.io/", @@ -74,11 +74,11 @@ "@babel/plugin-transform-spread": "workspace:^7.12.1", "@babel/plugin-transform-sticky-regex": "workspace:^7.12.7", "@babel/plugin-transform-template-literals": "workspace:^7.12.1", - "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1", + "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.10", "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1", "@babel/plugin-transform-unicode-regex": "workspace:^7.12.1", "@babel/preset-modules": "^0.1.3", - "@babel/types": "workspace:^7.12.7", + "@babel/types": "workspace:^7.12.10", "core-js-compat": "^3.8.0", "semver": "^5.5.0" }, diff --git a/packages/babel-preset-react/package.json b/packages/babel-preset-react/package.json index 7008d113bf..7dad7037e7 100644 --- a/packages/babel-preset-react/package.json +++ b/packages/babel-preset-react/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-react", - "version": "7.12.7", + "version": "7.12.10", "description": "Babel preset for all React plugins.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -17,7 +17,7 @@ "dependencies": { "@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/plugin-transform-react-display-name": "workspace:^7.12.1", - "@babel/plugin-transform-react-jsx": "workspace:^7.12.7", + "@babel/plugin-transform-react-jsx": "workspace:^7.12.10", "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7", "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" }, diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 4e0cbc3f4b..ddd1c1859e 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.12.1", + "version": "7.12.10", "description": "babel require hook", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 7b732f9931..4f3a437aa5 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.12.9", + "version": "7.12.10", "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 29229a056a..0367a52973 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.12.9", + "version": "7.12.10", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -16,11 +16,11 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.10.4", - "@babel/generator": "workspace:^7.12.5", + "@babel/generator": "workspace:^7.12.10", "@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-split-export-declaration": "workspace:^7.11.0", - "@babel/parser": "workspace:^7.12.7", - "@babel/types": "workspace:^7.12.7", + "@babel/parser": "workspace:^7.12.10", + "@babel/types": "workspace:^7.12.10", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 91ae9dab38..f353642fdf 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.12.7", + "version": "7.12.10", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/yarn.lock b/yarn.lock index ea32989525..5b9d4f153e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -123,19 +123,19 @@ __metadata: languageName: node linkType: hard -"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:packages/babel-core": +"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:^7.12.10, @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.10.4" - "@babel/generator": "workspace:^7.12.5" + "@babel/generator": "workspace:^7.12.10" "@babel/helper-module-transforms": "workspace:^7.12.1" "@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helpers": "workspace:^7.12.5" - "@babel/parser": "workspace:^7.12.7" + "@babel/parser": "workspace:^7.12.10" "@babel/template": "workspace:^7.12.7" - "@babel/traverse": "workspace:^7.12.9" - "@babel/types": "workspace:^7.12.7" + "@babel/traverse": "workspace:^7.12.10" + "@babel/types": "workspace:^7.12.10" convert-source-map: ^1.7.0 debug: ^4.1.0 gensync: ^1.0.0-beta.1 @@ -243,13 +243,13 @@ __metadata: languageName: node linkType: hard -"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.5, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.10, @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.12.5" + "@babel/types": "workspace:^7.12.10" jsesc: ^2.5.1 source-map: ^0.5.0 languageName: unknown @@ -264,11 +264,11 @@ __metadata: languageName: node linkType: hard -"@babel/helper-annotate-as-pure@workspace:^7.10.4, @babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure": +"@babel/helper-annotate-as-pure@workspace:^7.10.4, @babel/helper-annotate-as-pure@workspace:^7.12.10, @babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure": version: 0.0.0-use.local resolution: "@babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure" dependencies: - "@babel/types": "workspace:^7.10.4" + "@babel/types": "workspace:^7.12.10" languageName: unknown linkType: soft @@ -300,13 +300,13 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-builder-react-jsx-experimental@workspace:^7.12.4, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental": +"@babel/helper-builder-react-jsx-experimental@workspace:^7.12.10, @babel/helper-builder-react-jsx-experimental@workspace:^7.12.4, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental": version: 0.0.0-use.local resolution: "@babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental" dependencies: - "@babel/helper-annotate-as-pure": "workspace:^7.10.4" - "@babel/helper-module-imports": "workspace:^7.12.1" - "@babel/types": "workspace:^7.12.1" + "@babel/helper-annotate-as-pure": "workspace:^7.12.10" + "@babel/helper-module-imports": "workspace:^7.12.5" + "@babel/types": "workspace:^7.12.10" languageName: unknown linkType: soft @@ -463,7 +463,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.10.5, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures": +"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.12.10, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures": version: 0.0.0-use.local resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures" dependencies: @@ -506,7 +506,7 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity" dependencies: - "@babel/types": "workspace:^7.10.4" + "@babel/types": "workspace:^7.12.10" languageName: unknown linkType: soft @@ -610,7 +610,7 @@ __metadata: dependencies: "@babel/generator": "workspace:*" "@babel/parser": "workspace:*" - "@babel/types": "workspace:^7.12.7" + "@babel/types": "workspace:^7.12.10" languageName: unknown linkType: soft @@ -748,8 +748,8 @@ __metadata: resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner" dependencies: "@babel/code-frame": "workspace:^7.10.4" - "@babel/core": "workspace:^7.12.1" - "@babel/helper-fixtures": "workspace:^7.10.5" + "@babel/core": "workspace:^7.12.10" + "@babel/helper-fixtures": "workspace:^7.12.10" "@babel/polyfill": "workspace:^7.12.1" babel-check-duplicated-nodes: ^1.0.0 jest-diff: ^24.8.0 @@ -861,7 +861,7 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-fixtures": "workspace:*" - "@babel/register": "workspace:^7.12.1" + "@babel/register": "workspace:^7.12.10" "@babel/runtime": "workspace:*" commander: ^4.0.1 core-js: ^3.2.1 @@ -888,7 +888,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.7, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.10, @babel/parser@workspace:^7.12.7, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -2558,13 +2558,13 @@ __metadata: languageName: unknown linkType: soft -"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.7, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx": +"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.10, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx": version: 0.0.0-use.local resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx" dependencies: "@babel/core": "workspace:*" "@babel/helper-builder-react-jsx": "workspace:^7.10.4" - "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4" + "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/plugin-syntax-jsx": "workspace:^7.12.1" @@ -2651,7 +2651,7 @@ __metadata: resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime" dependencies: "@babel/core": "workspace:*" - "@babel/helper-module-imports": "workspace:^7.12.1" + "@babel/helper-module-imports": "workspace:^7.12.5" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helpers": "workspace:*" @@ -2787,7 +2787,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@workspace:*, @babel/plugin-transform-typeof-symbol@workspace:^7.12.1, @babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol": +"@babel/plugin-transform-typeof-symbol@workspace:*, @babel/plugin-transform-typeof-symbol@workspace:^7.12.10, @babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol": version: 0.0.0-use.local resolution: "@babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol" dependencies: @@ -3032,11 +3032,11 @@ __metadata: "@babel/plugin-transform-spread": "workspace:^7.12.1" "@babel/plugin-transform-sticky-regex": "workspace:^7.12.7" "@babel/plugin-transform-template-literals": "workspace:^7.12.1" - "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1" + "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.10" "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1" "@babel/plugin-transform-unicode-regex": "workspace:^7.12.1" "@babel/preset-modules": ^0.1.3 - "@babel/types": "workspace:^7.12.7" + "@babel/types": "workspace:^7.12.10" core-js-compat: ^3.8.0 semver: ^5.5.0 peerDependencies: @@ -3092,7 +3092,7 @@ __metadata: "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/plugin-transform-react-display-name": "workspace:^7.12.1" - "@babel/plugin-transform-react-jsx": "workspace:^7.12.7" + "@babel/plugin-transform-react-jsx": "workspace:^7.12.10" "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7" "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" peerDependencies: @@ -3141,7 +3141,7 @@ __metadata: languageName: node linkType: hard -"@babel/register@workspace:^7.12.1, @babel/register@workspace:packages/babel-register": +"@babel/register@workspace:^7.12.10, @babel/register@workspace:packages/babel-register": version: 0.0.0-use.local resolution: "@babel/register@workspace:packages/babel-register" dependencies: @@ -3348,17 +3348,17 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:^7.12.9, @babel/traverse@workspace:packages/babel-traverse": +"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.10, @babel/traverse@workspace:^7.12.5, @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.10.4" - "@babel/generator": "workspace:^7.12.5" + "@babel/generator": "workspace:^7.12.10" "@babel/helper-function-name": "workspace:^7.10.4" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-split-export-declaration": "workspace:^7.11.0" - "@babel/parser": "workspace:^7.12.7" - "@babel/types": "workspace:^7.12.7" + "@babel/parser": "workspace:^7.12.10" + "@babel/types": "workspace:^7.12.10" debug: ^4.1.0 globals: ^11.1.0 lodash: ^4.17.19 @@ -3376,7 +3376,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.11.0, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.5, @babel/types@workspace:^7.12.7, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.11.0, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.10, @babel/types@workspace:^7.12.5, @babel/types@workspace:^7.12.7, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: