This commit is contained in:
Babel Bot 2021-06-09 23:03:30 +00:00
parent a59522df83
commit 7a2a928398
155 changed files with 914 additions and 915 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-config-internal", "name": "@babel/eslint-config-internal",
"version": "7.12.13", "version": "7.14.5",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.", "description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true, "private": true,
"main": "./index.js", "main": "./index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-parser", "name": "@babel/eslint-parser",
"version": "7.14.4", "version": "7.14.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin-development-internal", "name": "@babel/eslint-plugin-development-internal",
"version": "7.14.0", "version": "7.14.5",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.", "description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.js", "main": "./lib/index.js",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin-development", "name": "@babel/eslint-plugin-development",
"version": "7.13.10", "version": "7.14.5",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.", "description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [ "keywords": [
"eslint", "eslint",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin", "name": "@babel/eslint-plugin",
"version": "7.13.16", "version": "7.14.5",
"description": "Companion rules for @babel/eslint-parser", "description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js", "main": "./lib/index.js",
"type": "commonjs", "type": "commonjs",

View File

@ -1,20 +1,20 @@
{ {
"name": "@babel/eslint-shared-fixtures", "name": "@babel/eslint-shared-fixtures",
"version": "7.12.13", "version": "7.14.5",
"description": "Shared fixtures for testing @babel/eslint-* packages", "description": "Shared fixtures for testing @babel/eslint-* packages",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/core": "workspace:^7.12.13", "@babel/core": "workspace:^7.14.5",
"@babel/eslint-parser": "workspace:*", "@babel/eslint-parser": "workspace:^7.14.5",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13", "@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
"@babel/plugin-proposal-decorators": "workspace:^7.12.13", "@babel/plugin-proposal-decorators": "workspace:^7.14.5",
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.13", "@babel/plugin-proposal-do-expressions": "workspace:^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.13", "@babel/plugin-proposal-pipeline-operator": "workspace:^7.14.5",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13", "@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13", "@babel/plugin-syntax-export-default-from": "workspace:^7.14.5",
"@babel/preset-env": "workspace:^7.12.13", "@babel/preset-env": "workspace:^7.14.5",
"@babel/preset-flow": "workspace:^7.12.13", "@babel/preset-flow": "workspace:^7.14.5",
"@babel/preset-react": "workspace:^7.12.13", "@babel/preset-react": "workspace:^7.14.5",
"eslint": "^7.27.0" "eslint": "^7.27.0"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"name": "@babel/eslint-tests", "name": "@babel/eslint-tests",
"version": "7.14.4", "version": "7.14.5",
"description": "Tests for babel/eslint-* packages", "description": "Tests for babel/eslint-* packages",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/core": "workspace:^7.14.3", "@babel/core": "workspace:^7.14.5",
"@babel/eslint-parser": "workspace:^7.14.4", "@babel/eslint-parser": "workspace:^7.14.5",
"@babel/preset-react": "workspace:^7.13.13", "@babel/preset-react": "workspace:^7.14.5",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"eslint": "^7.27.0", "eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.4", "eslint-plugin-import": "^2.23.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.14.4", "version": "7.14.5",
"private": true, "private": true,
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.14.3", "version": "7.14.5",
"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-cli", "homepage": "https://babel.dev/docs/en/next/babel-cli",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/code-frame", "name": "@babel/code-frame",
"version": "7.12.13", "version": "7.14.5",
"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",
@ -16,7 +16,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/highlight": "workspace:^7.12.13" "@babel/highlight": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@types/chalk": "^2.0.0", "@types/chalk": "^2.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/compat-data", "name": "@babel/compat-data",
"version": "7.14.4", "version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.14.3", "version": "7.14.5",
"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.12.13", "@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.14.3", "@babel/generator": "workspace:^7.14.5",
"@babel/helper-compilation-targets": "workspace:^7.13.16", "@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
"@babel/helpers": "workspace:^7.14.0", "@babel/helpers": "workspace:^7.14.5",
"@babel/parser": "workspace:^7.14.3", "@babel/parser": "workspace:^7.14.5",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.2", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.2", "@babel/types": "workspace:^7.14.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.14.3", "version": "7.14.5",
"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.14.2", "@babel/types": "workspace:^7.14.5",
"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"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-annotate-as-pure", "name": "@babel/helper-annotate-as-pure",
"version": "7.12.13", "version": "7.14.5",
"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",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-binary-assignment-operator-visitor", "name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.12.13", "version": "7.14.5",
"description": "Helper function to build binary assignment operator visitors", "description": "Helper function to build binary assignment operator visitors",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-explode-assignable-expression": "workspace:^7.12.13", "@babel/helper-explode-assignable-expression": "workspace:^7.14.5",
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-react-jsx", "name": "@babel/helper-builder-react-jsx",
"version": "7.12.13", "version": "7.14.5",
"description": "Helper function to build react jsx", "description": "Helper function to build react jsx",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.14.4", "version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Helper functions on Babel compilation targets", "description": "Helper functions on Babel compilation targets",
@ -21,8 +21,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.14.4", "@babel/compat-data": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.12.17", "@babel/helper-validator-option": "workspace:^7.14.5",
"browserslist": "^4.16.6", "browserslist": "^4.16.6",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.14.4", "version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6", "description": "Compile class public and private fields, private methods and decorators to ES6",
@ -18,12 +18,12 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-function-name": "workspace:^7.14.2", "@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12", "@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.4", "@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-split-export-declaration": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-regexp-features-plugin", "name": "@babel/helper-create-regexp-features-plugin",
"version": "7.14.3", "version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5", "description": "Compile ESNext Regular Expressions to ES5",
@ -18,7 +18,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"regexpu-core": "^4.7.1" "regexpu-core": "^4.7.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.13.12", "version": "7.14.5",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-function-name": "workspace:^7.14.5",
"@babel/types": "workspace:^7.13.12" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-explode-assignable-expression", "name": "@babel/helper-explode-assignable-expression",
"version": "7.13.0", "version": "7.14.5",
"description": "Helper function to explode an assignable expression", "description": "Helper function to explode an assignable expression",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-fixtures", "name": "@babel/helper-fixtures",
"version": "7.13.13", "version": "7.14.5",
"description": "Helper function to support fixtures", "description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-function-name", "name": "@babel/helper-function-name",
"version": "7.14.2", "version": "7.14.5",
"description": "Helper function to change the property 'name' of every function", "description": "Helper function to change the property 'name' of every function",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,9 +14,9 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.12.13", "@babel/helper-get-function-arity": "workspace:^7.14.5",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.2" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-get-function-arity", "name": "@babel/helper-get-function-arity",
"version": "7.12.13", "version": "7.14.5",
"description": "Helper function to get function arity", "description": "Helper function to get function arity",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-hoist-variables", "name": "@babel/helper-hoist-variables",
"version": "7.13.16", "version": "7.14.5",
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.16" "@babel/types": "workspace:^7.14.5"
}, },
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.13.12", "version": "7.14.5",
"description": "Helper function to replace certain member expressions with function calls", "description": "Helper function to replace certain member expressions with function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"main": "./lib/index.js", "main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.12" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-imports", "name": "@babel/helper-module-imports",
"version": "7.13.12", "version": "7.14.5",
"description": "Babel helper functions for inserting module loads", "description": "Babel helper functions for inserting module loads",
"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-imports", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
@ -15,7 +15,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.12" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*", "@babel/core": "workspace:*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.14.2", "version": "7.14.5",
"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",
@ -15,14 +15,14 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "workspace:^7.13.12", "@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.13.12", "@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-simple-access": "workspace:^7.13.12", "@babel/helper-simple-access": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.14.5",
"@babel/helper-validator-identifier": "workspace:^7.14.0", "@babel/helper-validator-identifier": "workspace:^7.14.5",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.2", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.2" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-optimise-call-expression", "name": "@babel/helper-optimise-call-expression",
"version": "7.12.13", "version": "7.14.5",
"description": "Helper function to optimise call expression", "description": "Helper function to optimise call expression",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/generator": "workspace:*", "@babel/generator": "workspace:*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-test-runner", "name": "@babel/helper-plugin-test-runner",
"version": "7.13.10", "version": "7.14.5",
"description": "Helper function to support test runner", "description": "Helper function to support test runner",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^7.13.10" "@babel/helper-transform-fixture-test-runner": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-utils", "name": "@babel/helper-plugin-utils",
"version": "7.13.0", "version": "7.14.5",
"description": "General utilities for plugins to use", "description": "General utilities for plugins to use",
"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-plugin-utils", "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-remap-async-to-generator", "name": "@babel/helper-remap-async-to-generator",
"version": "7.13.0", "version": "7.14.5",
"description": "Helper function to remap async functions to generators", "description": "Helper function to remap async functions to generators",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,9 +14,9 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-wrap-function": "workspace:^7.13.0", "@babel/helper-wrap-function": "workspace:^7.14.5",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.14.4", "version": "7.14.5",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,10 +14,10 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12", "@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.2", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.4" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-simple-access", "name": "@babel/helper-simple-access",
"version": "7.13.12", "version": "7.14.5",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"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-simple-access", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
@ -15,7 +15,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.13.12" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-skip-transparent-expression-wrappers", "name": "@babel/helper-skip-transparent-expression-wrappers",
"version": "7.12.1", "version": "7.14.5",
"description": "Helper which skips types and parentheses", "description": "Helper which skips types and parentheses",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-split-export-declaration", "name": "@babel/helper-split-export-declaration",
"version": "7.12.13", "version": "7.14.5",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.15", "version": "7.14.5",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"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-transform-fixture-test-runner", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
@ -15,9 +15,9 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.12.13", "@babel/code-frame": "workspace:^7.14.5",
"@babel/core": "workspace:^7.13.15", "@babel/core": "workspace:^7.14.5",
"@babel/helper-fixtures": "workspace:^7.13.13", "@babel/helper-fixtures": "workspace:^7.14.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-validator-identifier", "name": "@babel/helper-validator-identifier",
"version": "7.14.0", "version": "7.14.5",
"description": "Validate identifier/keywords name", "description": "Validate identifier/keywords name",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-validator-option", "name": "@babel/helper-validator-option",
"version": "7.12.17", "version": "7.14.5",
"description": "Validate plugin/preset options", "description": "Validate plugin/preset options",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-wrap-function", "name": "@babel/helper-wrap-function",
"version": "7.13.0", "version": "7.14.5",
"description": "Helper to wrap functions inside a function call.", "description": "Helper to wrap functions inside a function call.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,10 +14,10 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-function-name": "workspace:^7.14.5",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.13.0", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.13.0" "@babel/types": "workspace:^7.14.5"
}, },
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.14.0", "version": "7.14.5",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers", "homepage": "https://babel.dev/docs/en/next/babel-helpers",
@ -15,9 +15,9 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.0", "@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.0" "@babel/types": "workspace:^7.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/highlight", "name": "@babel/highlight",
"version": "7.14.0", "version": "7.14.5",
"description": "Syntax highlight JavaScript strings for output in terminals.", "description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-highlight", "homepage": "https://babel.dev/docs/en/next/babel-highlight",
@ -15,7 +15,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.14.0", "@babel/helper-validator-identifier": "workspace:^7.14.5",
"chalk": "^2.0.0", "chalk": "^2.0.0",
"js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0" "js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.14.2", "version": "7.14.5",
"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",
@ -23,7 +23,7 @@
"compiler" "compiler"
], ],
"dependencies": { "dependencies": {
"@babel/register": "workspace:^7.13.16", "@babel/register": "workspace:^7.14.5",
"commander": "^4.0.1", "commander": "^4.0.1",
"core-js": "^3.14.0", "core-js": "^3.14.0",
"node-environment-flags": "^1.0.5", "node-environment-flags": "^1.0.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.14.4", "version": "7.14.5",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.13.12", "version": "7.14.5",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,9 +23,9 @@
"bugfix" "bugfix"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12" "@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.13.0" "@babel/core": "^7.13.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-external-helpers", "name": "@babel/plugin-external-helpers",
"version": "7.12.13", "version": "7.14.5",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code", "description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-async-do-expressions", "name": "@babel/plugin-proposal-async-do-expressions",
"version": "7.14.0", "version": "7.14.5",
"description": "Transform async do expressions to ES2021", "description": "Transform async do expressions to ES2021",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,9 +19,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.13.16", "@babel/helper-hoist-variables": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.0" "@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.13.0" "@babel/core": "^7.13.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-async-generator-functions", "name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.14.2", "version": "7.14.5",
"description": "Turn async generator functions into ES2015 generators", "description": "Turn async generator functions into ES2015 generators",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0", "@babel/helper-remap-async-to-generator": "workspace:^7.14.5",
"@babel/plugin-syntax-async-generators": "^7.8.4" "@babel/plugin-syntax-async-generators": "^7.8.4"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-properties", "name": "@babel/plugin-proposal-class-properties",
"version": "7.13.0", "version": "7.14.5",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0", "@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-static-block", "name": "@babel/plugin-proposal-class-static-block",
"version": "7.14.3", "version": "7.14.5",
"description": "Allow parsing of class static blocks", "description": "Allow parsing of class static blocks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,9 +19,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3", "@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13" "@babel/plugin-syntax-class-static-block": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.12.0" "@babel/core": "^7.12.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.14.2", "version": "7.14.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -20,9 +20,9 @@
"decorators" "decorators"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.2", "@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-decorators": "workspace:^7.12.13" "@babel/plugin-syntax-decorators": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-do-expressions", "name": "@babel/plugin-proposal-do-expressions",
"version": "7.14.0", "version": "7.14.5",
"description": "Compile do expressions to ES5", "description": "Compile do expressions to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-do-expressions": "workspace:^7.12.13" "@babel/plugin-syntax-do-expressions": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-dynamic-import", "name": "@babel/plugin-proposal-dynamic-import",
"version": "7.14.2", "version": "7.14.5",
"description": "Transform import() expressions", "description": "Transform import() expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3" "@babel/plugin-syntax-dynamic-import": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-export-default-from", "name": "@babel/plugin-proposal-export-default-from",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile export default to ES2015", "description": "Compile export default to ES2015",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13" "@babel/plugin-syntax-export-default-from": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-export-namespace-from", "name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.14.2", "version": "7.14.5",
"description": "Compile export namespace to ES2015", "description": "Compile export namespace to ES2015",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3" "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-bind", "name": "@babel/plugin-proposal-function-bind",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-function-bind": "workspace:^7.12.13" "@babel/plugin-syntax-function-bind": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-sent", "name": "@babel/plugin-proposal-function-sent",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile the function.sent meta property to valid ES2015 code", "description": "Compile the function.sent meta property to valid ES2015 code",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,9 +17,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-wrap-function": "workspace:^7.12.13", "@babel/helper-wrap-function": "workspace:^7.14.5",
"@babel/plugin-syntax-function-sent": "workspace:^7.12.13" "@babel/plugin-syntax-function-sent": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-json-strings", "name": "@babel/plugin-proposal-json-strings",
"version": "7.14.2", "version": "7.14.5",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-json-strings": "^7.8.3" "@babel/plugin-syntax-json-strings": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-logical-assignment-operators", "name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.14.2", "version": "7.14.5",
"description": "Transforms logical assignment operators into short-circuited assignments", "description": "Transforms logical assignment operators into short-circuited assignments",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-nullish-coalescing-operator", "name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.14.2", "version": "7.14.5",
"description": "Remove nullish coalescing operator", "description": "Remove nullish coalescing operator",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-numeric-separator", "name": "@babel/plugin-proposal-numeric-separator",
"version": "7.14.2", "version": "7.14.5",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-numeric-separator": "^7.10.4" "@babel/plugin-syntax-numeric-separator": "^7.10.4"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-object-rest-spread", "name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.14.4", "version": "7.14.5",
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,11 +17,11 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.14.4", "@babel/compat-data": "workspace:^7.14.5",
"@babel/helper-compilation-targets": "workspace:^7.14.4", "@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "workspace:^7.14.2" "@babel/plugin-transform-parameters": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-catch-binding", "name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.14.2", "version": "7.14.5",
"description": "Compile optional catch bindings", "description": "Compile optional catch bindings",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3" "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-chaining", "name": "@babel/plugin-proposal-optional-chaining",
"version": "7.14.2", "version": "7.14.5",
"description": "Transform optional chaining operators into a series of nil checks", "description": "Transform optional chaining operators into a series of nil checks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5",
"@babel/plugin-syntax-optional-chaining": "^7.8.3" "@babel/plugin-syntax-optional-chaining": "^7.8.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-partial-application", "name": "@babel/plugin-proposal-partial-application",
"version": "7.12.13", "version": "7.14.5",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", "description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-partial-application": "workspace:^7.12.13" "@babel/plugin-syntax-partial-application": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-pipeline-operator", "name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.12.13", "version": "7.14.5",
"description": "Transform pipeline operator into call expressions", "description": "Transform pipeline operator into call expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.12.13" "@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-private-methods", "name": "@babel/plugin-proposal-private-methods",
"version": "7.13.0", "version": "7.14.5",
"description": "This plugin transforms private class methods", "description": "This plugin transforms private class methods",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0", "@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-private-property-in-object", "name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.14.0", "version": "7.14.5",
"description": "This plugin transforms checks for a private property in an object", "description": "This plugin transforms checks for a private property in an object",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,10 +17,10 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.0", "@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.0" "@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-record-and-tuple", "name": "@babel/plugin-proposal-record-and-tuple",
"version": "7.13.0", "version": "7.14.5",
"description": "A transform for Record and Tuple syntax.", "description": "A transform for Record and Tuple syntax.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,10 +17,10 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.12.17", "@babel/helper-validator-option": "workspace:^7.14.5",
"@babel/plugin-syntax-record-and-tuple": "workspace:^7.12.1" "@babel/plugin-syntax-record-and-tuple": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.12.0" "@babel/core": "^7.12.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-throw-expressions", "name": "@babel/plugin-proposal-throw-expressions",
"version": "7.12.13", "version": "7.14.5",
"description": "Wraps Throw Expressions in an IIFE", "description": "Wraps Throw Expressions in an IIFE",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-throw-expressions": "workspace:^7.12.13" "@babel/plugin-syntax-throw-expressions": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-unicode-property-regex", "name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex", "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
"license": "MIT", "license": "MIT",
@ -26,8 +26,8 @@
}, },
"bugs": "https://github.com/babel/babel/issues", "bugs": "https://github.com/babel/babel/issues",
"dependencies": { "dependencies": {
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13", "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-async-do-expressions", "name": "@babel/plugin-syntax-async-do-expressions",
"version": "7.14.0", "version": "7.14.5",
"description": "Allow parsing of async do expressions", "description": "Allow parsing of async do expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,7 +19,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-class-static-block", "name": "@babel/plugin-syntax-class-static-block",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of class static blocks", "description": "Allow parsing of class static blocks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +20,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decimal", "name": "@babel/plugin-syntax-decimal",
"version": "7.11.0", "version": "7.14.5",
"description": "Allow parsing of decimal", "description": "Allow parsing of decimal",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,7 +19,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.1" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decorators", "name": "@babel/plugin-syntax-decorators",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-do-expressions", "name": "@babel/plugin-syntax-do-expressions",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of do expressions", "description": "Allow parsing of do expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-export-default-from", "name": "@babel/plugin-syntax-export-default-from",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of export default from", "description": "Allow parsing of export default from",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-flow", "name": "@babel/plugin-syntax-flow",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of the flow syntax", "description": "Allow parsing of the flow syntax",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-function-bind", "name": "@babel/plugin-syntax-function-bind",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of function bind", "description": "Allow parsing of function bind",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-function-sent", "name": "@babel/plugin-syntax-function-sent",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of the function.sent meta property", "description": "Allow parsing of the function.sent meta property",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-import-assertions", "name": "@babel/plugin-syntax-import-assertions",
"version": "7.12.1", "version": "7.14.5",
"description": "Allow parsing of the module assertion attributes in the import statement", "description": "Allow parsing of the module assertion attributes in the import statement",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-jsx", "name": "@babel/plugin-syntax-jsx",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of jsx", "description": "Allow parsing of jsx",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-module-blocks", "name": "@babel/plugin-syntax-module-blocks",
"version": "7.13.0", "version": "7.14.5",
"description": "Allow parsing of JS Module Blocks", "description": "Allow parsing of JS Module Blocks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,7 +19,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-partial-application", "name": "@babel/plugin-syntax-partial-application",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of partial application syntax", "description": "Allow parsing of partial application syntax",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-pipeline-operator", "name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of the pipeline operator", "description": "Allow parsing of the pipeline operator",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-private-property-in-object", "name": "@babel/plugin-syntax-private-property-in-object",
"version": "7.14.0", "version": "7.14.5",
"description": "Allow parsing of '#foo in obj' brand checks", "description": "Allow parsing of '#foo in obj' brand checks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +20,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-record-and-tuple", "name": "@babel/plugin-syntax-record-and-tuple",
"version": "7.12.1", "version": "7.14.5",
"description": "Allow parsing of records and tuples.", "description": "Allow parsing of records and tuples.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-throw-expressions", "name": "@babel/plugin-syntax-throw-expressions",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of Throw Expressions", "description": "Allow parsing of Throw Expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-top-level-await", "name": "@babel/plugin-syntax-top-level-await",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of top-level await in modules", "description": "Allow parsing of top-level await in modules",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-typescript", "name": "@babel/plugin-syntax-typescript",
"version": "7.12.13", "version": "7.14.5",
"description": "Allow parsing of TypeScript syntax", "description": "Allow parsing of TypeScript syntax",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,7 +18,7 @@
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-arrow-functions", "name": "@babel/plugin-transform-arrow-functions",
"version": "7.13.0", "version": "7.14.5",
"description": "Compile ES2015 arrow functions to ES5", "description": "Compile ES2015 arrow functions to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-async-to-generator", "name": "@babel/plugin-transform-async-to-generator",
"version": "7.13.0", "version": "7.14.5",
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,9 +17,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0" "@babel/helper-remap-async-to-generator": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoped-functions", "name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.12.13", "version": "7.14.5",
"description": "Babel plugin to ensure function declarations at the block level are block scoped", "description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.14.4", "version": "7.14.5",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,7 +14,7 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-classes", "name": "@babel/plugin-transform-classes",
"version": "7.14.4", "version": "7.14.5",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,12 +14,12 @@
}, },
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13", "@babel/helper-annotate-as-pure": "workspace:^7.14.5",
"@babel/helper-function-name": "workspace:^7.14.2", "@babel/helper-function-name": "workspace:^7.14.5",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/helper-optimise-call-expression": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-replace-supers": "workspace:^7.14.4", "@babel/helper-replace-supers": "workspace:^7.14.5",
"@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.14.5",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
}, },
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-computed-properties", "name": "@babel/plugin-transform-computed-properties",
"version": "7.13.0", "version": "7.14.5",
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-destructuring", "name": "@babel/plugin-transform-destructuring",
"version": "7.14.4", "version": "7.14.5",
"description": "Compile ES2015 destructuring to ES5", "description": "Compile ES2015 destructuring to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-dotall-regex", "name": "@babel/plugin-transform-dotall-regex",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
"license": "MIT", "license": "MIT",
@ -22,8 +22,8 @@
}, },
"bugs": "https://github.com/babel/babel/issues", "bugs": "https://github.com/babel/babel/issues",
"dependencies": { "dependencies": {
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13", "@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-duplicate-keys", "name": "@babel/plugin-transform-duplicate-keys",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile objects with duplicate keys to valid strict ES5", "description": "Compile objects with duplicate keys to valid strict ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-exponentiation-operator", "name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.12.13", "version": "7.14.5",
"description": "Compile exponentiation operator to ES5", "description": "Compile exponentiation operator to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.12.13", "@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.14.5"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

Some files were not shown because too many files have changed in this diff Show More