This commit is contained in:
Nicolò Ribaudo 2020-11-20 22:02:43 +01:00
parent a44151acef
commit 23226d93d4
21 changed files with 80 additions and 80 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.12.1", "version": "7.12.7",
"description": "Babel command line.", "description": "Babel command line.",
"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/compat-data", "name": "@babel/compat-data",
"version": "7.12.5", "version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.12.3", "version": "7.12.7",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"main": "lib/index.js", "main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -44,13 +44,13 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.10.4", "@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.1", "@babel/generator": "workspace:^7.12.5",
"@babel/helper-module-transforms": "workspace:^7.12.1", "@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.1", "@babel/helpers": "workspace:^7.12.5",
"@babel/parser": "workspace:^7.12.3", "@babel/parser": "workspace:^7.12.7",
"@babel/template": "workspace:^7.10.4", "@babel/template": "workspace:^7.12.7",
"@babel/traverse": "workspace:^7.12.1", "@babel/traverse": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.1", "@babel/types": "workspace:^7.12.7",
"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.1", "gensync": "^1.0.0-beta.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-regexp-features-plugin", "name": "@babel/helper-create-regexp-features-plugin",
"version": "7.12.1", "version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5", "description": "Compile ESNext Regular Expressions to ES5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.12.1", "version": "7.12.7",
"description": "Helper function to replace certain member expressions with function calls", "description": "Helper function to replace certain member expressions with function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,6 +14,6 @@
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.7"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-optimise-call-expression", "name": "@babel/helper-optimise-call-expression",
"version": "7.10.4", "version": "7.12.7",
"description": "Helper function to optimise call expression", "description": "Helper function to optimise call expression",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,7 +13,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.7"
}, },
"devDependencies": { "devDependencies": {
"@babel/generator": "workspace:*", "@babel/generator": "workspace:*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.12.5", "version": "7.12.7",
"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-proposal-numeric-separator", "name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.5", "version": "7.12.7",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-chaining", "name": "@babel/plugin-proposal-optional-chaining",
"version": "7.12.1", "version": "7.12.7",
"description": "Transform optional chaining operators into a series of nil checks", "description": "Transform optional chaining operators into a series of nil checks",
"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.5", "version": "7.12.7",
"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.1", "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
"@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.5", "version": "7.12.7",
"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.1", "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
"@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-sticky-regex", "name": "@babel/plugin-transform-sticky-regex",
"version": "7.12.1", "version": "7.12.7",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.12.1", "version": "7.12.7",
"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/",
@ -15,9 +15,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.12.1", "@babel/compat-data": "workspace:^7.12.7",
"@babel/helper-compilation-targets": "workspace:^7.12.1", "@babel/helper-compilation-targets": "workspace:^7.12.5",
"@babel/helper-module-imports": "workspace:^7.12.1", "@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.1",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1", "@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
@ -27,10 +27,10 @@
"@babel/plugin-proposal-json-strings": "workspace:^7.12.1", "@babel/plugin-proposal-json-strings": "workspace:^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.1", "@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.1", "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.7",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.1", "@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.1", "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.1", "@babel/plugin-proposal-optional-chaining": "workspace:^7.12.7",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1", "@babel/plugin-proposal-private-methods": "workspace:^7.12.1",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.1", "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.1",
"@babel/plugin-syntax-async-generators": "^7.8.0", "@babel/plugin-syntax-async-generators": "^7.8.0",
@ -72,13 +72,13 @@
"@babel/plugin-transform-reserved-words": "workspace:^7.12.1", "@babel/plugin-transform-reserved-words": "workspace:^7.12.1",
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.1", "@babel/plugin-transform-shorthand-properties": "workspace:^7.12.1",
"@babel/plugin-transform-spread": "workspace:^7.12.1", "@babel/plugin-transform-spread": "workspace:^7.12.1",
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.1", "@babel/plugin-transform-sticky-regex": "workspace:^7.12.7",
"@babel/plugin-transform-template-literals": "workspace:^7.12.1", "@babel/plugin-transform-template-literals": "workspace:^7.12.1",
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1", "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1",
"@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.1", "@babel/types": "workspace:^7.12.7",
"core-js-compat": "^3.7.0", "core-js-compat": "^3.7.0",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-react", "name": "@babel/preset-react",
"version": "7.12.5", "version": "7.12.7",
"description": "Babel preset for all React plugins.", "description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -17,8 +17,8 @@
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-transform-react-display-name": "workspace:^7.12.1", "@babel/plugin-transform-react-display-name": "workspace:^7.12.1",
"@babel/plugin-transform-react-jsx": "workspace:^7.12.5", "@babel/plugin-transform-react-jsx": "workspace:^7.12.7",
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.5", "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7",
"@babel/plugin-transform-react-jsx-self": "workspace:^7.12.1", "@babel/plugin-transform-react-jsx-self": "workspace:^7.12.1",
"@babel/plugin-transform-react-jsx-source": "workspace:^7.12.1", "@babel/plugin-transform-react-jsx-source": "workspace:^7.12.1",
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-typescript", "name": "@babel/preset-typescript",
"version": "7.12.1", "version": "7.12.7",
"description": "Babel preset for TypeScript.", "description": "Babel preset for TypeScript.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/template", "name": "@babel/template",
"version": "7.10.4", "version": "7.12.7",
"description": "Generate an AST from a string template.", "description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -16,7 +16,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.10.4", "@babel/code-frame": "workspace:^7.10.4",
"@babel/parser": "workspace:^7.10.4", "@babel/parser": "workspace:^7.12.7",
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.7"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.12.5", "version": "7.12.7",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -19,8 +19,8 @@
"@babel/generator": "workspace:^7.12.5", "@babel/generator": "workspace:^7.12.5",
"@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-split-export-declaration": "workspace:^7.11.0", "@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.12.5", "@babel/parser": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.5", "@babel/types": "workspace:^7.12.7",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",
"lodash": "^4.17.19" "lodash": "^4.17.19"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.12.6", "version": "7.12.7",
"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/",

View File

@ -89,7 +89,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:^7.12.5, @babel/compat-data@workspace:packages/babel-compat-data": "@babel/compat-data@workspace:^7.12.5, @babel/compat-data@workspace:^7.12.7, @babel/compat-data@workspace:packages/babel-compat-data":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data" resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies: dependencies:
@ -128,14 +128,14 @@ __metadata:
resolution: "@babel/core@workspace:packages/babel-core" resolution: "@babel/core@workspace:packages/babel-core"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.10.4" "@babel/code-frame": "workspace:^7.10.4"
"@babel/generator": "workspace:^7.12.1" "@babel/generator": "workspace:^7.12.5"
"@babel/helper-module-transforms": "workspace:^7.12.1" "@babel/helper-module-transforms": "workspace:^7.12.1"
"@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.12.1" "@babel/helpers": "workspace:^7.12.5"
"@babel/parser": "workspace:^7.12.3" "@babel/parser": "workspace:^7.12.7"
"@babel/template": "workspace:^7.10.4" "@babel/template": "workspace:^7.12.7"
"@babel/traverse": "workspace:^7.12.1" "@babel/traverse": "workspace:^7.12.7"
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.7"
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.1 gensync: ^1.0.0-beta.1
@ -301,7 +301,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/helper-builder-react-jsx-experimental@workspace:^7.12.1, @babel/helper-builder-react-jsx-experimental@workspace:packages/babel-helper-builder-react-jsx-experimental": "@babel/helper-builder-react-jsx-experimental@workspace:^7.12.4, @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:
@ -344,7 +344,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-compilation-targets@workspace:^7.12.1, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": "@babel/helper-compilation-targets@workspace:^7.12.5, @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:
@ -541,7 +541,7 @@ __metadata:
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/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.7"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -554,7 +554,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-module-imports@workspace:^7.12.1, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports": "@babel/helper-module-imports@workspace:^7.12.1, @babel/helper-module-imports@workspace:^7.12.5, @babel/helper-module-imports@workspace:packages/babel-helper-module-imports":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports" resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
dependencies: dependencies:
@ -611,7 +611,7 @@ __metadata:
dependencies: dependencies:
"@babel/generator": "workspace:*" "@babel/generator": "workspace:*"
"@babel/parser": "workspace:*" "@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.7"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -824,7 +824,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.1, @babel/helpers@workspace:packages/babel-helpers": "@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.5, @babel/helpers@workspace:packages/babel-helpers":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helpers@workspace:packages/babel-helpers" resolution: "@babel/helpers@workspace:packages/babel-helpers"
dependencies: dependencies:
@ -891,7 +891,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/parser@workspace:*, @babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.3, @babel/parser@workspace:^7.12.5, @babel/parser@workspace:packages/babel-parser": "@babel/parser@workspace:*, @babel/parser@workspace:^7.12.7, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser" resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies: dependencies:
@ -1210,7 +1210,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-proposal-numeric-separator@workspace:*, @babel/plugin-proposal-numeric-separator@workspace:^7.12.1, @babel/plugin-proposal-numeric-separator@workspace:packages/babel-plugin-proposal-numeric-separator": "@babel/plugin-proposal-numeric-separator@workspace:*, @babel/plugin-proposal-numeric-separator@workspace:^7.12.7, @babel/plugin-proposal-numeric-separator@workspace:packages/babel-plugin-proposal-numeric-separator":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-numeric-separator@workspace:packages/babel-plugin-proposal-numeric-separator" resolution: "@babel/plugin-proposal-numeric-separator@workspace:packages/babel-plugin-proposal-numeric-separator"
dependencies: dependencies:
@ -1288,7 +1288,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.1, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining": "@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.7, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining" resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining"
dependencies: dependencies:
@ -2521,12 +2521,12 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/plugin-transform-react-jsx-development@workspace:*, @babel/plugin-transform-react-jsx-development@workspace:^7.12.5, @babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development": "@babel/plugin-transform-react-jsx-development@workspace:*, @babel/plugin-transform-react-jsx-development@workspace:^7.12.7, @babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development":
version: 0.0.0-use.local version: 0.0.0-use.local
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.1" "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4"
"@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"
@ -2561,13 +2561,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.5, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx": "@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.7, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx" resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx"
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.1" "@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4"
"@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"
@ -2732,7 +2732,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-transform-sticky-regex@workspace:*, @babel/plugin-transform-sticky-regex@workspace:^7.12.1, @babel/plugin-transform-sticky-regex@workspace:packages/babel-plugin-transform-sticky-regex": "@babel/plugin-transform-sticky-regex@workspace:*, @babel/plugin-transform-sticky-regex@workspace:^7.12.7, @babel/plugin-transform-sticky-regex@workspace:packages/babel-plugin-transform-sticky-regex":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-transform-sticky-regex@workspace:packages/babel-plugin-transform-sticky-regex" resolution: "@babel/plugin-transform-sticky-regex@workspace:packages/babel-plugin-transform-sticky-regex"
dependencies: dependencies:
@ -2976,10 +2976,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.12.1" "@babel/compat-data": "workspace:^7.12.7"
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-compilation-targets": "workspace:^7.12.1" "@babel/helper-compilation-targets": "workspace:^7.12.5"
"@babel/helper-module-imports": "workspace:^7.12.1" "@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.1"
@ -2990,10 +2990,10 @@ __metadata:
"@babel/plugin-proposal-json-strings": "workspace:^7.12.1" "@babel/plugin-proposal-json-strings": "workspace:^7.12.1"
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.1" "@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.1"
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1" "@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1"
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.1" "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.7"
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.1" "@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.1"
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.1" "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.1"
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.1" "@babel/plugin-proposal-optional-chaining": "workspace:^7.12.7"
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1" "@babel/plugin-proposal-private-methods": "workspace:^7.12.1"
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.1" "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.1"
"@babel/plugin-syntax-async-generators": ^7.8.0 "@babel/plugin-syntax-async-generators": ^7.8.0
@ -3035,13 +3035,13 @@ __metadata:
"@babel/plugin-transform-reserved-words": "workspace:^7.12.1" "@babel/plugin-transform-reserved-words": "workspace:^7.12.1"
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.1" "@babel/plugin-transform-shorthand-properties": "workspace:^7.12.1"
"@babel/plugin-transform-spread": "workspace:^7.12.1" "@babel/plugin-transform-spread": "workspace:^7.12.1"
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.1" "@babel/plugin-transform-sticky-regex": "workspace:^7.12.7"
"@babel/plugin-transform-template-literals": "workspace:^7.12.1" "@babel/plugin-transform-template-literals": "workspace:^7.12.1"
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1" "@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1"
"@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.1" "@babel/types": "workspace:^7.12.7"
core-js-compat: ^3.7.0 core-js-compat: ^3.7.0
semver: ^5.5.0 semver: ^5.5.0
peerDependencies: peerDependencies:
@ -3097,8 +3097,8 @@ __metadata:
"@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-transform-react-display-name": "workspace:^7.12.1" "@babel/plugin-transform-react-display-name": "workspace:^7.12.1"
"@babel/plugin-transform-react-jsx": "workspace:^7.12.5" "@babel/plugin-transform-react-jsx": "workspace:^7.12.7"
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.5" "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7"
"@babel/plugin-transform-react-jsx-self": "workspace:^7.12.1" "@babel/plugin-transform-react-jsx-self": "workspace:^7.12.1"
"@babel/plugin-transform-react-jsx-source": "workspace:^7.12.1" "@babel/plugin-transform-react-jsx-source": "workspace:^7.12.1"
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
@ -3318,13 +3318,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/template@workspace:*, @babel/template@workspace:^7.10.4, @babel/template@workspace:packages/babel-template": "@babel/template@workspace:*, @babel/template@workspace:^7.10.4, @babel/template@workspace:^7.12.7, @babel/template@workspace:packages/babel-template":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/template@workspace:packages/babel-template" resolution: "@babel/template@workspace:packages/babel-template"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.10.4" "@babel/code-frame": "workspace:^7.10.4"
"@babel/parser": "workspace:^7.10.4" "@babel/parser": "workspace:^7.12.7"
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.7"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -3355,7 +3355,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:packages/babel-traverse": "@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:^7.12.7, @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:
@ -3364,8 +3364,8 @@ __metadata:
"@babel/helper-function-name": "workspace:^7.10.4" "@babel/helper-function-name": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-split-export-declaration": "workspace:^7.11.0" "@babel/helper-split-export-declaration": "workspace:^7.11.0"
"@babel/parser": "workspace:^7.12.5" "@babel/parser": "workspace:^7.12.7"
"@babel/types": "workspace:^7.12.5" "@babel/types": "workspace:^7.12.7"
debug: ^4.1.0 debug: ^4.1.0
globals: ^11.1.0 globals: ^11.1.0
lodash: ^4.17.19 lodash: ^4.17.19
@ -3383,7 +3383,7 @@ __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.5, @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.11.0, @babel/types@workspace:^7.12.1, @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: