This commit is contained in:
Nicolò Ribaudo 2021-02-03 01:59:31 +01:00
parent bab5c62f90
commit d291edbdf1
143 changed files with 816 additions and 816 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-config-internal", "name": "@babel/eslint-config-internal",
"version": "7.11.0", "version": "7.12.13",
"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.",
"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-parser", "name": "@babel/eslint-parser",
"version": "7.12.1", "version": "7.12.13",
"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", "name": "@babel/eslint-plugin-development",
"version": "7.11.0", "version": "7.12.13",
"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.12.1", "version": "7.12.13",
"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.1", "version": "7.12.13",
"description": "Shared fixtures for testing @babel/eslint-* packages", "description": "Shared fixtures for testing @babel/eslint-* packages",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/core": "workspace:^7.12.1", "@babel/core": "workspace:^7.12.13",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1", "@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
"@babel/plugin-proposal-decorators": "workspace:^7.12.1", "@babel/plugin-proposal-decorators": "workspace:^7.12.13",
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.1", "@babel/plugin-proposal-do-expressions": "workspace:^7.12.13",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.1", "@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.13",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1", "@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1", "@babel/plugin-syntax-export-default-from": "workspace:^7.12.13",
"@babel/preset-env": "workspace:^7.12.1", "@babel/preset-env": "workspace:^7.12.13",
"@babel/preset-flow": "workspace:^7.12.1", "@babel/preset-flow": "workspace:^7.12.13",
"@babel/preset-react": "workspace:^7.12.1", "@babel/preset-react": "workspace:^7.12.13",
"eslint": "^7.5.0" "eslint": "^7.5.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.12.12", "version": "7.12.13",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.12.10", "version": "7.12.13",
"description": "Babel command line.", "description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-cli", "homepage": "https://babel.dev/docs/en/next/babel-cli",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/code-frame", "name": "@babel/code-frame",
"version": "7.12.11", "version": "7.12.13",
"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": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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.10.4" "@babel/highlight": "workspace:^7.12.13"
}, },
"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.12.7", "version": "7.12.13",
"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.12.10", "version": "7.12.13",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"main": "lib/index.js", "main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -44,14 +44,14 @@
"./src/transform-file.js": "./src/transform-file-browser.js" "./src/transform-file.js": "./src/transform-file-browser.js"
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.10.4", "@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.12.10", "@babel/generator": "workspace:^7.12.13",
"@babel/helper-module-transforms": "workspace:^7.12.1", "@babel/helper-module-transforms": "workspace:^7.12.13",
"@babel/helpers": "workspace:^7.12.5", "@babel/helpers": "workspace:^7.12.13",
"@babel/parser": "workspace:^7.12.10", "@babel/parser": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.7", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.10", "@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.10", "@babel/types": "workspace:^7.12.13",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ", "escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.12.11", "version": "7.12.13",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.11", "@babel/types": "workspace:^7.12.13",
"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.10", "version": "7.12.13",
"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,6 +14,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.10" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-bindify-decorators", "name": "@babel/helper-bindify-decorators",
"version": "7.12.1", "version": "7.12.13",
"description": "Helper function to bindify decorators", "description": "Helper function to bindify decorators",
"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.1" "@babel/types": "workspace:^7.12.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-binary-assignment-operator-visitor", "name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.10.4", "version": "7.12.13",
"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,7 +14,7 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-explode-assignable-expression": "workspace:^7.10.4", "@babel/helper-explode-assignable-expression": "workspace:^7.12.13",
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-call-delegate", "name": "@babel/helper-call-delegate",
"version": "7.12.1", "version": "7.12.13",
"description": "Helper function to call delegate", "description": "Helper function to call delegate",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.10.4", "@babel/helper-hoist-variables": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.12.5", "version": "7.12.13",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Engine compat data used in @babel/preset-env", "description": "Engine compat data used in @babel/preset-env",
@ -21,8 +21,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.12.5", "@babel/compat-data": "workspace:^7.12.13",
"@babel/helper-validator-option": "workspace:^7.12.1", "@babel/helper-validator-option": "workspace:^7.12.11",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.12.1", "version": "7.12.13",
"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,11 +18,11 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1", "@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4", "@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.1", "@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.10.4" "@babel/helper-split-export-declaration": "workspace:^7.12.13"
}, },
"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.12.7", "version": "7.12.13",
"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.10.4", "@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"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.10.5", "version": "7.12.13",
"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.10.4", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/types": "workspace:^7.10.5", "@babel/types": "workspace:^7.12.13",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-explode-assignable-expression", "name": "@babel/helper-explode-assignable-expression",
"version": "7.12.1", "version": "7.12.13",
"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.12.1" "@babel/types": "workspace:^7.12.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-explode-class", "name": "@babel/helper-explode-class",
"version": "7.12.1", "version": "7.12.13",
"description": "Helper function to explode class", "description": "Helper function to explode class",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-bindify-decorators": "workspace:^7.12.1", "@babel/helper-bindify-decorators": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/traverse": "workspace:*" "@babel/traverse": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-fixtures", "name": "@babel/helper-fixtures",
"version": "7.12.12", "version": "7.12.13",
"description": "Helper function to support fixtures", "description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-function-name", "name": "@babel/helper-function-name",
"version": "7.12.11", "version": "7.12.13",
"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,8 +14,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.12.10", "@babel/helper-get-function-arity": "workspace:^7.12.13",
"@babel/template": "workspace:^7.12.7", "@babel/template": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.11" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-hoist-variables", "name": "@babel/helper-hoist-variables",
"version": "7.10.4", "version": "7.12.13",
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,6 +14,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.12.7", "version": "7.12.13",
"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,6 +15,6 @@
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.7" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-imports", "name": "@babel/helper-module-imports",
"version": "7.12.5", "version": "7.12.13",
"description": "Babel helper functions for inserting module loads", "description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"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.12.5" "@babel/types": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@ -15,14 +15,14 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.1", "@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.1", "@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-simple-access": "workspace:^7.12.1", "@babel/helper-simple-access": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.11.0", "@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.10.4", "@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/template": "workspace:^7.10.4", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.1", "@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.1", "@babel/types": "workspace:^7.12.13",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-optimise-call-expression", "name": "@babel/helper-optimise-call-expression",
"version": "7.12.10", "version": "7.12.13",
"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.10" "@babel/types": "workspace:^7.12.13"
}, },
"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.10.4", "version": "7.12.13",
"description": "Helper function to support test runner", "description": "Helper function to support test runner",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,6 +14,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^7.10.4" "@babel/helper-transform-fixture-test-runner": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-utils", "name": "@babel/helper-plugin-utils",
"version": "7.10.4", "version": "7.12.13",
"description": "General utilities for plugins to use", "description": "General utilities for plugins to use",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-wrap-function": "workspace:^7.10.4", "@babel/helper-wrap-function": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.13"
}, },
"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.12.11", "version": "7.12.13",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,9 +14,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.12.7", "@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
"@babel/helper-optimise-call-expression": "workspace:^7.12.10", "@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.10", "@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.11" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-simple-access", "name": "@babel/helper-simple-access",
"version": "7.12.1", "version": "7.12.13",
"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": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
@ -15,6 +15,6 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.1" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.12.12", "version": "7.12.13",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
@ -15,9 +15,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.12.11", "@babel/code-frame": "workspace:^7.12.13",
"@babel/core": "workspace:^7.12.10", "@babel/core": "workspace:^7.12.13",
"@babel/helper-fixtures": "workspace:^7.12.12", "@babel/helper-fixtures": "workspace:^7.12.13",
"babel-check-duplicated-nodes": "^1.0.0", "babel-check-duplicated-nodes": "^1.0.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ", "escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
"jest-diff": "^24.8.0", "jest-diff": "^24.8.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-wrap-function", "name": "@babel/helper-wrap-function",
"version": "7.12.3", "version": "7.12.13",
"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,9 +14,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/template": "workspace:^7.10.4", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.10.4", "@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.10.4" "@babel/types": "workspace:^7.12.13"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.12.5", "version": "7.12.13",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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.10.4", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.5", "@babel/traverse": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.5" "@babel/types": "workspace:^7.12.13"
}, },
"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.10.4", "version": "7.12.13",
"description": "Syntax highlight JavaScript strings for output in terminals.", "description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>", "author": "suchipi <me@suchipi.com>",
"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.10.4", "@babel/helper-validator-identifier": "workspace:^7.12.11",
"chalk": "^2.0.0", "chalk": "^2.0.0",
"js-tokens": "condition:BABEL_8_BREAKING ? ^6.0.0 : ^4.0.0" "js-tokens": "condition:BABEL_8_BREAKING ? ^6.0.0 : ^4.0.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.12.10", "version": "7.12.13",
"description": "Babel command line", "description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-node", "homepage": "https://babel.dev/docs/en/next/babel-node",
@ -23,7 +23,7 @@
"compiler" "compiler"
], ],
"dependencies": { "dependencies": {
"@babel/register": "workspace:^7.12.10", "@babel/register": "workspace:^7.12.13",
"commander": "^4.0.1", "commander": "^4.0.1",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.12.11", "version": "7.12.13",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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-external-helpers", "name": "@babel/plugin-external-helpers",
"version": "7.12.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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-generator-functions", "name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.12.12", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-remap-async-to-generator": "workspace:^7.12.1", "@babel/helper-remap-async-to-generator": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.0" "@babel/plugin-syntax-async-generators": "^7.8.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-properties", "name": "@babel/plugin-proposal-class-properties",
"version": "7.12.1", "version": "7.12.13",
"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.12.1", "@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"description": "Allow parsing of class static blocks", "description": "Allow parsing of class static blocks",
"repository": { "repository": {
"type": "git", "type": "git",
@ -19,8 +19,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.1", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-class-static-block": "workspace:^7.12.1" "@babel/plugin-syntax-class-static-block": "workspace:^7.12.13"
}, },
"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.12.12", "version": "7.12.13",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -20,9 +20,9 @@
"decorators" "decorators"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1", "@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-decorators": "workspace:^7.12.1" "@babel/plugin-syntax-decorators": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-do-expressions": "workspace:^7.12.1" "@babel/plugin-syntax-do-expressions": "workspace:^7.12.13"
}, },
"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-default-from", "name": "@babel/plugin-proposal-export-default-from",
"version": "7.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1" "@babel/plugin-syntax-export-default-from": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@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.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-function-bind": "workspace:^7.12.1" "@babel/plugin-syntax-function-bind": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-wrap-function": "workspace:^7.10.4", "@babel/helper-wrap-function": "workspace:^7.12.13",
"@babel/plugin-syntax-function-sent": "workspace:^7.12.1" "@babel/plugin-syntax-function-sent": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-json-strings": "^7.8.0" "@babel/plugin-syntax-json-strings": "^7.8.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-logical-assignment-operators", "name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-numeric-separator", "name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.7", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@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.12.1", "version": "7.12.13",
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,9 +17,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-transform-parameters": "workspace:^7.12.1" "@babel/plugin-transform-parameters": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0" "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-chaining", "name": "@babel/plugin-proposal-optional-chaining",
"version": "7.12.7", "version": "7.12.13",
"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,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1", "@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
"@babel/plugin-syntax-optional-chaining": "^7.8.0" "@babel/plugin-syntax-optional-chaining": "^7.8.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-partial-application", "name": "@babel/plugin-proposal-partial-application",
"version": "7.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-partial-application": "workspace:^7.12.1" "@babel/plugin-syntax-partial-application": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-pipeline-operator": "workspace:^7.12.1" "@babel/plugin-syntax-pipeline-operator": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.12.1", "@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.12.1", "@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-throw-expressions", "name": "@babel/plugin-proposal-throw-expressions",
"version": "7.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-throw-expressions": "workspace:^7.12.1" "@babel/plugin-syntax-throw-expressions": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.1", "@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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-properties", "name": "@babel/plugin-syntax-class-properties",
"version": "7.12.1", "version": "7.12.13",
"description": "Allow parsing of class properties", "description": "Allow parsing of class properties",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.1" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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-string-names", "name": "@babel/plugin-syntax-module-string-names",
"version": "7.12.1", "version": "7.12.13",
"description": "Allow parsing `import { 'any unicode' as bar }` and `export { foo as 'any unicode' }`", "description": "Allow parsing `import { 'any unicode' as bar }` and `export { foo as 'any unicode' }`",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,7 +18,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-throw-expressions", "name": "@babel/plugin-syntax-throw-expressions",
"version": "7.12.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.1", "@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-remap-async-to-generator": "workspace:^7.12.1" "@babel/helper-remap-async-to-generator": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.12", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-classes", "name": "@babel/plugin-transform-classes",
"version": "7.12.1", "version": "7.12.13",
"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.10.4", "@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4", "@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.1", "@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.10.4", "@babel/helper-split-export-declaration": "workspace:^7.12.13",
"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.12.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.12.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.1", "@babel/helper-create-regexp-features-plugin": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"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.1", "version": "7.12.13",
"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.10.4", "@babel/helper-builder-binary-assignment-operator-visitor": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-comments", "name": "@babel/plugin-transform-flow-comments",
"version": "7.12.1", "version": "7.12.13",
"description": "Turn flow type annotations into comments", "description": "Turn flow type annotations into comments",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,9 +17,9 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/generator": "workspace:^7.12.1", "@babel/generator": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-flow": "workspace:^7.12.1" "@babel/plugin-syntax-flow": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-strip-types", "name": "@babel/plugin-transform-flow-strip-types",
"version": "7.12.10", "version": "7.12.13",
"description": "Strip flow type annotations from your output code.", "description": "Strip flow type annotations from your output code.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-flow": "workspace:^7.12.1" "@babel/plugin-syntax-flow": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-for-of", "name": "@babel/plugin-transform-for-of",
"version": "7.12.1", "version": "7.12.13",
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-function-name", "name": "@babel/plugin-transform-function-name",
"version": "7.12.1", "version": "7.12.13",
"description": "Apply ES2015 function.name semantics to all functions", "description": "Apply ES2015 function.name semantics to all functions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,8 +17,8 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.10.4", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-instanceof", "name": "@babel/plugin-transform-instanceof",
"version": "7.12.1", "version": "7.12.13",
"description": "This plugin transforms all the ES2015 'instanceof' methods", "description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-jscript", "name": "@babel/plugin-transform-jscript",
"version": "7.12.1", "version": "7.12.13",
"description": "Babel plugin to fix buggy JScript named function expressions", "description": "Babel plugin to fix buggy JScript named function expressions",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-literals", "name": "@babel/plugin-transform-literals",
"version": "7.12.1", "version": "7.12.13",
"description": "Compile ES2015 unicode string and number literals to ES5", "description": "Compile ES2015 unicode string and number literals to ES5",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-member-expression-literals", "name": "@babel/plugin-transform-member-expression-literals",
"version": "7.12.1", "version": "7.12.13",
"description": "Ensure that reserved words are quoted in property accesses", "description": "Ensure that reserved words are quoted in property accesses",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4" "@babel/helper-plugin-utils": "workspace:^7.12.13"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-amd", "name": "@babel/plugin-transform-modules-amd",
"version": "7.12.1", "version": "7.12.13",
"description": "This plugin transforms ES2015 modules to AMD", "description": "This plugin transforms ES2015 modules to AMD",
"repository": { "repository": {
"type": "git", "type": "git",
@ -14,8 +14,8 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "workspace:^7.12.1", "@babel/helper-module-transforms": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"babel-plugin-dynamic-import-node": "^2.3.3" "babel-plugin-dynamic-import-node": "^2.3.3"
}, },
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-commonjs", "name": "@babel/plugin-transform-modules-commonjs",
"version": "7.12.1", "version": "7.12.13",
"description": "This plugin transforms ES2015 modules to CommonJS", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": { "repository": {
"type": "git", "type": "git",
@ -13,9 +13,9 @@
}, },
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "workspace:^7.12.1", "@babel/helper-module-transforms": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.10.4", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-simple-access": "workspace:^7.12.1", "@babel/helper-simple-access": "workspace:^7.12.13",
"babel-plugin-dynamic-import-node": "^2.3.3" "babel-plugin-dynamic-import-node": "^2.3.3"
}, },
"keywords": [ "keywords": [

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