v7.14.7
This commit is contained in:
parent
8ae0efe98a
commit
268e4ca0de
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/eslint-parser",
|
"name": "@babel/eslint-parser",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"version": "7.14.6",
|
"version": "7.14.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/compat-data",
|
"name": "@babel/compat-data",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-member-expression-to-functions",
|
"name": "@babel/helper-member-expression-to-functions",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "Babel command line",
|
"description": "Babel command line",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.14.6",
|
"version": "7.14.7",
|
||||||
"description": "A JavaScript parser",
|
"description": "A JavaScript parser",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "Turn async generator functions into ES2015 generators",
|
"description": "Turn async generator functions into ES2015 generators",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.14.5",
|
"@babel/compat-data": "workspace:^7.14.7",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-destructuring",
|
"name": "@babel/plugin-transform-destructuring",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "Compile ES2015 destructuring to ES5",
|
"description": "Compile ES2015 destructuring to ES5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "Compile regular expressions using named groups to ES5.",
|
"description": "Compile regular expressions using named groups to ES5.",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||||
@ -16,12 +16,12 @@
|
|||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.14.5",
|
"@babel/compat-data": "workspace:^7.14.7",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/helper-validator-option": "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",
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.5",
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.7",
|
||||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5",
|
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
|
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"@babel/plugin-proposal-logical-assignment-operators": "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-nullish-coalescing-operator": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5",
|
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.5",
|
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.7",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5",
|
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-optional-chaining": "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-methods": "workspace:^7.14.5",
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5",
|
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-classes": "workspace:^7.14.5",
|
"@babel/plugin-transform-classes": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5",
|
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.5",
|
"@babel/plugin-transform-destructuring": "workspace:^7.14.7",
|
||||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5",
|
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-duplicate-keys": "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-exponentiation-operator": "workspace:^7.14.5",
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.5",
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.7",
|
||||||
"@babel/plugin-transform-new-target": "workspace:^7.14.5",
|
"@babel/plugin-transform-new-target": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-object-super": "workspace:^7.14.5",
|
"@babel/plugin-transform-object-super": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-parameters": "workspace:^7.14.5",
|
"@babel/plugin-transform-parameters": "workspace:^7.14.5",
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
|
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-reserved-words": "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-shorthand-properties": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-spread": "workspace:^7.14.5",
|
"@babel/plugin-transform-spread": "workspace:^7.14.6",
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
|
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-template-literals": "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-typeof-symbol": "workspace:^7.14.5",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.14.6",
|
"version": "7.14.7",
|
||||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.14.6",
|
"version": "7.14.7",
|
||||||
"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": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/traverse",
|
"name": "@babel/traverse",
|
||||||
"version": "7.14.5",
|
"version": "7.14.7",
|
||||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
"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)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||||
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||||
"@babel/parser": "workspace:^7.14.5",
|
"@babel/parser": "workspace:^7.14.7",
|
||||||
"@babel/types": "workspace:^7.14.5",
|
"@babel/types": "workspace:^7.14.5",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||||
|
|||||||
30
yarn.lock
30
yarn.lock
@ -155,7 +155,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.5, @babel/compat-data@workspace:packages/babel-compat-data":
|
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.5, @babel/compat-data@workspace:^7.14.7, @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:
|
||||||
@ -968,7 +968,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:packages/babel-parser":
|
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:^7.14.7, @babel/parser@workspace:packages/babel-parser":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1076,7 +1076,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.14.5, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.14.7, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1380,11 +1380,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-object-rest-spread@workspace:*, @babel/plugin-proposal-object-rest-spread@workspace:^7.14.5, @babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread":
|
"@babel/plugin-proposal-object-rest-spread@workspace:*, @babel/plugin-proposal-object-rest-spread@workspace:^7.14.7, @babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread"
|
resolution: "@babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data": "workspace:^7.14.5"
|
"@babel/compat-data": "workspace:^7.14.7"
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
@ -2152,7 +2152,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.14.5, @babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring":
|
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.14.7, @babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring"
|
resolution: "@babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2522,7 +2522,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex@workspace:*, @babel/plugin-transform-named-capturing-groups-regex@workspace:^7.14.5, @babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex":
|
"@babel/plugin-transform-named-capturing-groups-regex@workspace:*, @babel/plugin-transform-named-capturing-groups-regex@workspace:^7.14.7, @babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex"
|
resolution: "@babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2919,7 +2919,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.5, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.6, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
|
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3180,7 +3180,7 @@ __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.14.5"
|
"@babel/compat-data": "workspace:^7.14.7"
|
||||||
"@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.14.5"
|
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
||||||
@ -3188,7 +3188,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/helper-validator-option": "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"
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.5"
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.7"
|
||||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
|
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5"
|
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
|
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
|
||||||
@ -3197,7 +3197,7 @@ __metadata:
|
|||||||
"@babel/plugin-proposal-logical-assignment-operators": "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-nullish-coalescing-operator": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5"
|
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.5"
|
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.7"
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5"
|
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-optional-chaining": "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-methods": "workspace:^7.14.5"
|
||||||
@ -3223,7 +3223,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5"
|
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-classes": "workspace:^7.14.5"
|
"@babel/plugin-transform-classes": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5"
|
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.5"
|
"@babel/plugin-transform-destructuring": "workspace:^7.14.7"
|
||||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5"
|
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-duplicate-keys": "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-exponentiation-operator": "workspace:^7.14.5"
|
||||||
@ -3235,7 +3235,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.5"
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.7"
|
||||||
"@babel/plugin-transform-new-target": "workspace:^7.14.5"
|
"@babel/plugin-transform-new-target": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-object-super": "workspace:^7.14.5"
|
"@babel/plugin-transform-object-super": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-parameters": "workspace:^7.14.5"
|
"@babel/plugin-transform-parameters": "workspace:^7.14.5"
|
||||||
@ -3243,7 +3243,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
|
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-reserved-words": "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-shorthand-properties": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-spread": "workspace:^7.14.5"
|
"@babel/plugin-transform-spread": "workspace:^7.14.6"
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
|
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-template-literals": "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-typeof-symbol": "workspace:^7.14.5"
|
||||||
@ -3578,7 +3578,7 @@ __metadata:
|
|||||||
"@babel/helper-hoist-variables": "workspace:^7.14.5"
|
"@babel/helper-hoist-variables": "workspace:^7.14.5"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||||
"@babel/parser": "workspace:^7.14.5"
|
"@babel/parser": "workspace:^7.14.7"
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.14.5"
|
||||||
debug: ^4.1.0
|
debug: ^4.1.0
|
||||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user