v7.13.15
This commit is contained in:
parent
be1003b837
commit
e50f6f7eef
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-plugin",
|
||||
"version": "7.13.10",
|
||||
"version": "7.13.15",
|
||||
"description": "Companion rules for @babel/eslint-parser",
|
||||
"main": "./lib/index.js",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.13.12",
|
||||
"version": "7.13.15",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -53,9 +53,9 @@
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
|
||||
"@babel/helpers": "workspace:^7.13.10",
|
||||
"@babel/parser": "workspace:^7.13.13",
|
||||
"@babel/parser": "workspace:^7.13.15",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.13",
|
||||
"@babel/traverse": "workspace:^7.13.15",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||
@ -16,7 +16,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.13.14",
|
||||
"@babel/core": "workspace:^7.13.15",
|
||||
"@babel/helper-fixtures": "workspace:^7.13.13",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"quick-lru": "5.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.13.13",
|
||||
"version": "7.13.15",
|
||||
"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-async-generator-functions",
|
||||
"version": "7.13.8",
|
||||
"version": "7.13.15",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.13.5",
|
||||
"version": "7.13.15",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -20,7 +20,7 @@
|
||||
"decorators"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
},
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@babel/plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.15",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-runtime",
|
||||
"version": "7.13.10",
|
||||
"version": "7.13.15",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,7 +20,7 @@
|
||||
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-module-imports": "workspace:^7.13.12",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.13.12",
|
||||
"version": "7.13.15",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -16,12 +16,12 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.13.12",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.10",
|
||||
"@babel/compat-data": "workspace:^7.13.15",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
|
||||
@ -69,7 +69,7 @@
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-property-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.13.15",
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.13.0",
|
||||
@ -79,7 +79,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
|
||||
"@babel/preset-modules": "^0.1.4",
|
||||
"@babel/types": "workspace:^7.13.12",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.13.13",
|
||||
"version": "7.13.15",
|
||||
"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>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@ -20,8 +20,8 @@
|
||||
"@babel/generator": "workspace:^7.13.9",
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.13.13",
|
||||
"@babel/types": "workspace:^7.13.13",
|
||||
"@babel/parser": "workspace:^7.13.15",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
42
yarn.lock
42
yarn.lock
@ -139,7 +139,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.13.12, @babel/compat-data@workspace:^7.13.15, @babel/compat-data@workspace:^7.13.8, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
||||
dependencies:
|
||||
@ -197,7 +197,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.14, @babel/core@workspace:packages/babel-core":
|
||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.15, @babel/core@workspace:packages/babel-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/core@workspace:packages/babel-core"
|
||||
dependencies:
|
||||
@ -207,9 +207,9 @@ __metadata:
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.13.10"
|
||||
"@babel/parser": "workspace:^7.13.13"
|
||||
"@babel/parser": "workspace:^7.13.15"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.13"
|
||||
"@babel/traverse": "workspace:^7.13.15"
|
||||
"@babel/types": "workspace:^7.13.14"
|
||||
"@types/convert-source-map": ^1.5.1
|
||||
"@types/debug": ^4.1.0
|
||||
@ -416,7 +416,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@workspace:^7.13.10, @babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||
"@babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
|
||||
dependencies:
|
||||
@ -445,7 +445,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @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.13.11, @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:
|
||||
@ -847,7 +847,7 @@ __metadata:
|
||||
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/core": "workspace:^7.13.14"
|
||||
"@babel/core": "workspace:^7.13.15"
|
||||
"@babel/helper-fixtures": "workspace:^7.13.13"
|
||||
"@types/jest": ^25.2.2
|
||||
babel-check-duplicated-nodes: ^1.0.0
|
||||
@ -986,7 +986,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.13, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.15, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -1063,7 +1063,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.8, @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.13.15, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
||||
dependencies:
|
||||
@ -1122,7 +1122,7 @@ __metadata:
|
||||
resolution: "@babel/plugin-proposal-decorators@workspace:packages/babel-plugin-proposal-decorators"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
@ -2737,7 +2737,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-regenerator@workspace:*, @babel/plugin-transform-regenerator@workspace:^7.12.13, @babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator":
|
||||
"@babel/plugin-transform-regenerator@workspace:*, @babel/plugin-transform-regenerator@workspace:^7.13.15, @babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-regenerator@workspace:packages/babel-plugin-transform-regenerator"
|
||||
dependencies:
|
||||
@ -2793,7 +2793,7 @@ __metadata:
|
||||
resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-module-imports": "workspace:^7.13.12"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helpers": "workspace:*"
|
||||
@ -3102,15 +3102,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.13.12"
|
||||
"@babel/compat-data": "workspace:^7.13.15"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core-7.12": "npm:@babel/core@7.12.9"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.10"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8"
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13"
|
||||
@ -3158,7 +3158,7 @@ __metadata:
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-property-literals": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.13.15"
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-spread": "workspace:^7.13.0"
|
||||
@ -3168,7 +3168,7 @@ __metadata:
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
|
||||
"@babel/preset-modules": ^0.1.4
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.13.14"
|
||||
babel-plugin-polyfill-corejs2: ^0.2.0
|
||||
babel-plugin-polyfill-corejs3: ^0.2.0
|
||||
babel-plugin-polyfill-regenerator: ^0.2.0
|
||||
@ -3485,7 +3485,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:packages/babel-traverse":
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @babel/traverse@workspace:^7.13.15, @babel/traverse@workspace:packages/babel-traverse":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||
dependencies:
|
||||
@ -3494,8 +3494,8 @@ __metadata:
|
||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
"@babel/parser": "workspace:^7.13.13"
|
||||
"@babel/types": "workspace:^7.13.13"
|
||||
"@babel/parser": "workspace:^7.13.15"
|
||||
"@babel/types": "workspace:^7.13.14"
|
||||
debug: ^4.1.0
|
||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
languageName: unknown
|
||||
@ -3512,7 +3512,7 @@ __metadata:
|
||||
languageName: node
|
||||
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:^7.13.14, @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.14, @babel/types@workspace:packages/babel-types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/types@workspace:packages/babel-types"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user