v7.12.5
This commit is contained in:
parent
f4edf62f6b
commit
a41da05ce9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"version": "7.12.4",
|
"version": "7.12.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/compat-data",
|
"name": "@babel/compat-data",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"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.1",
|
"@babel/types": "workspace:^7.12.5",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^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.12.1",
|
"version": "7.12.5",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Engine compat data used in @babel/preset-env",
|
"description": "Engine compat data used in @babel/preset-env",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "workspace:^7.12.1",
|
"@babel/compat-data": "workspace:^7.12.5",
|
||||||
"@babel/helper-validator-option": "workspace:^7.12.1",
|
"@babel/helper-validator-option": "workspace:^7.12.1",
|
||||||
"browserslist": "^4.14.5",
|
"browserslist": "^4.14.5",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-imports",
|
"name": "@babel/helper-module-imports",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "Babel helper functions for inserting module loads",
|
"description": "Babel helper functions for inserting module loads",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-replace-supers",
|
"name": "@babel/helper-replace-supers",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "Helper function to replace supers",
|
"description": "Helper function to replace supers",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
||||||
"@babel/traverse": "workspace:^7.12.1",
|
"@babel/traverse": "workspace:^7.12.5",
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "workspace:^7.10.4",
|
"@babel/template": "workspace:^7.10.4",
|
||||||
"@babel/traverse": "workspace:^7.12.1",
|
"@babel/traverse": "workspace:^7.12.5",
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.12.3",
|
"version": "7.12.5",
|
||||||
"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/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-numeric-separator",
|
"name": "@babel/plugin-proposal-numeric-separator",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-jsx-development",
|
"name": "@babel/plugin-transform-react-jsx-development",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "Turn JSX into React function calls in development",
|
"description": "Turn JSX into React function calls in development",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-jsx",
|
"name": "@babel/plugin-transform-react-jsx",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "Turn JSX into React function calls",
|
"description": "Turn JSX into React function calls",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-react",
|
"name": "@babel/preset-react",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"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.1",
|
"@babel/plugin-transform-react-jsx": "workspace:^7.12.5",
|
||||||
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.1",
|
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.5",
|
||||||
"@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"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.12.4",
|
"version": "7.12.5",
|
||||||
"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.12.1",
|
"version": "7.12.5",
|
||||||
"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/",
|
||||||
@ -16,11 +16,11 @@
|
|||||||
"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/generator": "workspace:^7.12.1",
|
"@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.1",
|
"@babel/parser": "workspace:^7.12.5",
|
||||||
"@babel/types": "workspace:^7.12.1",
|
"@babel/types": "workspace:^7.12.5",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
"lodash": "^4.17.19"
|
"lodash": "^4.17.19"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.12.1",
|
"version": "7.12.5",
|
||||||
"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/",
|
||||||
|
|||||||
38
yarn.lock
38
yarn.lock
@ -89,7 +89,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:packages/babel-compat-data":
|
"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:^7.12.5, @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,13 +244,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:packages/babel-generator":
|
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.5, @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.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
jsesc: ^2.5.1
|
jsesc: ^2.5.1
|
||||||
source-map: ^0.5.0
|
source-map: ^0.5.0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -348,7 +348,7 @@ __metadata:
|
|||||||
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.12.1"
|
"@babel/compat-data": "workspace:^7.12.5"
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-validator-option": "workspace:^7.12.1"
|
"@babel/helper-validator-option": "workspace:^7.12.1"
|
||||||
browserslist: ^4.14.5
|
browserslist: ^4.14.5
|
||||||
@ -561,7 +561,7 @@ __metadata:
|
|||||||
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
|
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -694,8 +694,8 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1"
|
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1"
|
||||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
|
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
|
||||||
"@babel/traverse": "workspace:^7.12.1"
|
"@babel/traverse": "workspace:^7.12.5"
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -838,8 +838,8 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/template": "workspace:^7.10.4"
|
"@babel/template": "workspace:^7.10.4"
|
||||||
"@babel/traverse": "workspace:^7.12.1"
|
"@babel/traverse": "workspace:^7.12.5"
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -899,7 +899,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.1, @babel/parser@workspace:^7.12.3, @babel/parser@workspace:packages/babel-parser":
|
"@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":
|
||||||
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:
|
||||||
@ -2518,7 +2518,7 @@ __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.1, @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.5, @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:
|
||||||
@ -2558,7 +2558,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.1, @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.5, @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:
|
||||||
@ -3082,8 +3082,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.1"
|
"@babel/plugin-transform-react-jsx": "workspace:^7.12.5"
|
||||||
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.1"
|
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.5"
|
||||||
"@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"
|
||||||
@ -3327,17 +3327,17 @@ __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: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: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.10.4"
|
"@babel/code-frame": "workspace:^7.10.4"
|
||||||
"@babel/generator": "workspace:^7.12.1"
|
"@babel/generator": "workspace:^7.12.5"
|
||||||
"@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.1"
|
"@babel/parser": "workspace:^7.12.5"
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.5"
|
||||||
debug: ^4.1.0
|
debug: ^4.1.0
|
||||||
globals: ^11.1.0
|
globals: ^11.1.0
|
||||||
lodash: ^4.17.19
|
lodash: ^4.17.19
|
||||||
@ -3355,7 +3355,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: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: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