v7.14.3
This commit is contained in:
parent
f85c6437c5
commit
1487a46dd5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@babel/eslint-tests",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "Tests for babel/eslint-* packages",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "workspace:^7.14.2",
|
||||
"@babel/eslint-parser": "workspace:^7.14.3",
|
||||
"@babel/preset-react": "workspace:^7.13.13",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^7.5.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.13.16",
|
||||
"version": "7.14.3",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -49,11 +49,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.14.2",
|
||||
"@babel/generator": "workspace:^7.14.3",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.16",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
|
||||
"@babel/helpers": "workspace:^7.14.0",
|
||||
"@babel/parser": "workspace:^7.14.2",
|
||||
"@babel/parser": "workspace:^7.14.3",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -22,7 +22,7 @@
|
||||
"@babel/helper-function-name": "workspace:^7.14.2",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.12",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.3",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-regexp-features-plugin",
|
||||
"version": "7.12.17",
|
||||
"version": "7.14.3",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile ESNext Regular Expressions to ES5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-replace-supers",
|
||||
"version": "7.13.12",
|
||||
"version": "7.14.3",
|
||||
"description": "Helper function to replace supers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/traverse": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-class-static-block",
|
||||
"version": "7.13.11",
|
||||
"version": "7.14.3",
|
||||
"description": "Allow parsing of class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,7 +19,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx",
|
||||
"version": "7.13.12",
|
||||
"version": "7.14.3",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -21,7 +21,7 @@
|
||||
"@babel/helper-module-imports": "workspace:^7.13.12",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-jsx": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-runtime",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-typescript",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.3",
|
||||
"description": "Transform TypeScript into ES.next",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.3",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
28
yarn.lock
28
yarn.lock
@ -208,12 +208,12 @@ __metadata:
|
||||
resolution: "@babel/core@workspace:packages/babel-core"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/generator": "workspace:^7.14.2"
|
||||
"@babel/generator": "workspace:^7.14.3"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.16"
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.14.0"
|
||||
"@babel/parser": "workspace:^7.14.2"
|
||||
"@babel/parser": "workspace:^7.14.3"
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:*"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.14.2"
|
||||
@ -241,7 +241,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/eslint-parser@workspace:*, @babel/eslint-parser@workspace:^7.14.2, @babel/eslint-parser@workspace:eslint/babel-eslint-parser":
|
||||
"@babel/eslint-parser@workspace:*, @babel/eslint-parser@workspace:^7.14.3, @babel/eslint-parser@workspace:eslint/babel-eslint-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/eslint-parser@workspace:eslint/babel-eslint-parser"
|
||||
dependencies:
|
||||
@ -311,7 +311,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/eslint-tests@workspace:eslint/babel-eslint-tests"
|
||||
dependencies:
|
||||
"@babel/eslint-parser": "workspace:^7.14.2"
|
||||
"@babel/eslint-parser": "workspace:^7.14.3"
|
||||
"@babel/preset-react": "workspace:^7.13.13"
|
||||
dedent: ^0.7.0
|
||||
eslint: ^7.5.0
|
||||
@ -331,7 +331,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.14.2, @babel/generator@workspace:packages/babel-generator":
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.14.2, @babel/generator@workspace:^7.14.3, @babel/generator@workspace:packages/babel-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||
dependencies:
|
||||
@ -434,7 +434,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:^7.13.11, @babel/helper-create-class-features-plugin@workspace:^7.14.0, @babel/helper-create-class-features-plugin@workspace:^7.14.2, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:^7.14.0, @babel/helper-create-class-features-plugin@workspace:^7.14.2, @babel/helper-create-class-features-plugin@workspace:^7.14.3, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
|
||||
dependencies:
|
||||
@ -444,7 +444,7 @@ __metadata:
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.12"
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.3"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
"@babel/preset-env": "workspace:*"
|
||||
peerDependencies:
|
||||
@ -739,14 +739,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
||||
"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:^7.14.3, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers"
|
||||
dependencies:
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/traverse": "workspace:^7.14.2"
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -947,7 +947,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.14.2, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.14.2, @babel/parser@workspace:^7.14.3, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -1113,7 +1113,7 @@ __metadata:
|
||||
resolution: "@babel/plugin-proposal-class-static-block@workspace:packages/babel-plugin-proposal-class-static-block"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
|
||||
@ -2755,7 +2755,7 @@ __metadata:
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-jsx": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -3011,7 +3011,7 @@ __metadata:
|
||||
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user