v7.14.8
This commit is contained in:
parent
22b2f4fc02
commit
e591780244
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel command line.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "./lib/index.js",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
@ -49,14 +49,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.8",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
|
||||
"@babel/helpers": "workspace:^7.14.6",
|
||||
"@babel/parser": "workspace:^7.14.6",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8",
|
||||
"@babel/helpers": "workspace:^7.14.8",
|
||||
"@babel/parser": "workspace:^7.14.8",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"gensync": "^1.0.0-beta.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
@ -19,7 +19,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-transforms",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||
@ -17,12 +17,12 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-simple-access": "workspace:^7.14.5",
|
||||
"@babel/helper-simple-access": "workspace:^7.14.8",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-simple-access",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-identifier",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Validate identifier/keywords name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||
@ -16,8 +16,8 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Transform pipeline operator into call expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -83,7 +83,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
|
||||
"@babel/preset-modules": "^0.1.4",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.2",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs2",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs3",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.8",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.14.7",
|
||||
"version": "7.14.8",
|
||||
"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)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@ -17,12 +17,12 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.8",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.7",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.8",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8",
|
||||
"to-fast-properties": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
67
yarn.lock
67
yarn.lock
@ -217,16 +217,16 @@ __metadata:
|
||||
resolution: "@babel/core@workspace:packages/babel-core"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.14.5"
|
||||
"@babel/generator": "workspace:^7.14.5"
|
||||
"@babel/generator": "workspace:^7.14.8"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5"
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.8"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.14.6"
|
||||
"@babel/parser": "workspace:^7.14.6"
|
||||
"@babel/helpers": "workspace:^7.14.8"
|
||||
"@babel/parser": "workspace:^7.14.8"
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
||||
"@babel/template": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
"@types/convert-source-map": ^1.5.1
|
||||
"@types/debug": ^4.1.0
|
||||
"@types/resolve": ^1.3.2
|
||||
@ -342,13 +342,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:packages/babel-generator":
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.14.8, @babel/generator@workspace:packages/babel-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||
dependencies:
|
||||
"@babel/helper-fixtures": "workspace:*"
|
||||
"@babel/parser": "workspace:*"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
"@types/jsesc": ^2.5.0
|
||||
"@types/source-map": ^0.5.0
|
||||
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
|
||||
@ -454,7 +454,7 @@ __metadata:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5"
|
||||
"@babel/helper-function-name": "workspace:^7.14.5"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.7"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5"
|
||||
@ -609,7 +609,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-member-expression-to-functions@workspace:^7.14.5, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
||||
"@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":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions"
|
||||
dependencies:
|
||||
@ -637,27 +637,26 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.14.5, @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.14.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5"
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5"
|
||||
"@babel/helper-simple-access": "workspace:^7.14.5"
|
||||
"@babel/helper-simple-access": "workspace:^7.14.8"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8"
|
||||
"@babel/template": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.5":
|
||||
version: 0.0.0-condition-2510a1
|
||||
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.5#2510a1"
|
||||
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.14.8":
|
||||
version: 0.0.0-condition-d03fdb
|
||||
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.14.8#d03fdb"
|
||||
dependencies:
|
||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.5"
|
||||
checksum: eb4895913562bf398b8bf7e6c68a0380f153f52f2715b3685f9d07e376725227678c2f920dfe0772012dfed655e037534619de86bb9f3284b92555f8bf9d0f42
|
||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.14.8"
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -771,12 +770,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-simple-access@workspace:^7.14.5, @babel/helper-simple-access@workspace:packages/babel-helper-simple-access":
|
||||
"@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":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access"
|
||||
dependencies:
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -844,7 +843,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.14.5, @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:packages/babel-helper-validator-identifier":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier"
|
||||
dependencies:
|
||||
@ -902,14 +901,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.6, @babel/helpers@workspace:packages/babel-helpers":
|
||||
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.8, @babel/helpers@workspace:packages/babel-helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helpers@workspace:packages/babel-helpers"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/template": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -968,7 +967,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@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":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.8, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -3250,7 +3249,7 @@ __metadata:
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5"
|
||||
"@babel/preset-modules": ^0.1.4
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
babel-plugin-polyfill-corejs2: ^0.2.2
|
||||
babel-plugin-polyfill-corejs3: ^0.2.2
|
||||
babel-plugin-polyfill-regenerator: ^0.2.2
|
||||
@ -3568,18 +3567,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:packages/babel-traverse":
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:packages/babel-traverse":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.14.5"
|
||||
"@babel/generator": "workspace:^7.14.5"
|
||||
"@babel/generator": "workspace:^7.14.8"
|
||||
"@babel/helper-function-name": "workspace:^7.14.5"
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
"@babel/parser": "workspace:^7.14.7"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
"@babel/parser": "workspace:^7.14.8"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
debug: ^4.1.0
|
||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
languageName: unknown
|
||||
@ -3595,12 +3594,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:packages/babel-types":
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.14.5, @babel/types@workspace:^7.14.8, @babel/types@workspace:packages/babel-types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/types@workspace:packages/babel-types"
|
||||
dependencies:
|
||||
"@babel/generator": "workspace:*"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.8"
|
||||
"@babel/parser": "workspace:*"
|
||||
chalk: ^4.1.0
|
||||
to-fast-properties: ^2.0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user