v7.15.0
This commit is contained in:
parent
0671afcf87
commit
6912f968a6
@ -11,5 +11,5 @@
|
|||||||
"@babel/parser": "workspace:*",
|
"@babel/parser": "workspace:*",
|
||||||
"benchmark": "^2.1.4"
|
"benchmark": "^2.1.4"
|
||||||
},
|
},
|
||||||
"version": "7.14.9"
|
"version": "7.15.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/eslint-parser",
|
"name": "@babel/eslint-parser",
|
||||||
"version": "7.14.9",
|
"version": "7.15.0",
|
||||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
"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.9",
|
"version": "7.15.0",
|
||||||
"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.9",
|
"version": "7.15.0",
|
||||||
"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/core",
|
"name": "@babel/core",
|
||||||
"version": "7.14.8",
|
"version": "7.15.0",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
@ -49,14 +49,14 @@
|
|||||||
},
|
},
|
||||||
"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.15.0",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
"@babel/helper-compilation-targets": "workspace:^7.15.0",
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8",
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0",
|
||||||
"@babel/helpers": "workspace:^7.14.8",
|
"@babel/helpers": "workspace:^7.14.8",
|
||||||
"@babel/parser": "workspace:^7.14.8",
|
"@babel/parser": "workspace:^7.15.0",
|
||||||
"@babel/template": "workspace:^7.14.5",
|
"@babel/template": "workspace:^7.14.5",
|
||||||
"@babel/traverse": "workspace:^7.14.8",
|
"@babel/traverse": "workspace:^7.15.0",
|
||||||
"@babel/types": "workspace:^7.14.8",
|
"@babel/types": "workspace:^7.15.0",
|
||||||
"convert-source-map": "^1.7.0",
|
"convert-source-map": "^1.7.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"gensync": "^1.0.0-beta.2",
|
"gensync": "^1.0.0-beta.2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.14.9",
|
"version": "7.15.0",
|
||||||
"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.9",
|
"@babel/types": "workspace:^7.15.0",
|
||||||
"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-compilation-targets",
|
"name": "@babel/helper-compilation-targets",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Helper functions on Babel compilation targets",
|
"description": "Helper functions on Babel compilation targets",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.14.5",
|
"@babel/compat-data": "workspace:^7.15.0",
|
||||||
"@babel/helper-validator-option": "workspace:^7.14.5",
|
"@babel/helper-validator-option": "workspace:^7.14.5",
|
||||||
"browserslist": "^4.16.6",
|
"browserslist": "^4.16.6",
|
||||||
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-create-class-features-plugin",
|
"name": "@babel/helper-create-class-features-plugin",
|
||||||
"version": "7.14.8",
|
"version": "7.15.0",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||||
@ -20,9 +20,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7",
|
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
"@babel/helper-replace-supers": "workspace:^7.15.0",
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-member-expression-to-functions",
|
"name": "@babel/helper-member-expression-to-functions",
|
||||||
"version": "7.14.7",
|
"version": "7.15.0",
|
||||||
"description": "Helper function to replace certain member expressions with function calls",
|
"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": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/traverse": "workspace:*"
|
"@babel/traverse": "workspace:*"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-transforms",
|
"name": "@babel/helper-module-transforms",
|
||||||
"version": "7.14.8",
|
"version": "7.15.0",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||||
@ -16,13 +16,13 @@
|
|||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
"@babel/helper-replace-supers": "workspace:^7.15.0",
|
||||||
"@babel/helper-simple-access": "workspace:^7.14.8",
|
"@babel/helper-simple-access": "workspace:^7.14.8",
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
"@babel/helper-validator-identifier": "workspace:^7.14.9",
|
||||||
"@babel/template": "workspace:^7.14.5",
|
"@babel/template": "workspace:^7.14.5",
|
||||||
"@babel/traverse": "workspace:^7.14.8",
|
"@babel/traverse": "workspace:^7.15.0",
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-replace-supers",
|
"name": "@babel/helper-replace-supers",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Helper function to replace supers",
|
"description": "Helper function to replace supers",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -14,10 +14,10 @@
|
|||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
|
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||||
"@babel/traverse": "workspace:^7.14.5",
|
"@babel/traverse": "workspace:^7.15.0",
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-transform-fixture-test-runner",
|
"name": "@babel/helper-transform-fixture-test-runner",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"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",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"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/core": "workspace:^7.14.5",
|
"@babel/core": "workspace:^7.15.0",
|
||||||
"@babel/helper-fixtures": "workspace:^7.14.5",
|
"@babel/helper-fixtures": "workspace:^7.14.5",
|
||||||
"babel-check-duplicated-nodes": "^1.0.0",
|
"babel-check-duplicated-nodes": "^1.0.0",
|
||||||
"quick-lru": "5.1.0",
|
"quick-lru": "5.1.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.14.9",
|
"version": "7.15.0",
|
||||||
"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-pipeline-operator",
|
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||||
"version": "7.14.8",
|
"version": "7.15.0",
|
||||||
"description": "Transform pipeline operator into call expressions",
|
"description": "Transform pipeline operator into call expressions",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5"
|
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-pipeline-operator",
|
"name": "@babel/plugin-syntax-pipeline-operator",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Allow parsing of the pipeline operator",
|
"description": "Allow parsing of the pipeline operator",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-modules-commonjs",
|
"name": "@babel/plugin-transform-modules-commonjs",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "This plugin transforms ES2015 modules to CommonJS",
|
"description": "This plugin transforms ES2015 modules to CommonJS",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -13,9 +13,9 @@
|
|||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-transforms": "workspace:^7.14.5",
|
"@babel/helper-module-transforms": "workspace:^7.15.0",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/helper-simple-access": "workspace:^7.14.5",
|
"@babel/helper-simple-access": "workspace:^7.14.8",
|
||||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-display-name",
|
"name": "@babel/plugin-transform-react-display-name",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Add displayName to React.createClass calls",
|
"description": "Add displayName to React.createClass calls",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-runtime",
|
"name": "@babel/plugin-transform-runtime",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typescript",
|
"name": "@babel/plugin-transform-typescript",
|
||||||
"version": "7.14.6",
|
"version": "7.15.0",
|
||||||
"description": "Transform TypeScript into ES.next",
|
"description": "Transform TypeScript into ES.next",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"typescript"
|
"typescript"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6",
|
"@babel/helper-create-class-features-plugin": "workspace:^7.15.0",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
|
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.14.9",
|
"version": "7.15.0",
|
||||||
"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,8 +16,8 @@
|
|||||||
},
|
},
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.14.9",
|
"@babel/compat-data": "workspace:^7.15.0",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
"@babel/helper-compilation-targets": "workspace:^7.15.0",
|
||||||
"@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",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
"@babel/plugin-transform-literals": "workspace:^7.14.5",
|
"@babel/plugin-transform-literals": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5",
|
"@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-modules-amd": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-amd": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-commonjs": "workspace:^7.15.0",
|
||||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5",
|
"@babel/plugin-transform-modules-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.9",
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9",
|
||||||
@ -83,7 +83,7 @@
|
|||||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
"@babel/plugin-transform-unicode-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.9",
|
"@babel/types": "workspace:^7.15.0",
|
||||||
"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/preset-typescript",
|
"name": "@babel/preset-typescript",
|
||||||
"version": "7.14.5",
|
"version": "7.15.0",
|
||||||
"description": "Babel preset for TypeScript.",
|
"description": "Babel preset for TypeScript.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@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-transform-typescript": "workspace:^7.14.5"
|
"@babel/plugin-transform-typescript": "workspace:^7.15.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.14.9",
|
"version": "7.15.0",
|
||||||
"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.9",
|
"version": "7.15.0",
|
||||||
"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.9",
|
"@babel/generator": "workspace:^7.15.0",
|
||||||
"@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.9",
|
"@babel/parser": "workspace:^7.15.0",
|
||||||
"@babel/types": "workspace:^7.14.9",
|
"@babel/types": "workspace:^7.15.0",
|
||||||
"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.9",
|
"version": "7.15.0",
|
||||||
"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",
|
||||||
|
|||||||
103
yarn.lock
103
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:^7.14.9, @babel/compat-data@workspace:packages/babel-compat-data":
|
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.7, @babel/compat-data@workspace:^7.15.0, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||||
version: 0.0.0-use.local
|
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:
|
||||||
@ -244,21 +244,21 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/core@workspace:*, @babel/core@workspace:^7.14.5, @babel/core@workspace:packages/babel-core":
|
"@babel/core@workspace:*, @babel/core@workspace:^7.14.5, @babel/core@workspace:^7.15.0, @babel/core@workspace:packages/babel-core":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/core@workspace:packages/babel-core"
|
resolution: "@babel/core@workspace:packages/babel-core"
|
||||||
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.15.0"
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
"@babel/helper-compilation-targets": "workspace:^7.15.0"
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8"
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0"
|
||||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||||
"@babel/helpers": "workspace:^7.14.8"
|
"@babel/helpers": "workspace:^7.14.8"
|
||||||
"@babel/parser": "workspace:^7.14.8"
|
"@babel/parser": "workspace:^7.15.0"
|
||||||
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
||||||
"@babel/template": "workspace:^7.14.5"
|
"@babel/template": "workspace:^7.14.5"
|
||||||
"@babel/traverse": "workspace:^7.14.8"
|
"@babel/traverse": "workspace:^7.15.0"
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
"@types/convert-source-map": ^1.5.1
|
"@types/convert-source-map": ^1.5.1
|
||||||
"@types/debug": ^4.1.0
|
"@types/debug": ^4.1.0
|
||||||
"@types/resolve": ^1.3.2
|
"@types/resolve": ^1.3.2
|
||||||
@ -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:^7.14.9, @babel/generator@workspace:packages/babel-generator":
|
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.0, @babel/generator@workspace:packages/babel-generator":
|
||||||
version: 0.0.0-use.local
|
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.9"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
"@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
|
||||||
@ -437,11 +437,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-compilation-targets@workspace:^7.14.5, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
"@babel/helper-compilation-targets@workspace:^7.14.5, @babel/helper-compilation-targets@workspace:^7.15.0, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
|
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data": "workspace:^7.14.5"
|
"@babel/compat-data": "workspace:^7.15.0"
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-validator-option": "workspace:^7.14.5"
|
"@babel/helper-validator-option": "workspace:^7.14.5"
|
||||||
@ -469,17 +469,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.14.6, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.15.0, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
|
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5"
|
"@babel/helper-annotate-as-pure": "workspace:^7.14.5"
|
||||||
"@babel/helper-function-name": "workspace:^7.14.5"
|
"@babel/helper-function-name": "workspace:^7.14.5"
|
||||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7"
|
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0"
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5"
|
"@babel/helper-optimise-call-expression": "workspace:^7.14.5"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-replace-supers": "workspace:^7.14.5"
|
"@babel/helper-replace-supers": "workspace:^7.15.0"
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||||
"@babel/preset-env": "workspace:*"
|
"@babel/preset-env": "workspace:*"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -631,12 +631,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-member-expression-to-functions@workspace:^7.14.5, @babel/helper-member-expression-to-functions@workspace:^7.14.7, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
"@babel/helper-member-expression-to-functions@workspace:^7.15.0, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
||||||
version: 0.0.0-use.local
|
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:*"
|
"@babel/traverse": "workspace:*"
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -659,27 +659,26 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.14.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.0, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
||||||
version: 0.0.0-use.local
|
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.14.5"
|
"@babel/helper-module-imports": "workspace:^7.14.5"
|
||||||
"@babel/helper-replace-supers": "workspace:^7.14.5"
|
"@babel/helper-replace-supers": "workspace:^7.15.0"
|
||||||
"@babel/helper-simple-access": "workspace:^7.14.8"
|
"@babel/helper-simple-access": "workspace:^7.14.8"
|
||||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.14.8"
|
"@babel/helper-validator-identifier": "workspace:^7.14.9"
|
||||||
"@babel/template": "workspace:^7.14.5"
|
"@babel/template": "workspace:^7.14.5"
|
||||||
"@babel/traverse": "workspace:^7.14.8"
|
"@babel/traverse": "workspace:^7.15.0"
|
||||||
"@babel/types": "workspace:^7.14.8"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.8":
|
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.0":
|
||||||
version: 0.0.0-condition-d03fdb
|
version: 0.0.0-condition-69a1c0
|
||||||
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.8#d03fdb"
|
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.0#69a1c0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.8"
|
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.0"
|
||||||
checksum: dc554f178a54829c3510a740ff36c3bd4f29967c3daa7e22ee91eab4db892becafb538e433bcfada2cf82c57576c25ae7700fa29e5c780b7cc661697bd16de56
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -773,14 +772,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-replace-supers@workspace:^7.14.5, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
"@babel/helper-replace-supers@workspace:^7.14.5, @babel/helper-replace-supers@workspace:^7.15.0, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
||||||
version: 0.0.0-use.local
|
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.14.5"
|
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0"
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5"
|
"@babel/helper-optimise-call-expression": "workspace:^7.14.5"
|
||||||
"@babel/traverse": "workspace:^7.14.5"
|
"@babel/traverse": "workspace:^7.15.0"
|
||||||
"@babel/types": "workspace:^7.14.5"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -793,7 +792,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-simple-access@workspace:^7.14.5, @babel/helper-simple-access@workspace:^7.14.8, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access":
|
"@babel/helper-simple-access@workspace:^7.14.8, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access":
|
||||||
version: 0.0.0-use.local
|
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:
|
||||||
@ -842,7 +841,7 @@ __metadata:
|
|||||||
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": "workspace:^7.14.5"
|
"@babel/code-frame": "workspace:^7.14.5"
|
||||||
"@babel/core": "workspace:^7.14.5"
|
"@babel/core": "workspace:^7.15.0"
|
||||||
"@babel/helper-fixtures": "workspace:^7.14.5"
|
"@babel/helper-fixtures": "workspace:^7.14.5"
|
||||||
"@types/jest": ^25.2.2
|
"@types/jest": ^25.2.2
|
||||||
babel-check-duplicated-nodes: ^1.0.0
|
babel-check-duplicated-nodes: ^1.0.0
|
||||||
@ -859,7 +858,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:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
|
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @babel/helper-validator-identifier@workspace:^7.14.9, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier":
|
||||||
version: 0.0.0-use.local
|
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 +980,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:^7.14.9, @babel/parser@workspace:packages/babel-parser":
|
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.15.0, @babel/parser@workspace:packages/babel-parser":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1480,7 +1479,7 @@ __metadata:
|
|||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5"
|
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.15.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0-0
|
"@babel/core": ^7.0.0-0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -1898,7 +1897,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/plugin-syntax-pipeline-operator@workspace:*, @babel/plugin-syntax-pipeline-operator@workspace:^7.14.5, @babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator":
|
"@babel/plugin-syntax-pipeline-operator@workspace:*, @babel/plugin-syntax-pipeline-operator@workspace:^7.15.0, @babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator"
|
resolution: "@babel/plugin-syntax-pipeline-operator@workspace:packages/babel-plugin-syntax-pipeline-operator"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2447,15 +2446,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.14.5, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs":
|
"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.15.0, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs"
|
resolution: "@babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-module-transforms": "workspace:^7.14.5"
|
"@babel/helper-module-transforms": "workspace:^7.15.0"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/helper-simple-access": "workspace:^7.14.5"
|
"@babel/helper-simple-access": "workspace:^7.14.8"
|
||||||
"@babel/plugin-external-helpers": "workspace:*"
|
"@babel/plugin-external-helpers": "workspace:*"
|
||||||
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
|
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
|
||||||
babel-plugin-dynamic-import-node: ^2.3.3
|
babel-plugin-dynamic-import-node: ^2.3.3
|
||||||
@ -3040,12 +3039,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.14.5, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
|
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.15.0, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
|
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6"
|
"@babel/helper-create-class-features-plugin": "workspace:^7.15.0"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
|
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
|
||||||
@ -3191,10 +3190,10 @@ __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.9"
|
"@babel/compat-data": "workspace:^7.15.0"
|
||||||
"@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.15.0"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@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"
|
||||||
@ -3243,7 +3242,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-literals": "workspace:^7.14.5"
|
"@babel/plugin-transform-literals": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5"
|
"@babel/plugin-transform-member-expression-literals": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-modules-amd": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-amd": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-commonjs": "workspace:^7.15.0"
|
||||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5"
|
"@babel/plugin-transform-modules-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.9"
|
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9"
|
||||||
@ -3261,7 +3260,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5"
|
"@babel/plugin-transform-unicode-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.9"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
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
|
||||||
@ -3352,7 +3351,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@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-transform-typescript": "workspace:^7.14.5"
|
"@babel/plugin-transform-typescript": "workspace:^7.15.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0-0
|
"@babel/core": ^7.0.0-0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -3579,18 +3578,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:packages/babel-traverse":
|
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:^7.15.0, @babel/traverse@workspace:packages/babel-traverse":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
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.9"
|
"@babel/generator": "workspace:^7.15.0"
|
||||||
"@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.9"
|
"@babel/parser": "workspace:^7.15.0"
|
||||||
"@babel/types": "workspace:^7.14.9"
|
"@babel/types": "workspace:^7.15.0"
|
||||||
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,7 +3605,7 @@ __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:^7.14.9, @babel/types@workspace:packages/babel-types":
|
"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @babel/types@workspace:^7.14.9, @babel/types@workspace:^7.15.0, @babel/types@workspace:packages/babel-types":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/types@workspace:packages/babel-types"
|
resolution: "@babel/types@workspace:packages/babel-types"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user