v7.13.14
This commit is contained in:
parent
409244685a
commit
7ac9e9f740
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/eslint-parser",
|
"name": "@babel/eslint-parser",
|
||||||
"version": "7.13.10",
|
"version": "7.13.14",
|
||||||
"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.13.13",
|
"version": "7.13.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.13.10",
|
"version": "7.13.14",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.13.13",
|
"version": "7.13.14",
|
||||||
"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>",
|
||||||
@ -51,12 +51,12 @@
|
|||||||
"@babel/code-frame": "workspace:^7.12.13",
|
"@babel/code-frame": "workspace:^7.12.13",
|
||||||
"@babel/generator": "workspace:^7.13.9",
|
"@babel/generator": "workspace:^7.13.9",
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12",
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
|
||||||
"@babel/helpers": "workspace:^7.13.10",
|
"@babel/helpers": "workspace:^7.13.10",
|
||||||
"@babel/parser": "workspace:^7.13.13",
|
"@babel/parser": "workspace:^7.13.13",
|
||||||
"@babel/template": "workspace:^7.12.13",
|
"@babel/template": "workspace:^7.12.13",
|
||||||
"@babel/traverse": "workspace:^7.13.13",
|
"@babel/traverse": "workspace:^7.13.13",
|
||||||
"@babel/types": "workspace:^7.13.13",
|
"@babel/types": "workspace:^7.13.14",
|
||||||
"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/helper-module-transforms",
|
"name": "@babel/helper-module-transforms",
|
||||||
"version": "7.13.12",
|
"version": "7.13.14",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.12.11",
|
"@babel/helper-validator-identifier": "workspace:^7.12.11",
|
||||||
"@babel/template": "workspace:^7.12.13",
|
"@babel/template": "workspace:^7.12.13",
|
||||||
"@babel/traverse": "workspace:^7.13.0",
|
"@babel/traverse": "workspace:^7.13.13",
|
||||||
"@babel/types": "workspace:^7.13.12"
|
"@babel/types": "workspace:^7.13.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-transform-fixture-test-runner",
|
"name": "@babel/helper-transform-fixture-test-runner",
|
||||||
"version": "7.13.12",
|
"version": "7.13.14",
|
||||||
"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://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "workspace:^7.12.13",
|
"@babel/code-frame": "workspace:^7.12.13",
|
||||||
"@babel/core": "workspace:^7.13.10",
|
"@babel/core": "workspace:^7.13.14",
|
||||||
"@babel/helper-fixtures": "workspace:^7.13.10",
|
"@babel/helper-fixtures": "workspace:^7.13.13",
|
||||||
"babel-check-duplicated-nodes": "^1.0.0",
|
"babel-check-duplicated-nodes": "^1.0.0",
|
||||||
"quick-lru": "5.1.0",
|
"quick-lru": "5.1.0",
|
||||||
"regenerator-runtime": "^0.13.7",
|
"regenerator-runtime": "^0.13.7",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/register",
|
"name": "@babel/register",
|
||||||
"version": "7.13.8",
|
"version": "7.13.14",
|
||||||
"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.13.13",
|
"version": "7.13.14",
|
||||||
"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/types",
|
"name": "@babel/types",
|
||||||
"version": "7.13.13",
|
"version": "7.13.14",
|
||||||
"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://babel.dev/docs/en/next/babel-types",
|
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||||
|
|||||||
29
yarn.lock
29
yarn.lock
@ -197,20 +197,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.10, @babel/core@workspace:packages/babel-core":
|
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.14, @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.12.13"
|
"@babel/code-frame": "workspace:^7.12.13"
|
||||||
"@babel/generator": "workspace:^7.13.9"
|
"@babel/generator": "workspace:^7.13.9"
|
||||||
"@babel/helper-compilation-targets": "workspace:^7.13.13"
|
"@babel/helper-compilation-targets": "workspace:^7.13.13"
|
||||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12"
|
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14"
|
||||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||||
"@babel/helpers": "workspace:^7.13.10"
|
"@babel/helpers": "workspace:^7.13.10"
|
||||||
"@babel/parser": "workspace:^7.13.13"
|
"@babel/parser": "workspace:^7.13.13"
|
||||||
"@babel/template": "workspace:^7.12.13"
|
"@babel/template": "workspace:^7.12.13"
|
||||||
"@babel/traverse": "workspace:^7.13.13"
|
"@babel/traverse": "workspace:^7.13.13"
|
||||||
"@babel/types": "workspace:^7.13.13"
|
"@babel/types": "workspace:^7.13.14"
|
||||||
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
|
||||||
@ -536,7 +536,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.10, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
|
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.13, @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:
|
||||||
@ -639,7 +639,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.13.12, @babel/helper-module-transforms@workspace:^7.13.0, @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.13.14, @babel/helper-module-transforms@workspace:^7.13.0, @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:
|
||||||
@ -649,17 +649,16 @@ __metadata:
|
|||||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||||
"@babel/helper-validator-identifier": "workspace:^7.12.11"
|
"@babel/helper-validator-identifier": "workspace:^7.12.11"
|
||||||
"@babel/template": "workspace:^7.12.13"
|
"@babel/template": "workspace:^7.12.13"
|
||||||
"@babel/traverse": "workspace:^7.13.0"
|
"@babel/traverse": "workspace:^7.13.13"
|
||||||
"@babel/types": "workspace:^7.13.12"
|
"@babel/types": "workspace:^7.13.14"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.12":
|
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.14":
|
||||||
version: 0.0.0-condition-130862
|
version: 0.0.0-condition-f57fb3
|
||||||
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.12#130862"
|
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.14#f57fb3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.12"
|
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.14"
|
||||||
checksum: 099f985d9558228aa29430a51630015ea02a47f2714cc392f0105921e768c4998a70686942c51defe174cd5ed9f221ab0e4505a611f40e7a68158748c4bbfb8e
|
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -823,8 +822,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.12.13"
|
"@babel/code-frame": "workspace:^7.12.13"
|
||||||
"@babel/core": "workspace:^7.13.10"
|
"@babel/core": "workspace:^7.13.14"
|
||||||
"@babel/helper-fixtures": "workspace:^7.13.10"
|
"@babel/helper-fixtures": "workspace:^7.13.13"
|
||||||
"@types/jest": ^25.2.2
|
"@types/jest": ^25.2.2
|
||||||
babel-check-duplicated-nodes: ^1.0.0
|
babel-check-duplicated-nodes: ^1.0.0
|
||||||
quick-lru: 5.1.0
|
quick-lru: 5.1.0
|
||||||
@ -3488,7 +3487,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:packages/babel-types":
|
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:^7.13.14, @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