This commit is contained in:
Babel Bot 2021-03-22 15:36:45 +00:00
parent 4beca3999e
commit edb11baabf
19 changed files with 64 additions and 64 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.13.11", "version": "7.13.12",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/compat-data", "name": "@babel/compat-data",
"version": "7.13.11", "version": "7.13.12",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.12.13", "version": "7.13.12",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,6 +15,6 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.13.0", "version": "7.13.12",
"description": "Helper function to replace certain member expressions with function calls", "description": "Helper function to replace certain member expressions with function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:^7.12.17" "@babel/traverse": "workspace:^7.12.17"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-imports", "name": "@babel/helper-module-imports",
"version": "7.12.13", "version": "7.13.12",
"description": "Babel helper functions for inserting module loads", "description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
@ -15,7 +15,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*", "@babel/core": "workspace:*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.13.0", "version": "7.13.12",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@ -15,13 +15,13 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-replace-supers": "workspace:^7.13.0", "@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-simple-access": "workspace:^7.12.13", "@babel/helper-simple-access": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.12.11", "@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0", "@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.13.0", "version": "7.13.12",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,9 +14,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0", "@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0", "@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-simple-access", "name": "@babel/helper-simple-access",
"version": "7.12.13", "version": "7.13.12",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
@ -15,7 +15,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:^7.12.17" "@babel/traverse": "workspace:^7.12.17"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.10", "version": "7.13.12",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.13.10", "version": "7.13.12",
"description": "Babel command line", "description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-node", "homepage": "https://babel.dev/docs/en/next/babel-node",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.13.11", "version": "7.13.12",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser", "homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.13.8", "version": "7.13.12",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"repository": { "repository": {
"type": "git", "type": "git",
@ -25,7 +25,7 @@
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.13.0" "@babel/core": "^7.13.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-chaining", "name": "@babel/plugin-proposal-optional-chaining",
"version": "7.13.8", "version": "7.13.12",
"description": "Transform optional chaining operators into a series of nil checks", "description": "Transform optional chaining operators into a series of nil checks",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-proto-to-assign", "name": "@babel/plugin-transform-proto-to-assign",
"version": "7.12.13", "version": "7.13.12",
"description": "Babel plugin for turning __proto__ into a shallow property clone", "description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.13.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx", "name": "@babel/plugin-transform-react-jsx",
"version": "7.12.17", "version": "7.13.12",
"description": "Turn JSX into React function calls", "description": "Turn JSX into React function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,10 +18,10 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-jsx": "workspace:^7.12.13", "@babel/plugin-syntax-jsx": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.17" "@babel/types": "workspace:^7.13.12"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.13.10", "version": "7.13.12",
"description": "A Babel preset for each environment.", "description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>", "author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env", "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@ -16,11 +16,11 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.13.8", "@babel/compat-data": "workspace:^7.13.12",
"@babel/helper-compilation-targets": "workspace:^7.13.10", "@babel/helper-compilation-targets": "workspace:^7.13.10",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17", "@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.8", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8", "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8",
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0", "@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8", "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
@ -31,7 +31,7 @@
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13", "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8", "@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8", "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8", "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0", "@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13", "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-async-generators": "^7.8.4",
@ -79,7 +79,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13", "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13", "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.4", "@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.13.0", "@babel/types": "workspace:^7.13.12",
"babel-plugin-polyfill-corejs2": "^0.1.4", "babel-plugin-polyfill-corejs2": "^0.1.4",
"babel-plugin-polyfill-corejs3": "^0.1.3", "babel-plugin-polyfill-corejs3": "^0.1.3",
"babel-plugin-polyfill-regenerator": "^0.1.2", "babel-plugin-polyfill-regenerator": "^0.1.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.13.11", "version": "7.13.12",
"description": "Standalone build of Babel for use in non-Node.js environments.", "description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js", "main": "babel.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.13.0", "version": "7.13.12",
"description": "Babel Types is a Lodash-esque utility library for AST nodes", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types", "homepage": "https://babel.dev/docs/en/next/babel-types",

View File

@ -139,7 +139,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data": "@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data" resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies: dependencies:
@ -488,7 +488,7 @@ __metadata:
resolution: "@babel/helper-define-map@workspace:packages/babel-helper-define-map" resolution: "@babel/helper-define-map@workspace:packages/babel-helper-define-map"
dependencies: dependencies:
"@babel/helper-function-name": "workspace:^7.12.13" "@babel/helper-function-name": "workspace:^7.12.13"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -615,12 +615,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-member-expression-to-functions@workspace:^7.13.0, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": "@babel/helper-member-expression-to-functions@workspace:^7.13.0, @babel/helper-member-expression-to-functions@workspace:^7.13.12, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions" resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions"
dependencies: dependencies:
"@babel/traverse": "workspace:^7.12.17" "@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -633,13 +633,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-module-imports@workspace:^7.12.13, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports": "@babel/helper-module-imports@workspace:^7.12.13, @babel/helper-module-imports@workspace:^7.13.12, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports" resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -664,14 +664,14 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
dependencies: dependencies:
"@babel/helper-module-imports": "workspace:^7.12.13" "@babel/helper-module-imports": "workspace:^7.13.12"
"@babel/helper-replace-supers": "workspace:^7.13.0" "@babel/helper-replace-supers": "workspace:^7.13.12"
"@babel/helper-simple-access": "workspace:^7.12.13" "@babel/helper-simple-access": "workspace:^7.13.12"
"@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-split-export-declaration": "workspace:^7.12.13"
"@babel/helper-validator-identifier": "workspace:^7.12.11" "@babel/helper-validator-identifier": "workspace:^7.12.11"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0" "@babel/traverse": "workspace:^7.13.0"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -749,14 +749,14 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.0, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": "@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.0, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers" resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers"
dependencies: dependencies:
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0" "@babel/helper-member-expression-to-functions": "workspace:^7.13.12"
"@babel/helper-optimise-call-expression": "workspace:^7.12.13" "@babel/helper-optimise-call-expression": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.13.0" "@babel/traverse": "workspace:^7.13.0"
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -769,12 +769,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-simple-access@workspace:^7.12.13, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access": "@babel/helper-simple-access@workspace:^7.12.13, @babel/helper-simple-access@workspace:^7.13.12, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access" resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access"
dependencies: dependencies:
"@babel/traverse": "workspace:^7.12.17" "@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.13.12"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -972,7 +972,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:^7.13.8, @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:^7.13.12, @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@workspace:packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
dependencies: dependencies:
@ -980,7 +980,7 @@ __metadata:
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.13.0"
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1" "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1"
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12"
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"
peerDependencies: peerDependencies:
"@babel/core": ^7.13.0 "@babel/core": ^7.13.0
@ -1378,7 +1378,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.13.8, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining": "@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.13.12, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining" resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining"
dependencies: dependencies:
@ -2576,7 +2576,7 @@ __metadata:
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.13.0"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -2676,11 +2676,11 @@ __metadata:
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-annotate-as-pure": "workspace:^7.12.13" "@babel/helper-annotate-as-pure": "workspace:^7.12.13"
"@babel/helper-module-imports": "workspace:^7.12.13" "@babel/helper-module-imports": "workspace:^7.13.12"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.13.0"
"@babel/plugin-syntax-jsx": "workspace:^7.12.13" "@babel/plugin-syntax-jsx": "workspace:^7.12.13"
"@babel/types": "workspace:^7.12.17" "@babel/types": "workspace:^7.13.12"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -3075,14 +3075,14 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/preset-env@workspace:packages/babel-preset-env" resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
dependencies: dependencies:
"@babel/compat-data": "workspace:^7.13.8" "@babel/compat-data": "workspace:^7.13.12"
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/core-7.12": "npm:@babel/core@7.12.9" "@babel/core-7.12": "npm:@babel/core@7.12.9"
"@babel/helper-compilation-targets": "workspace:^7.13.10" "@babel/helper-compilation-targets": "workspace:^7.13.10"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.13.0"
"@babel/helper-validator-option": "workspace:^7.12.17" "@babel/helper-validator-option": "workspace:^7.12.17"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.8" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8" "@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8"
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0" "@babel/plugin-proposal-class-properties": "workspace:^7.13.0"
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8" "@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8"
@ -3093,7 +3093,7 @@ __metadata:
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13" "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13"
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8" "@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8"
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8" "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8"
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8" "@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12"
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0" "@babel/plugin-proposal-private-methods": "workspace:^7.13.0"
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13" "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13"
"@babel/plugin-syntax-async-generators": ^7.8.4 "@babel/plugin-syntax-async-generators": ^7.8.4
@ -3141,7 +3141,7 @@ __metadata:
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13" "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13" "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
"@babel/preset-modules": ^0.1.4 "@babel/preset-modules": ^0.1.4
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.13.12"
babel-plugin-polyfill-corejs2: ^0.1.4 babel-plugin-polyfill-corejs2: ^0.1.4
babel-plugin-polyfill-corejs3: ^0.1.3 babel-plugin-polyfill-corejs3: ^0.1.3
babel-plugin-polyfill-regenerator: ^0.1.2 babel-plugin-polyfill-regenerator: ^0.1.2
@ -3485,7 +3485,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.12.17, @babel/types@workspace:^7.13.0, @babel/types@workspace:packages/babel-types": "@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types" resolution: "@babel/types@workspace:packages/babel-types"
dependencies: dependencies: