This commit is contained in:
Nicolò Ribaudo 2020-12-16 00:55:11 +01:00
parent e29742717d
commit a1acfba387
17 changed files with 56 additions and 56 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.12.10", "version": "7.12.11",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/code-frame", "name": "@babel/code-frame",
"version": "7.10.4", "version": "7.12.11",
"description": "Generate errors that contain a code frame that point to source locations.", "description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.12.10", "version": "7.12.11",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -18,7 +18,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.10", "@babel/types": "workspace:^7.12.11",
"jsesc": "^2.5.1", "jsesc": "^2.5.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-react-jsx-experimental", "name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.12.10", "version": "7.12.11",
"description": "Helper function to build react jsx", "description": "Helper function to build react jsx",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,6 +15,6 @@
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.10", "@babel/helper-annotate-as-pure": "workspace:^7.12.10",
"@babel/helper-module-imports": "workspace:^7.12.5", "@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.10" "@babel/types": "workspace:^7.12.11"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-function-name", "name": "@babel/helper-function-name",
"version": "7.10.4", "version": "7.12.11",
"description": "Helper function to change the property 'name' of every function", "description": "Helper function to change the property 'name' of every function",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,8 +13,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.10.4", "@babel/helper-get-function-arity": "workspace:^7.12.10",
"@babel/template": "workspace:^7.10.4", "@babel/template": "workspace:^7.12.7",
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.11"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.12.5", "version": "7.12.11",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,9 +13,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1", "@babel/helper-member-expression-to-functions": "workspace:^7.12.7",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4", "@babel/helper-optimise-call-expression": "workspace:^7.12.10",
"@babel/traverse": "workspace:^7.12.5", "@babel/traverse": "workspace:^7.12.10",
"@babel/types": "workspace:^7.12.5" "@babel/types": "workspace:^7.12.11"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-split-export-declaration", "name": "@babel/helper-split-export-declaration",
"version": "7.11.0", "version": "7.12.11",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,6 +13,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.11.0" "@babel/types": "workspace:^7.12.11"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-validator-identifier", "name": "@babel/helper-validator-identifier",
"version": "7.10.4", "version": "7.12.11",
"description": "Validate identifier/keywords name", "description": "Validate identifier/keywords name",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-validator-option", "name": "@babel/helper-validator-option",
"version": "7.12.1", "version": "7.12.11",
"description": "Validate plugin/preset options", "description": "Validate plugin/preset options",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.12.10", "version": "7.12.11",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.12.1", "version": "7.12.11",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx-development", "name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.7", "version": "7.12.11",
"description": "Turn JSX into React function calls in development", "description": "Turn JSX into React function calls in development",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4", "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1" "@babel/plugin-syntax-jsx": "workspace:^7.12.1"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx", "name": "@babel/plugin-transform-react-jsx",
"version": "7.12.10", "version": "7.12.11",
"description": "Turn JSX into React function calls", "description": "Turn JSX into React function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-builder-react-jsx": "workspace:^7.10.4", "@babel/helper-builder-react-jsx": "workspace:^7.10.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10", "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1" "@babel/plugin-syntax-jsx": "workspace:^7.12.1"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.12.10", "version": "7.12.11",
"description": "A Babel preset for each environment.", "description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>", "author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -19,7 +19,7 @@
"@babel/helper-compilation-targets": "workspace:^7.12.5", "@babel/helper-compilation-targets": "workspace:^7.12.5",
"@babel/helper-module-imports": "workspace:^7.12.5", "@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-validator-option": "workspace:^7.12.1", "@babel/helper-validator-option": "workspace:^7.12.11",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1", "@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1", "@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1", "@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1",
@ -48,7 +48,7 @@
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.1", "@babel/plugin-transform-arrow-functions": "workspace:^7.12.1",
"@babel/plugin-transform-async-to-generator": "workspace:^7.12.1", "@babel/plugin-transform-async-to-generator": "workspace:^7.12.1",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.1", "@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.1",
"@babel/plugin-transform-block-scoping": "workspace:^7.12.1", "@babel/plugin-transform-block-scoping": "workspace:^7.12.11",
"@babel/plugin-transform-classes": "workspace:^7.12.1", "@babel/plugin-transform-classes": "workspace:^7.12.1",
"@babel/plugin-transform-computed-properties": "workspace:^7.12.1", "@babel/plugin-transform-computed-properties": "workspace:^7.12.1",
"@babel/plugin-transform-destructuring": "workspace:^7.12.1", "@babel/plugin-transform-destructuring": "workspace:^7.12.1",
@ -78,7 +78,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1", "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1", "@babel/plugin-transform-unicode-regex": "workspace:^7.12.1",
"@babel/preset-modules": "^0.1.3", "@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.10", "@babel/types": "workspace:^7.12.11",
"core-js-compat": "^3.8.0", "core-js-compat": "^3.8.0",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.12.10", "version": "7.12.11",
"description": "Babel Types is a Lodash-esque utility library for AST nodes", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -22,7 +22,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.10.4", "@babel/helper-validator-identifier": "workspace:^7.12.11",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
}, },

View File

@ -250,7 +250,7 @@ __metadata:
dependencies: dependencies:
"@babel/helper-fixtures": "workspace:*" "@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*" "@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.12.10" "@babel/types": "workspace:^7.12.11"
jsesc: ^2.5.1 jsesc: ^2.5.1
source-map: ^0.5.0 source-map: ^0.5.0
languageName: unknown languageName: unknown
@ -301,13 +301,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/helper-builder-react-jsx-experimental@workspace:^7.12.10, @babel/helper-builder-react-jsx-experimental@workspace:^7.12.4, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental": "@babel/helper-builder-react-jsx-experimental@workspace:^7.12.11, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental" resolution: "@babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental"
dependencies: dependencies:
"@babel/helper-annotate-as-pure": "workspace:^7.12.10" "@babel/helper-annotate-as-pure": "workspace:^7.12.10"
"@babel/helper-module-imports": "workspace:^7.12.5" "@babel/helper-module-imports": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.10" "@babel/types": "workspace:^7.12.11"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -488,9 +488,9 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-function-name@workspace:packages/babel-helper-function-name" resolution: "@babel/helper-function-name@workspace:packages/babel-helper-function-name"
dependencies: dependencies:
"@babel/helper-get-function-arity": "workspace:^7.10.4" "@babel/helper-get-function-arity": "workspace:^7.12.10"
"@babel/template": "workspace:^7.10.4" "@babel/template": "workspace:^7.12.7"
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.11"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -503,7 +503,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-get-function-arity@workspace:^7.10.4, @babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity": "@babel/helper-get-function-arity@workspace:^7.12.10, @babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity" resolution: "@babel/helper-get-function-arity@workspace:packages/babel-helper-get-function-arity"
dependencies: dependencies:
@ -537,7 +537,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-member-expression-to-functions@workspace:^7.12.1, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": "@babel/helper-member-expression-to-functions@workspace:^7.12.1, @babel/helper-member-expression-to-functions@workspace:^7.12.7, @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:
@ -605,7 +605,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-optimise-call-expression@workspace:^7.10.4, @babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression": "@babel/helper-optimise-call-expression@workspace:^7.10.4, @babel/helper-optimise-call-expression@workspace:^7.12.10, @babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression" resolution: "@babel/helper-optimise-call-expression@workspace:packages/babel-helper-optimise-call-expression"
dependencies: dependencies:
@ -684,10 +684,10 @@ __metadata:
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.12.1" "@babel/helper-member-expression-to-functions": "workspace:^7.12.7"
"@babel/helper-optimise-call-expression": "workspace:^7.10.4" "@babel/helper-optimise-call-expression": "workspace:^7.12.10"
"@babel/traverse": "workspace:^7.12.5" "@babel/traverse": "workspace:^7.12.10"
"@babel/types": "workspace:^7.12.5" "@babel/types": "workspace:^7.12.11"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -740,7 +740,7 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-split-export-declaration@workspace:packages/babel-helper-split-export-declaration" resolution: "@babel/helper-split-export-declaration@workspace:packages/babel-helper-split-export-declaration"
dependencies: dependencies:
"@babel/types": "workspace:^7.11.0" "@babel/types": "workspace:^7.12.11"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -767,7 +767,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.10.4, @babel/helper-validator-identifier@workspace:packages/babel-helper-validator-identifier": "@babel/helper-validator-identifier@workspace:*, @babel/helper-validator-identifier@workspace:^7.10.4, @babel/helper-validator-identifier@workspace:^7.12.11, @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:
@ -783,7 +783,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-validator-option@workspace:^7.12.1, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option": "@babel/helper-validator-option@workspace:^7.12.1, @babel/helper-validator-option@workspace:^7.12.11, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option" resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option"
languageName: unknown languageName: unknown
@ -1860,7 +1860,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.12.1, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping": "@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.12.11, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping" resolution: "@babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping"
dependencies: dependencies:
@ -2524,7 +2524,7 @@ __metadata:
resolution: "@babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development" resolution: "@babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development"
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4" "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/plugin-syntax-jsx": "workspace:^7.12.1" "@babel/plugin-syntax-jsx": "workspace:^7.12.1"
@ -2565,7 +2565,7 @@ __metadata:
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-builder-react-jsx": "workspace:^7.10.4" "@babel/helper-builder-react-jsx": "workspace:^7.10.4"
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10" "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/plugin-syntax-jsx": "workspace:^7.12.1" "@babel/plugin-syntax-jsx": "workspace:^7.12.1"
@ -2978,7 +2978,7 @@ __metadata:
"@babel/helper-module-imports": "workspace:^7.12.5" "@babel/helper-module-imports": "workspace:^7.12.5"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/helper-validator-option": "workspace:^7.12.1" "@babel/helper-validator-option": "workspace:^7.12.11"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1" "@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1"
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1" "@babel/plugin-proposal-class-properties": "workspace:^7.12.1"
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1" "@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1"
@ -3007,7 +3007,7 @@ __metadata:
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.1" "@babel/plugin-transform-arrow-functions": "workspace:^7.12.1"
"@babel/plugin-transform-async-to-generator": "workspace:^7.12.1" "@babel/plugin-transform-async-to-generator": "workspace:^7.12.1"
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.1" "@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.1"
"@babel/plugin-transform-block-scoping": "workspace:^7.12.1" "@babel/plugin-transform-block-scoping": "workspace:^7.12.11"
"@babel/plugin-transform-classes": "workspace:^7.12.1" "@babel/plugin-transform-classes": "workspace:^7.12.1"
"@babel/plugin-transform-computed-properties": "workspace:^7.12.1" "@babel/plugin-transform-computed-properties": "workspace:^7.12.1"
"@babel/plugin-transform-destructuring": "workspace:^7.12.1" "@babel/plugin-transform-destructuring": "workspace:^7.12.1"
@ -3037,7 +3037,7 @@ __metadata:
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1" "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1"
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1" "@babel/plugin-transform-unicode-regex": "workspace:^7.12.1"
"@babel/preset-modules": ^0.1.3 "@babel/preset-modules": ^0.1.3
"@babel/types": "workspace:^7.12.10" "@babel/types": "workspace:^7.12.11"
core-js-compat: ^3.8.0 core-js-compat: ^3.8.0
semver: ^5.5.0 semver: ^5.5.0
peerDependencies: peerDependencies:
@ -3375,12 +3375,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.11.0, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.10, @babel/types@workspace:^7.12.5, @babel/types@workspace:^7.12.7, @babel/types@workspace:packages/babel-types": "@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.10, @babel/types@workspace:^7.12.11, @babel/types@workspace:^7.12.5, @babel/types@workspace:^7.12.7, @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.10.4" "@babel/helper-validator-identifier": "workspace:^7.12.11"
"@babel/parser": "workspace:*" "@babel/parser": "workspace:*"
"@types/lodash": ^4.14.162 "@types/lodash": ^4.14.162
chalk: ^4.1.0 chalk: ^4.1.0