v7.12.10
This commit is contained in:
parent
0e271055c4
commit
e901454096
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"version": "7.12.9",
|
"version": "7.12.10",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.12.8",
|
"version": "7.12.10",
|
||||||
"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/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.12.9",
|
"version": "7.12.10",
|
||||||
"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.5",
|
"@babel/generator": "workspace:^7.12.10",
|
||||||
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
"@babel/helper-module-transforms": "workspace:^7.12.1",
|
||||||
"@babel/helpers": "workspace:^7.12.5",
|
"@babel/helpers": "workspace:^7.12.5",
|
||||||
"@babel/parser": "workspace:^7.12.7",
|
"@babel/parser": "workspace:^7.12.10",
|
||||||
"@babel/template": "workspace:^7.12.7",
|
"@babel/template": "workspace:^7.12.7",
|
||||||
"@babel/traverse": "workspace:^7.12.9",
|
"@babel/traverse": "workspace:^7.12.10",
|
||||||
"@babel/types": "workspace:^7.12.7",
|
"@babel/types": "workspace:^7.12.10",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.12.5",
|
"version": "7.12.10",
|
||||||
"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.5",
|
"@babel/types": "workspace:^7.12.10",
|
||||||
"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-annotate-as-pure",
|
"name": "@babel/helper-annotate-as-pure",
|
||||||
"version": "7.10.4",
|
"version": "7.12.10",
|
||||||
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
|
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -13,6 +13,6 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.10.4"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-builder-react-jsx-experimental",
|
"name": "@babel/helper-builder-react-jsx-experimental",
|
||||||
"version": "7.12.4",
|
"version": "7.12.10",
|
||||||
"description": "Helper function to build react jsx",
|
"description": "Helper function to build react jsx",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -13,8 +13,8 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
|
"@babel/helper-annotate-as-pure": "workspace:^7.12.10",
|
||||||
"@babel/helper-module-imports": "workspace:^7.12.1",
|
"@babel/helper-module-imports": "workspace:^7.12.5",
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-fixtures",
|
"name": "@babel/helper-fixtures",
|
||||||
"version": "7.10.5",
|
"version": "7.12.10",
|
||||||
"description": "Helper function to support fixtures",
|
"description": "Helper function to support fixtures",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-get-function-arity",
|
"name": "@babel/helper-get-function-arity",
|
||||||
"version": "7.10.4",
|
"version": "7.12.10",
|
||||||
"description": "Helper function to get function arity",
|
"description": "Helper function to get function arity",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -13,6 +13,6 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.10.4"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-optimise-call-expression",
|
"name": "@babel/helper-optimise-call-expression",
|
||||||
"version": "7.12.7",
|
"version": "7.12.10",
|
||||||
"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.12.7"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/generator": "workspace:*",
|
"@babel/generator": "workspace:*",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-transform-fixture-test-runner",
|
"name": "@babel/helper-transform-fixture-test-runner",
|
||||||
"version": "7.12.1",
|
"version": "7.12.10",
|
||||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||||
"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/code-frame": "workspace:^7.10.4",
|
"@babel/code-frame": "workspace:^7.10.4",
|
||||||
"@babel/core": "workspace:^7.12.1",
|
"@babel/core": "workspace:^7.12.10",
|
||||||
"@babel/helper-fixtures": "workspace:^7.10.5",
|
"@babel/helper-fixtures": "workspace:^7.12.10",
|
||||||
"@babel/polyfill": "workspace:^7.12.1",
|
"@babel/polyfill": "workspace:^7.12.1",
|
||||||
"babel-check-duplicated-nodes": "^1.0.0",
|
"babel-check-duplicated-nodes": "^1.0.0",
|
||||||
"jest-diff": "^24.8.0",
|
"jest-diff": "^24.8.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.12.6",
|
"version": "7.12.10",
|
||||||
"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/",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/register": "workspace:^7.12.1",
|
"@babel/register": "workspace:^7.12.10",
|
||||||
"commander": "^4.0.1",
|
"commander": "^4.0.1",
|
||||||
"core-js": "^3.2.1",
|
"core-js": "^3.2.1",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.12.7",
|
"version": "7.12.10",
|
||||||
"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-transform-flow-strip-types",
|
"name": "@babel/plugin-transform-flow-strip-types",
|
||||||
"version": "7.12.1",
|
"version": "7.12.10",
|
||||||
"description": "Strip flow type annotations from your output code.",
|
"description": "Strip flow type annotations from your output code.",
|
||||||
"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.7",
|
"version": "7.12.10",
|
||||||
"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.4",
|
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10",
|
||||||
"@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"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-runtime",
|
"name": "@babel/plugin-transform-runtime",
|
||||||
"version": "7.12.1",
|
"version": "7.12.10",
|
||||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
|
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@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",
|
||||||
"semver": "^5.5.1"
|
"semver": "^5.5.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typeof-symbol",
|
"name": "@babel/plugin-transform-typeof-symbol",
|
||||||
"version": "7.12.1",
|
"version": "7.12.10",
|
||||||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.12.7",
|
"version": "7.12.10",
|
||||||
"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/",
|
||||||
@ -74,11 +74,11 @@
|
|||||||
"@babel/plugin-transform-spread": "workspace:^7.12.1",
|
"@babel/plugin-transform-spread": "workspace:^7.12.1",
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.7",
|
"@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.10",
|
||||||
"@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.7",
|
"@babel/types": "workspace:^7.12.10",
|
||||||
"core-js-compat": "^3.8.0",
|
"core-js-compat": "^3.8.0",
|
||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-react",
|
"name": "@babel/preset-react",
|
||||||
"version": "7.12.7",
|
"version": "7.12.10",
|
||||||
"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,7 +17,7 @@
|
|||||||
"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.7",
|
"@babel/plugin-transform-react-jsx": "workspace:^7.12.10",
|
||||||
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7",
|
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7",
|
||||||
"@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/register",
|
"name": "@babel/register",
|
||||||
"version": "7.12.1",
|
"version": "7.12.10",
|
||||||
"description": "babel require hook",
|
"description": "babel require hook",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.12.9",
|
"version": "7.12.10",
|
||||||
"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.9",
|
"version": "7.12.10",
|
||||||
"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.5",
|
"@babel/generator": "workspace:^7.12.10",
|
||||||
"@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.7",
|
"@babel/parser": "workspace:^7.12.10",
|
||||||
"@babel/types": "workspace:^7.12.7",
|
"@babel/types": "workspace:^7.12.10",
|
||||||
"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.7",
|
"version": "7.12.10",
|
||||||
"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/",
|
||||||
|
|||||||
66
yarn.lock
66
yarn.lock
@ -123,19 +123,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:packages/babel-core":
|
"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:^7.12.10, @babel/core@workspace:packages/babel-core":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/core@workspace:packages/babel-core"
|
resolution: "@babel/core@workspace:packages/babel-core"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": "workspace:^7.10.4"
|
"@babel/code-frame": "workspace:^7.10.4"
|
||||||
"@babel/generator": "workspace:^7.12.5"
|
"@babel/generator": "workspace:^7.12.10"
|
||||||
"@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.5"
|
"@babel/helpers": "workspace:^7.12.5"
|
||||||
"@babel/parser": "workspace:^7.12.7"
|
"@babel/parser": "workspace:^7.12.10"
|
||||||
"@babel/template": "workspace:^7.12.7"
|
"@babel/template": "workspace:^7.12.7"
|
||||||
"@babel/traverse": "workspace:^7.12.9"
|
"@babel/traverse": "workspace:^7.12.10"
|
||||||
"@babel/types": "workspace:^7.12.7"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
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
|
||||||
@ -243,13 +243,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.5, @babel/generator@workspace:packages/babel-generator":
|
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.10, @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.5"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
jsesc: ^2.5.1
|
jsesc: ^2.5.1
|
||||||
source-map: ^0.5.0
|
source-map: ^0.5.0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -264,11 +264,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/helper-annotate-as-pure@workspace:^7.10.4, @babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure":
|
"@babel/helper-annotate-as-pure@workspace:^7.10.4, @babel/helper-annotate-as-pure@workspace:^7.12.10, @babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure"
|
resolution: "@babel/helper-annotate-as-pure@workspace:packages/babel-helper-annotate-as-pure"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types": "workspace:^7.10.4"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -300,13 +300,13 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@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.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":
|
||||||
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.10.4"
|
"@babel/helper-annotate-as-pure": "workspace:^7.12.10"
|
||||||
"@babel/helper-module-imports": "workspace:^7.12.1"
|
"@babel/helper-module-imports": "workspace:^7.12.5"
|
||||||
"@babel/types": "workspace:^7.12.1"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -463,7 +463,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.10.5, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
|
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.12.10, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
|
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -506,7 +506,7 @@ __metadata:
|
|||||||
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:
|
||||||
"@babel/types": "workspace:^7.10.4"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -610,7 +610,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/generator": "workspace:*"
|
"@babel/generator": "workspace:*"
|
||||||
"@babel/parser": "workspace:*"
|
"@babel/parser": "workspace:*"
|
||||||
"@babel/types": "workspace:^7.12.7"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@ -748,8 +748,8 @@ __metadata:
|
|||||||
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame": "workspace:^7.10.4"
|
"@babel/code-frame": "workspace:^7.10.4"
|
||||||
"@babel/core": "workspace:^7.12.1"
|
"@babel/core": "workspace:^7.12.10"
|
||||||
"@babel/helper-fixtures": "workspace:^7.10.5"
|
"@babel/helper-fixtures": "workspace:^7.12.10"
|
||||||
"@babel/polyfill": "workspace:^7.12.1"
|
"@babel/polyfill": "workspace:^7.12.1"
|
||||||
babel-check-duplicated-nodes: ^1.0.0
|
babel-check-duplicated-nodes: ^1.0.0
|
||||||
jest-diff: ^24.8.0
|
jest-diff: ^24.8.0
|
||||||
@ -861,7 +861,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-fixtures": "workspace:*"
|
"@babel/helper-fixtures": "workspace:*"
|
||||||
"@babel/register": "workspace:^7.12.1"
|
"@babel/register": "workspace:^7.12.10"
|
||||||
"@babel/runtime": "workspace:*"
|
"@babel/runtime": "workspace:*"
|
||||||
commander: ^4.0.1
|
commander: ^4.0.1
|
||||||
core-js: ^3.2.1
|
core-js: ^3.2.1
|
||||||
@ -888,7 +888,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.7, @babel/parser@workspace:packages/babel-parser":
|
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.10, @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:
|
||||||
@ -2558,13 +2558,13 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@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":
|
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.10, @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.4"
|
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10"
|
||||||
"@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"
|
||||||
@ -2651,7 +2651,7 @@ __metadata:
|
|||||||
resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime"
|
resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@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/helpers": "workspace:*"
|
"@babel/helpers": "workspace:*"
|
||||||
@ -2787,7 +2787,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-typeof-symbol@workspace:*, @babel/plugin-transform-typeof-symbol@workspace:^7.12.1, @babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol":
|
"@babel/plugin-transform-typeof-symbol@workspace:*, @babel/plugin-transform-typeof-symbol@workspace:^7.12.10, @babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol"
|
resolution: "@babel/plugin-transform-typeof-symbol@workspace:packages/babel-plugin-transform-typeof-symbol"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3032,11 +3032,11 @@ __metadata:
|
|||||||
"@babel/plugin-transform-spread": "workspace:^7.12.1"
|
"@babel/plugin-transform-spread": "workspace:^7.12.1"
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.7"
|
"@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.10"
|
||||||
"@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.7"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
core-js-compat: ^3.8.0
|
core-js-compat: ^3.8.0
|
||||||
semver: ^5.5.0
|
semver: ^5.5.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3092,7 +3092,7 @@ __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.7"
|
"@babel/plugin-transform-react-jsx": "workspace:^7.12.10"
|
||||||
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7"
|
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7"
|
||||||
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
|
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -3141,7 +3141,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/register@workspace:^7.12.1, @babel/register@workspace:packages/babel-register":
|
"@babel/register@workspace:^7.12.10, @babel/register@workspace:packages/babel-register":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/register@workspace:packages/babel-register"
|
resolution: "@babel/register@workspace:packages/babel-register"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3348,17 +3348,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:^7.12.5, @babel/traverse@workspace:^7.12.9, @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.10, @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.5"
|
"@babel/generator": "workspace:^7.12.10"
|
||||||
"@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.7"
|
"@babel/parser": "workspace:^7.12.10"
|
||||||
"@babel/types": "workspace:^7.12.7"
|
"@babel/types": "workspace:^7.12.10"
|
||||||
debug: ^4.1.0
|
debug: ^4.1.0
|
||||||
globals: ^11.1.0
|
globals: ^11.1.0
|
||||||
lodash: ^4.17.19
|
lodash: ^4.17.19
|
||||||
@ -3376,7 +3376,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:^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.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":
|
||||||
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