v7.15.8
This commit is contained in:
parent
e97a6baecb
commit
c4b13725aa
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/eslint-parser",
|
"name": "@babel/eslint-parser",
|
||||||
"version": "7.15.7",
|
"version": "7.15.8",
|
||||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"version": "7.15.7",
|
"version": "7.15.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/code-frame",
|
"name": "@babel/code-frame",
|
||||||
"version": "7.14.5",
|
"version": "7.15.8",
|
||||||
"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": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
|
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.15.5",
|
"version": "7.15.8",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
@ -48,15 +48,15 @@
|
|||||||
"./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
|
"./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "workspace:^7.14.5",
|
"@babel/code-frame": "workspace:^7.15.8",
|
||||||
"@babel/generator": "workspace:^7.15.4",
|
"@babel/generator": "workspace:^7.15.8",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.15.4",
|
"@babel/helper-compilation-targets": "workspace:^7.15.4",
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4",
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.8",
|
||||||
"@babel/helpers": "workspace:^7.15.4",
|
"@babel/helpers": "workspace:^7.15.4",
|
||||||
"@babel/parser": "workspace:^7.15.5",
|
"@babel/parser": "workspace:^7.15.8",
|
||||||
"@babel/template": "workspace:^7.15.4",
|
"@babel/template": "workspace:^7.15.4",
|
||||||
"@babel/traverse": "workspace:^7.15.4",
|
"@babel/traverse": "workspace:^7.15.4",
|
||||||
"@babel/types": "workspace:^7.15.4",
|
"@babel/types": "workspace:^7.15.6",
|
||||||
"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.2",
|
"gensync": "^1.0.0-beta.2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.15.4",
|
"version": "7.15.8",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "workspace:^7.15.4",
|
"@babel/types": "workspace:^7.15.6",
|
||||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-transforms",
|
"name": "@babel/helper-module-transforms",
|
||||||
"version": "7.15.7",
|
"version": "7.15.8",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.15.4",
|
"version": "7.15.8",
|
||||||
"description": "Babel command line",
|
"description": "Babel command line",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.15.7",
|
"version": "7.15.8",
|
||||||
"description": "A JavaScript parser",
|
"description": "A JavaScript parser",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||||
"version": "7.15.4",
|
"version": "7.15.8",
|
||||||
"description": "Turn async generator functions into ES2015 generators",
|
"description": "Turn async generator functions into ES2015 generators",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-decorators",
|
"name": "@babel/plugin-proposal-decorators",
|
||||||
"version": "7.15.4",
|
"version": "7.15.8",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-runtime",
|
"name": "@babel/plugin-transform-runtime",
|
||||||
"version": "7.15.0",
|
"version": "7.15.8",
|
||||||
"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.ts": "./src/get-runtime-path/browser.ts"
|
"./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
"@babel/helper-module-imports": "workspace:^7.15.4",
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
"babel-plugin-polyfill-corejs2": "^0.2.2",
|
||||||
"babel-plugin-polyfill-corejs3": "^0.2.5",
|
"babel-plugin-polyfill-corejs3": "^0.2.5",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-spread",
|
"name": "@babel/plugin-transform-spread",
|
||||||
"version": "7.14.6",
|
"version": "7.15.8",
|
||||||
"description": "Compile ES2015 spread to ES5",
|
"description": "Compile ES2015 spread to ES5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5"
|
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typescript",
|
"name": "@babel/plugin-transform-typescript",
|
||||||
"version": "7.15.4",
|
"version": "7.15.8",
|
||||||
"description": "Transform TypeScript into ES.next",
|
"description": "Transform TypeScript into ES.next",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.15.6",
|
"version": "7.15.8",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "The Babel Team (https://babel.dev/team)",
|
"author": "The Babel Team (https://babel.dev/team)",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||||
"@babel/helper-validator-option": "workspace:^7.14.5",
|
"@babel/helper-validator-option": "workspace:^7.14.5",
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4",
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.4",
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.8",
|
||||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
||||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4",
|
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4",
|
||||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
|
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
|
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5",
|
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5",
|
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-spread": "workspace:^7.14.6",
|
"@babel/plugin-transform-spread": "workspace:^7.15.8",
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
|
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-template-literals": "workspace:^7.14.5",
|
"@babel/plugin-transform-template-literals": "workspace:^7.14.5",
|
||||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5",
|
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.15.7",
|
"version": "7.15.8",
|
||||||
"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": [
|
||||||
|
|||||||
41
yarn.lock
41
yarn.lock
@ -169,7 +169,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/code-frame@workspace:*, @babel/code-frame@workspace:^7.14.5, @babel/code-frame@workspace:packages/babel-code-frame":
|
"@babel/code-frame@workspace:*, @babel/code-frame@workspace:^7.14.5, @babel/code-frame@workspace:^7.15.8, @babel/code-frame@workspace:packages/babel-code-frame":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/code-frame@workspace:packages/babel-code-frame"
|
resolution: "@babel/code-frame@workspace:packages/babel-code-frame"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -248,17 +248,17 @@ __metadata:
|
|||||||
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.14.5"
|
"@babel/code-frame": "workspace:^7.15.8"
|
||||||
"@babel/generator": "workspace:^7.15.4"
|
"@babel/generator": "workspace:^7.15.8"
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.15.4"
|
"@babel/helper-compilation-targets": "workspace:^7.15.4"
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4"
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.8"
|
||||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||||
"@babel/helpers": "workspace:^7.15.4"
|
"@babel/helpers": "workspace:^7.15.4"
|
||||||
"@babel/parser": "workspace:^7.15.5"
|
"@babel/parser": "workspace:^7.15.8"
|
||||||
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
||||||
"@babel/template": "workspace:^7.15.4"
|
"@babel/template": "workspace:^7.15.4"
|
||||||
"@babel/traverse": "workspace:^7.15.4"
|
"@babel/traverse": "workspace:^7.15.4"
|
||||||
"@babel/types": "workspace:^7.15.4"
|
"@babel/types": "workspace:^7.15.6"
|
||||||
"@types/convert-source-map": ^1.5.1
|
"@types/convert-source-map": ^1.5.1
|
||||||
"@types/debug": ^4.1.0
|
"@types/debug": ^4.1.0
|
||||||
"@types/resolve": ^1.3.2
|
"@types/resolve": ^1.3.2
|
||||||
@ -374,13 +374,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.4, @babel/generator@workspace:packages/babel-generator":
|
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.4, @babel/generator@workspace:^7.15.8, @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.15.4"
|
"@babel/types": "workspace:^7.15.6"
|
||||||
"@types/jsesc": ^2.5.0
|
"@types/jsesc": ^2.5.0
|
||||||
"@types/source-map": ^0.5.0
|
"@types/source-map": ^0.5.0
|
||||||
charcodes: ^0.2.0
|
charcodes: ^0.2.0
|
||||||
@ -671,7 +671,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
|
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -686,12 +686,11 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.4":
|
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.8":
|
||||||
version: 0.0.0-condition-82b77f
|
version: 0.0.0-condition-b38c26
|
||||||
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.4#82b77f"
|
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.8#b38c26"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.4"
|
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.8"
|
||||||
checksum: 94f5bd35b38dbe18655fb20e1872cf205419ad5d4871e5c66d1ffb478aee531bf1daea139723bfd410b0c2a29e7709f6a43d5eb760e7e0c81893a12b9a800c31
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -993,7 +992,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:^7.15.5, @babel/parser@workspace:packages/babel-parser":
|
"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:^7.15.8, @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:
|
||||||
@ -1099,7 +1098,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.15.4, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.15.8, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2859,7 +2858,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.14.5"
|
"@babel/helper-module-imports": "workspace:^7.15.4"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/helpers": "workspace:*"
|
"@babel/helpers": "workspace:*"
|
||||||
@ -2914,14 +2913,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.6, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.15.8, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
|
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": "workspace:*"
|
"@babel/core": "workspace:*"
|
||||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5"
|
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0-0
|
"@babel/core": ^7.0.0-0
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -3183,7 +3182,7 @@ __metadata:
|
|||||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||||
"@babel/helper-validator-option": "workspace:^7.14.5"
|
"@babel/helper-validator-option": "workspace:^7.14.5"
|
||||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4"
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4"
|
||||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.4"
|
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.8"
|
||||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
|
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
|
||||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4"
|
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4"
|
||||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
|
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
|
||||||
@ -3238,7 +3237,7 @@ __metadata:
|
|||||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
|
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5"
|
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5"
|
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-spread": "workspace:^7.14.6"
|
"@babel/plugin-transform-spread": "workspace:^7.15.8"
|
||||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
|
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-template-literals": "workspace:^7.14.5"
|
"@babel/plugin-transform-template-literals": "workspace:^7.14.5"
|
||||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5"
|
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user