v7.14.9
This commit is contained in:
parent
93bade2a71
commit
aa2cac5edc
@ -10,5 +10,6 @@
|
|||||||
"@babel/helper-validator-identifier": "workspace:*",
|
"@babel/helper-validator-identifier": "workspace:*",
|
||||||
"@babel/parser": "workspace:*",
|
"@babel/parser": "workspace:*",
|
||||||
"benchmark": "^2.1.4"
|
"benchmark": "^2.1.4"
|
||||||
}
|
},
|
||||||
|
"version": "7.14.9"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/eslint-parser",
|
"name": "@babel/eslint-parser",
|
||||||
"version": "7.14.7",
|
"version": "7.14.9",
|
||||||
"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.8",
|
"version": "7.14.9",
|
||||||
"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.7",
|
"version": "7.14.9",
|
||||||
"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/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.14.8",
|
"version": "7.14.9",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.14.8",
|
"@babel/types": "workspace:^7.14.9",
|
||||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-validator-identifier",
|
"name": "@babel/helper-validator-identifier",
|
||||||
"version": "7.14.8",
|
"version": "7.14.9",
|
||||||
"description": "Validate identifier/keywords name",
|
"description": "Validate identifier/keywords name",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.14.7",
|
"version": "7.14.9",
|
||||||
"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.8",
|
"version": "7.14.9",
|
||||||
"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.7",
|
"version": "7.14.9",
|
||||||
"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-transform-classes",
|
"name": "@babel/plugin-transform-classes",
|
||||||
"version": "7.14.5",
|
"version": "7.14.9",
|
||||||
"description": "Compile ES2015 classes to ES5",
|
"description": "Compile ES2015 classes 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.7",
|
"version": "7.14.9",
|
||||||
"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/plugin-transform-react-jsx-self",
|
"name": "@babel/plugin-transform-react-jsx-self",
|
||||||
"version": "7.14.5",
|
"version": "7.14.9",
|
||||||
"description": "Add a __self prop to all JSX Elements",
|
"description": "Add a __self prop to all JSX Elements",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-jsx",
|
"name": "@babel/plugin-transform-react-jsx",
|
||||||
"version": "7.14.5",
|
"version": "7.14.9",
|
||||||
"description": "Turn JSX into React function calls",
|
"description": "Turn JSX into React function calls",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/plugin-syntax-jsx": "workspace:^7.14.5",
|
"@babel/plugin-syntax-jsx": "workspace:^7.14.5",
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.14.9"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.14.8",
|
"version": "7.14.9",
|
||||||
"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.7",
|
"@babel/compat-data": "workspace:^7.14.9",
|
||||||
"@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.7",
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.9",
|
||||||
"@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",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.14.5",
|
"@babel/plugin-transform-async-to-generator": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5",
|
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5",
|
||||||
"@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.9",
|
||||||
"@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.7",
|
"@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",
|
||||||
@ -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.7",
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9",
|
||||||
"@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",
|
||||||
@ -83,7 +83,7 @@
|
|||||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
|
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
|
||||||
"@babel/preset-modules": "^0.1.4",
|
"@babel/preset-modules": "^0.1.4",
|
||||||
"@babel/types": "workspace:^7.14.8",
|
"@babel/types": "workspace:^7.14.9",
|
||||||
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
||||||
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
||||||
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.14.8",
|
"version": "7.14.9",
|
||||||
"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.8",
|
"version": "7.14.9",
|
||||||
"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.8",
|
"version": "7.14.9",
|
||||||
"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",
|
||||||
@ -17,12 +17,12 @@
|
|||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "workspace:^7.14.5",
|
"@babel/code-frame": "workspace:^7.14.5",
|
||||||
"@babel/generator": "workspace:^7.14.8",
|
"@babel/generator": "workspace:^7.14.9",
|
||||||
"@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.8",
|
"@babel/parser": "workspace:^7.14.9",
|
||||||
"@babel/types": "workspace:^7.14.8",
|
"@babel/types": "workspace:^7.14.9",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.14.8",
|
"version": "7.14.9",
|
||||||
"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": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
"@babel/helper-validator-identifier": "workspace:^7.14.9",
|
||||||
"to-fast-properties": "^2.0.0"
|
"to-fast-properties": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
38
yarn.lock
38
yarn.lock
@ -187,7 +187,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:^7.14.7, @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:^7.14.9, @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:
|
||||||
@ -363,13 +363,13 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.14.8, @babel/generator@workspace:packages/babel-generator":
|
"@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":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-fixtures": "workspace:*"
|
"@babel/helper-fixtures": "workspace:*"
|
||||||
"@babel/parser": "workspace:*"
|
"@babel/parser": "workspace:*"
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.14.9"
|
||||||
"@types/jsesc": ^2.5.0
|
"@types/jsesc": ^2.5.0
|
||||||
"@types/source-map": ^0.5.0
|
"@types/source-map": ^0.5.0
|
||||||
charcodes: ^0.2.0
|
charcodes: ^0.2.0
|
||||||
@ -859,7 +859,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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: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.8, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier"
|
resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -981,7 +981,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.8, @babel/parser@workspace:packages/babel-parser":
|
"@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":
|
||||||
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:
|
||||||
@ -1087,7 +1087,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.7, @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.9, @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:
|
||||||
@ -2110,7 +2110,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-classes@workspace:*, @babel/plugin-transform-classes@workspace:^7.14.5, @babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes":
|
"@babel/plugin-transform-classes@workspace:*, @babel/plugin-transform-classes@workspace:^7.14.9, @babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes"
|
resolution: "@babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2533,7 +2533,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.7, @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.9, @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:
|
||||||
@ -2789,7 +2789,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/plugin-syntax-jsx": "workspace:^7.14.5"
|
"@babel/plugin-syntax-jsx": "workspace:^7.14.5"
|
||||||
"@babel/traverse": "workspace:*"
|
"@babel/traverse": "workspace:*"
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.14.9"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0-0
|
"@babel/core": ^7.0.0-0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -3191,7 +3191,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.7"
|
"@babel/compat-data": "workspace:^7.14.9"
|
||||||
"@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"
|
||||||
@ -3199,7 +3199,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.7"
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.9"
|
||||||
"@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"
|
||||||
@ -3232,7 +3232,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.14.5"
|
"@babel/plugin-transform-async-to-generator": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5"
|
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5"
|
||||||
"@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.9"
|
||||||
"@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.7"
|
"@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"
|
||||||
@ -3246,7 +3246,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.7"
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9"
|
||||||
"@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"
|
||||||
@ -3261,7 +3261,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5"
|
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5"
|
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5"
|
||||||
"@babel/preset-modules": ^0.1.4
|
"@babel/preset-modules": ^0.1.4
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.14.9"
|
||||||
babel-plugin-polyfill-corejs2: ^0.2.2
|
babel-plugin-polyfill-corejs2: ^0.2.2
|
||||||
babel-plugin-polyfill-corejs3: ^0.2.2
|
babel-plugin-polyfill-corejs3: ^0.2.2
|
||||||
babel-plugin-polyfill-regenerator: ^0.2.2
|
babel-plugin-polyfill-regenerator: ^0.2.2
|
||||||
@ -3584,13 +3584,13 @@ __metadata:
|
|||||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": "workspace:^7.14.5"
|
"@babel/code-frame": "workspace:^7.14.5"
|
||||||
"@babel/generator": "workspace:^7.14.8"
|
"@babel/generator": "workspace:^7.14.9"
|
||||||
"@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-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.8"
|
"@babel/parser": "workspace:^7.14.9"
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.14.9"
|
||||||
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"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -3606,12 +3606,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @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: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:
|
||||||
"@babel/generator": "workspace:*"
|
"@babel/generator": "workspace:*"
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.14.8"
|
"@babel/helper-validator-identifier": "workspace:^7.14.9"
|
||||||
"@babel/parser": "workspace:*"
|
"@babel/parser": "workspace:*"
|
||||||
chalk: ^4.1.0
|
chalk: ^4.1.0
|
||||||
glob: ^7.1.7
|
glob: ^7.1.7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user