v7.14.5
This commit is contained in:
parent
a59522df83
commit
7a2a928398
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "./lib/index.js",
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"keywords": [
|
||||
"eslint",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-plugin",
|
||||
"version": "7.13.16",
|
||||
"version": "7.14.5",
|
||||
"description": "Companion rules for @babel/eslint-parser",
|
||||
"main": "./lib/index.js",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,20 +1,20 @@
|
||||
{
|
||||
"name": "@babel/eslint-shared-fixtures",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Shared fixtures for testing @babel/eslint-* packages",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "workspace:^7.12.13",
|
||||
"@babel/eslint-parser": "workspace:*",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-decorators": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13",
|
||||
"@babel/preset-env": "workspace:^7.12.13",
|
||||
"@babel/preset-flow": "workspace:^7.12.13",
|
||||
"@babel/preset-react": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.14.5",
|
||||
"@babel/eslint-parser": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-decorators": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-do-expressions": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.14.5",
|
||||
"@babel/preset-env": "workspace:^7.14.5",
|
||||
"@babel/preset-flow": "workspace:^7.14.5",
|
||||
"@babel/preset-react": "workspace:^7.14.5",
|
||||
"eslint": "^7.27.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@babel/eslint-tests",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Tests for babel/eslint-* packages",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "workspace:^7.14.3",
|
||||
"@babel/eslint-parser": "workspace:^7.14.4",
|
||||
"@babel/preset-react": "workspace:^7.13.13",
|
||||
"@babel/core": "workspace:^7.14.5",
|
||||
"@babel/eslint-parser": "workspace:^7.14.5",
|
||||
"@babel/preset-react": "workspace:^7.14.5",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.14.3",
|
||||
"version": "7.14.5",
|
||||
"description": "Babel command line.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
|
||||
@ -16,7 +16,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/highlight": "workspace:^7.12.13"
|
||||
"@babel/highlight": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chalk": "^2.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.14.3",
|
||||
"version": "7.14.5",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "./lib/index.js",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.14.3",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.16",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
|
||||
"@babel/helpers": "workspace:^7.14.0",
|
||||
"@babel/parser": "workspace:^7.14.3",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.2",
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/generator": "workspace:^7.14.5",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
|
||||
"@babel/helpers": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.5",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"gensync": "^1.0.0-beta.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.14.3",
|
||||
"version": "7.14.5",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
@ -19,7 +19,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,8 +14,8 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-explode-assignable-expression": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/helper-explode-assignable-expression": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-builder-react-jsx",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to build react jsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,8 +14,8 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-compilation-targets",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Helper functions on Babel compilation targets",
|
||||
@ -21,8 +21,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.14.4",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/compat-data": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-option": "workspace:^7.14.5",
|
||||
"browserslist": "^4.16.6",
|
||||
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -18,12 +18,12 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-function-name": "workspace:^7.14.2",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.4",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-regexp-features-plugin",
|
||||
"version": "7.14.3",
|
||||
"version": "7.14.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile ESNext Regular Expressions to ES5",
|
||||
@ -18,7 +18,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"regexpu-core": "^4.7.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-define-map",
|
||||
"version": "7.13.12",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to define a map",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,8 +14,8 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-explode-assignable-expression",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to explode an assignable expression",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-fixtures",
|
||||
"version": "7.13.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to support fixtures",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-function-name",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to change the property 'name' of every function",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,9 +14,9 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-get-function-arity": "workspace:^7.12.13",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
"@babel/helper-get-function-arity": "workspace:^7.14.5",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-get-function-arity",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to get function arity",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-hoist-variables",
|
||||
"version": "7.13.16",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to hoist variables",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"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.",
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -15,7 +15,7 @@
|
||||
"main": "./lib/index.js",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-imports",
|
||||
"version": "7.13.12",
|
||||
"version": "7.14.5",
|
||||
"description": "Babel helper functions for inserting module loads",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "workspace:*",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-transforms",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||
@ -15,14 +15,14 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.13.12",
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.12",
|
||||
"@babel/helper-simple-access": "workspace:^7.13.12",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.0",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.2"
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-simple-access": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-optimise-call-expression",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to optimise call expression",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/generator": "workspace:*",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-plugin-test-runner",
|
||||
"version": "7.13.10",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to support test runner",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:^7.13.10"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-plugin-utils",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "General utilities for plugins to use",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-remap-async-to-generator",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to remap async functions to generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,9 +14,9 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-wrap-function": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-wrap-function": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-replace-supers",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper function to replace supers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,10 +14,10 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.14.2",
|
||||
"@babel/types": "workspace:^7.14.4"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.14.5",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.13.12"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-skip-transparent-expression-wrappers",
|
||||
"version": "7.12.1",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper which skips types and parentheses",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.1"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-split-export-declaration",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.13.15",
|
||||
"version": "7.14.5",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||
@ -15,9 +15,9 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.13.15",
|
||||
"@babel/helper-fixtures": "workspace:^7.13.13",
|
||||
"@babel/code-frame": "workspace:^7.14.5",
|
||||
"@babel/core": "workspace:^7.14.5",
|
||||
"@babel/helper-fixtures": "workspace:^7.14.5",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"quick-lru": "5.1.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-identifier",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Validate identifier/keywords name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-option",
|
||||
"version": "7.12.17",
|
||||
"version": "7.14.5",
|
||||
"description": "Validate plugin/preset options",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-wrap-function",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Helper to wrap functions inside a function call.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,10 +14,10 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||
@ -15,9 +15,9 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.14.0",
|
||||
"@babel/types": "workspace:^7.14.0"
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.5",
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/highlight",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Syntax highlight JavaScript strings for output in terminals.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.0",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.14.5",
|
||||
"chalk": "^2.0.0",
|
||||
"js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/node",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Babel command line",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||
@ -23,7 +23,7 @@
|
||||
"compiler"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/register": "workspace:^7.13.16",
|
||||
"@babel/register": "workspace:^7.14.5",
|
||||
"commander": "^4.0.1",
|
||||
"core-js": "^3.14.0",
|
||||
"node-environment-flags": "^1.0.5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,9 +23,9 @@
|
||||
"bugfix"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.13.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-external-helpers",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-do-expressions",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Transform async do expressions to ES2021",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,9 +19,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-hoist-variables": "workspace:^7.13.16",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.0"
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.13.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-class-static-block",
|
||||
"version": "7.14.3",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,9 +19,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-class-static-block": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.12.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -20,9 +20,9 @@
|
||||
"decorators"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.2",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-do-expressions",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile do expressions to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-do-expressions": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-do-expressions": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-dynamic-import",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Transform import() expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-export-default-from",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile export default to ES2015",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-export-default-from": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-export-namespace-from",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile export namespace to ES2015",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-function-bind",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile function bind operator to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-function-bind": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-function-bind": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,9 +17,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-wrap-function": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-function-sent": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-wrap-function": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-function-sent": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-logical-assignment-operators",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Transforms logical assignment operators into short-circuited assignments",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Remove nullish coalescing operator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,11 +17,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.14.4",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/compat-data": "workspace:^7.14.5",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@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": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-catch-binding",
|
||||
"version": "7.14.2",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile optional catch bindings",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-partial-application": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-partial-application": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Transform pipeline operator into call expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-private-methods",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "This plugin transforms private class methods",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,10 +17,10 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.0"
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-record-and-tuple",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "A transform for Record and Tuple syntax.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,10 +17,10 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/plugin-syntax-record-and-tuple": "workspace:^7.12.1"
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-option": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-record-and-tuple": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.12.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-throw-expressions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Wraps Throw Expressions in an IIFE",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-throw-expressions": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-throw-expressions": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
|
||||
"license": "MIT",
|
||||
@ -26,8 +26,8 @@
|
||||
},
|
||||
"bugs": "https://github.com/babel/babel/issues",
|
||||
"dependencies": {
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-async-do-expressions",
|
||||
"version": "7.14.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of async do expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,7 +19,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-class-static-block",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of class static blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,7 +20,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-decimal",
|
||||
"version": "7.11.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of decimal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,7 +19,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.1"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-decorators",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of decorators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-do-expressions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of do expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-export-default-from",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of export default from",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-flow",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of the flow syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-function-bind",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of function bind",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-function-sent",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of the function.sent meta property",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-jsx",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of jsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-module-blocks",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of JS Module Blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,7 +19,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-partial-application",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of partial application syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-pipeline-operator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of the pipeline operator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,7 +20,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-record-and-tuple",
|
||||
"version": "7.12.1",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of records and tuples.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-throw-expressions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of Throw Expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-top-level-await",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of top-level await in modules",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-typescript",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Allow parsing of TypeScript syntax",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,7 +18,7 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-arrow-functions",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile ES2015 arrow functions to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-async-to-generator",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,9 +17,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0"
|
||||
"@babel/helper-module-imports": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoping",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-classes",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,12 +14,12 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-function-name": "workspace:^7.14.2",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.4",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-replace-supers": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-computed-properties",
|
||||
"version": "7.13.0",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile ES2015 computed properties to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-destructuring",
|
||||
"version": "7.14.4",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
|
||||
"license": "MIT",
|
||||
@ -22,8 +22,8 @@
|
||||
},
|
||||
"bugs": "https://github.com/babel/babel/issues",
|
||||
"dependencies": {
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-create-regexp-features-plugin": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-duplicate-keys",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile objects with duplicate keys to valid strict ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-exponentiation-operator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.14.5",
|
||||
"description": "Compile exponentiation operator to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user