v7.13.0
This commit is contained in:
parent
771841f764
commit
c827193d9c
8
Makefile
8
Makefile
@ -196,14 +196,6 @@ prepublish:
|
||||
IS_PUBLISH=true $(MAKE) test
|
||||
|
||||
new-version:
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!! !!!!!!"
|
||||
@echo "!!!!!! Update DUAL_MODE_RUNTIME in transform-runtime !!!!!!"
|
||||
@echo "!!!!!! !!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@exit 1
|
||||
git pull --rebase
|
||||
$(YARN) release-tool version -f @babel/standalone
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"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",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Companion rules for @babel/eslint-parser",
|
||||
"main": "./lib/index.js",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.12.18",
|
||||
"version": "7.13.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -47,14 +47,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.12.17",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.17",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.17",
|
||||
"@babel/helpers": "workspace:^7.12.17",
|
||||
"@babel/parser": "workspace:^7.12.17",
|
||||
"@babel/generator": "workspace:^7.13.0",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0",
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0",
|
||||
"@babel/helpers": "workspace:^7.13.0",
|
||||
"@babel/parser": "workspace:^7.13.0",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.12.17",
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/generator",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
@ -19,7 +19,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.13.0",
|
||||
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-compilation-targets",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Engine compat data used in @babel/preset-env",
|
||||
@ -21,7 +21,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.12.13",
|
||||
"@babel/compat-data": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"browserslist": "^4.14.5",
|
||||
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : 7.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -19,9 +19,9 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.17",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-explode-assignable-expression",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to explode an assignable expression",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-fixtures",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to support fixtures",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-hoist-variables",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to hoist variables",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -15,7 +15,7 @@
|
||||
"main": "lib/index.js",
|
||||
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
|
||||
"dependencies": {
|
||||
"@babel/traverse": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-member-expression-to-functions",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to replace certain member expressions with function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -15,6 +15,6 @@
|
||||
"main": "lib/index.js",
|
||||
"author": "Justin Ridgewell <justin@ridgewell.name>",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-module-transforms",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
|
||||
@ -16,13 +16,13 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0",
|
||||
"@babel/helper-simple-access": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.12.11",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.12.17",
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-plugin-utils",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "General utilities for plugins to use",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-remap-async-to-generator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to remap async functions to generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -15,8 +15,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-wrap-function": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/helper-wrap-function": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-replace-supers",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper function to replace supers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,9 +14,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
|
||||
@ -16,8 +16,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.12.17",
|
||||
"@babel/helper-fixtures": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.13.0",
|
||||
"@babel/helper-fixtures": "workspace:^7.13.0",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
|
||||
"lodash": "^4.17.19",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-wrap-function",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Helper to wrap functions inside a function call.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||
@ -16,8 +16,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/traverse": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/node",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel command line",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||
@ -23,7 +23,7 @@
|
||||
"compiler"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/register": "workspace:^7.12.13",
|
||||
"@babel/register": "workspace:^7.13.0",
|
||||
"commander": "^4.0.1",
|
||||
"core-js": "^3.2.1",
|
||||
"lodash": "^4.17.19",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-class-properties",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"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.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -20,8 +20,8 @@
|
||||
"decorators"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Remove nullish coalescing 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.13.0",
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,9 +17,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-chaining",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Transform optional chaining operators into a series of nil checks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-private-methods",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"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.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-private-property-in-object",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "This plugin transforms checks for a private property in an object",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-record-and-tuple",
|
||||
"version": "7.12.0",
|
||||
"version": "7.13.0",
|
||||
"description": "A transform for Record and Tuple syntax.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,7 +18,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "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"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-syntax-module-blocks",
|
||||
"version": "7.11.0",
|
||||
"version": "7.13.0",
|
||||
"description": "Allow parsing of JS Module Blocks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -19,7 +19,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.1"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-arrow-functions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 arrow functions to 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.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-async-to-generator",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,8 +18,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-classes",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-computed-properties",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 computed properties to 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.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-destructuring",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 destructuring to 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.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-flow-strip-types",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Strip flow type annotations from your output 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.13.0",
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.12.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-for-of",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 for...of to 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.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-amd",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "This plugin transforms ES2015 modules to AMD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,8 +14,8 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-commonjs",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "This plugin transforms ES2015 modules to CommonJS",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,8 +13,8 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-simple-access": "workspace:^7.12.13",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-modules-umd",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "This plugin transforms ES2015 modules to UMD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,8 +14,8 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-parameters",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -14,7 +14,7 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-runtime",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -21,7 +21,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"babel-plugin-polyfill-corejs2": "^0.1.2",
|
||||
"babel-plugin-polyfill-corejs3": "^0.1.2",
|
||||
"babel-plugin-polyfill-regenerator": "^0.1.1",
|
||||
|
||||
@ -86,7 +86,7 @@ export default declare((api, options, dirname) => {
|
||||
// instead of require("helper") so that it has the same interface as the
|
||||
// ESM helper, and bundlers can better exchange one format for the other.
|
||||
// TODO(Babel 8): Remove this check, it's always true
|
||||
const DUAL_MODE_RUNTIME = "7.12.12";
|
||||
const DUAL_MODE_RUNTIME = "7.13.0";
|
||||
const supportsCJSDefault = hasMinVersion(DUAL_MODE_RUNTIME, runtimeVersion);
|
||||
if (supportsCJSDefault && useESModules && !absoluteRuntime) {
|
||||
console.warn(
|
||||
|
||||
@ -1 +1 @@
|
||||
[@babel/plugin-transform-runtime] The 'useESModules' option is not necessary when using a @babel/runtime version >= 7.12.12 and not using the 'absoluteRuntime' option, because it automatically detects the necessary module format.
|
||||
[@babel/plugin-transform-runtime] The 'useESModules' option is not necessary when using a @babel/runtime version >= 7.13.0 and not using the 'absoluteRuntime' option, because it automatically detects the necessary module format.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-spread",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-template-literals",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Compile ES2015 template literals to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-typescript",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Transform TypeScript into ES.next",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,8 +17,8 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.17",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -16,22 +16,22 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.12.13",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.17",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/compat-data": "workspace:^7.13.0",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17",
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.17",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
||||
"@babel/plugin-syntax-class-properties": "workspace:^7.12.13",
|
||||
@ -45,40 +45,40 @@
|
||||
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
|
||||
"@babel/plugin-syntax-top-level-await": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-classes": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-classes": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-duplicate-keys": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-for-of": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-for-of": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-function-name": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-member-expression-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-modules-amd": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-modules-amd": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-new-target": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-property-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
|
||||
"@babel/preset-modules": "^0.1.3",
|
||||
"@babel/types": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.13.0",
|
||||
"babel-plugin-polyfill-corejs2": "^0.1.2",
|
||||
"babel-plugin-polyfill-corejs3": "^0.1.2",
|
||||
"babel-plugin-polyfill-regenerator": "^0.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-typescript",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel preset for TypeScript.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,9 +17,9 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17",
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.17"
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/register",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs2",
|
||||
"version": "7.12.18",
|
||||
"version": "7.13.0",
|
||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs3",
|
||||
"version": "7.12.18",
|
||||
"version": "7.13.0",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.12.18",
|
||||
"version": "7.13.0",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.12.18",
|
||||
"version": "7.13.0",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@ -17,11 +17,11 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.12.17",
|
||||
"@babel/generator": "workspace:^7.13.0",
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.12.17",
|
||||
"@babel/types": "workspace:^7.12.17",
|
||||
"@babel/parser": "workspace:^7.13.0",
|
||||
"@babel/types": "workspace:^7.13.0",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0",
|
||||
"lodash": "^4.17.19"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.12.17",
|
||||
"version": "7.13.0",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-types",
|
||||
|
||||
260
yarn.lock
260
yarn.lock
@ -90,7 +90,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@workspace:^7.12.13, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
"@babel/compat-data@workspace:^7.13.0, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
||||
dependencies:
|
||||
@ -125,20 +125,20 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.12.17, @babel/core@workspace:packages/babel-core":
|
||||
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.0, @babel/core@workspace:packages/babel-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/core@workspace:packages/babel-core"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/generator": "workspace:^7.12.17"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.17"
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.17"
|
||||
"@babel/generator": "workspace:^7.13.0"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0"
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.12.17"
|
||||
"@babel/parser": "workspace:^7.12.17"
|
||||
"@babel/helpers": "workspace:^7.13.0"
|
||||
"@babel/parser": "workspace:^7.13.0"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
convert-source-map: ^1.7.0
|
||||
debug: ^4.1.0
|
||||
escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : "
|
||||
@ -247,13 +247,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.12.17, @babel/generator@workspace:packages/babel-generator":
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.0, @babel/generator@workspace:packages/babel-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||
dependencies:
|
||||
"@babel/helper-fixtures": "workspace:*"
|
||||
"@babel/parser": "workspace:*"
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
"@types/jsesc": ^2.5.0
|
||||
"@types/lodash": ^4.14.150
|
||||
"@types/source-map": ^0.5.0
|
||||
@ -340,11 +340,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@workspace:^7.12.17, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||
"@babel/helper-compilation-targets@workspace:^7.13.0, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.12.13"
|
||||
"@babel/compat-data": "workspace:^7.13.0"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||
browserslist: ^4.14.5
|
||||
@ -369,16 +369,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.12.13, @babel/helper-create-class-features-plugin@workspace:^7.12.17, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.17"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13"
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0
|
||||
@ -464,7 +464,7 @@ __metadata:
|
||||
resolution: "@babel/helper-explode-assignable-expression@workspace:packages/babel-helper-explode-assignable-expression"
|
||||
dependencies:
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -478,7 +478,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.12.13, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
|
||||
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.0, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
|
||||
dependencies:
|
||||
@ -538,8 +538,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-hoist-variables@workspace:packages/babel-helper-hoist-variables"
|
||||
dependencies:
|
||||
"@babel/traverse": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -552,11 +552,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-member-expression-to-functions@workspace:^7.12.13, @babel/helper-member-expression-to-functions@workspace:^7.12.17, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
||||
"@babel/helper-member-expression-to-functions@workspace:^7.13.0, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions"
|
||||
dependencies:
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -595,18 +595,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-module-transforms@workspace:^7.12.13, @babel/helper-module-transforms@workspace:^7.12.17, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
||||
"@babel/helper-module-transforms@workspace:^7.12.13, @babel/helper-module-transforms@workspace:^7.13.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13"
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0"
|
||||
"@babel/helper-simple-access": "workspace:^7.12.13"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
"@babel/helper-validator-identifier": "workspace:^7.12.11"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
lodash: ^4.17.19
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -645,7 +645,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-plugin-utils@workspace:^7.10.1, @babel/helper-plugin-utils@workspace:^7.10.4, @babel/helper-plugin-utils@workspace:^7.12.13, @babel/helper-plugin-utils@workspace:packages/babel-helper-plugin-utils":
|
||||
"@babel/helper-plugin-utils@workspace:^7.10.1, @babel/helper-plugin-utils@workspace:^7.10.4, @babel/helper-plugin-utils@workspace:^7.12.13, @babel/helper-plugin-utils@workspace:^7.13.0, @babel/helper-plugin-utils@workspace:packages/babel-helper-plugin-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-plugin-utils@workspace:packages/babel-helper-plugin-utils"
|
||||
languageName: unknown
|
||||
@ -672,14 +672,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-remap-async-to-generator@workspace:^7.12.13, @babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator":
|
||||
"@babel/helper-remap-async-to-generator@workspace:^7.13.0, @babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator"
|
||||
dependencies:
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.13"
|
||||
"@babel/helper-wrap-function": "workspace:^7.12.13"
|
||||
"@babel/helper-wrap-function": "workspace:^7.13.0"
|
||||
"@babel/traverse": "workspace:*"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -695,14 +695,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
||||
"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.0, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers"
|
||||
dependencies:
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -764,8 +764,8 @@ __metadata:
|
||||
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/core": "workspace:^7.12.17"
|
||||
"@babel/helper-fixtures": "workspace:^7.12.13"
|
||||
"@babel/core": "workspace:^7.13.0"
|
||||
"@babel/helper-fixtures": "workspace:^7.13.0"
|
||||
babel-check-duplicated-nodes: ^1.0.0
|
||||
escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : "
|
||||
lodash: ^4.17.19
|
||||
@ -816,14 +816,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-wrap-function@workspace:^7.12.13, @babel/helper-wrap-function@workspace:packages/babel-helper-wrap-function":
|
||||
"@babel/helper-wrap-function@workspace:^7.12.13, @babel/helper-wrap-function@workspace:^7.13.0, @babel/helper-wrap-function@workspace:packages/babel-helper-wrap-function":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-wrap-function@workspace:packages/babel-helper-wrap-function"
|
||||
dependencies:
|
||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -838,14 +838,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.17, @babel/helpers@workspace:packages/babel-helpers":
|
||||
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.13.0, @babel/helpers@workspace:packages/babel-helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helpers@workspace:packages/babel-helpers"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/traverse": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -877,7 +877,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-fixtures": "workspace:*"
|
||||
"@babel/register": "workspace:^7.12.13"
|
||||
"@babel/register": "workspace:^7.13.0"
|
||||
"@babel/runtime": "workspace:*"
|
||||
commander: ^4.0.1
|
||||
core-js: ^3.2.1
|
||||
@ -904,7 +904,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.12.17, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.0, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -966,14 +966,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.12.13, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.0, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-async-generators": ^7.8.0
|
||||
babel-plugin-polyfill-corejs3: ^0.1.2
|
||||
core-js-pure: ^3.8.1
|
||||
@ -994,14 +994,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-class-properties@workspace:*, @babel/plugin-proposal-class-properties@workspace:^7.12.13, @babel/plugin-proposal-class-properties@workspace:packages/babel-plugin-proposal-class-properties":
|
||||
"@babel/plugin-proposal-class-properties@workspace:*, @babel/plugin-proposal-class-properties@workspace:^7.12.13, @babel/plugin-proposal-class-properties@workspace:^7.13.0, @babel/plugin-proposal-class-properties@workspace:packages/babel-plugin-proposal-class-properties":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-class-properties@workspace:packages/babel-plugin-proposal-class-properties"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1025,9 +1025,9 @@ __metadata:
|
||||
resolution: "@babel/plugin-proposal-decorators@workspace:packages/babel-plugin-proposal-decorators"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
babel-plugin-polyfill-es-shims: ^0.1.1
|
||||
object.getownpropertydescriptors: ^2.1.1
|
||||
@ -1203,13 +1203,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator@workspace:*, @babel/plugin-proposal-nullish-coalescing-operator@workspace:^7.12.13, @babel/plugin-proposal-nullish-coalescing-operator@workspace:packages/babel-plugin-proposal-nullish-coalescing-operator":
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator@workspace:*, @babel/plugin-proposal-nullish-coalescing-operator@workspace:^7.13.0, @babel/plugin-proposal-nullish-coalescing-operator@workspace:packages/babel-plugin-proposal-nullish-coalescing-operator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-nullish-coalescing-operator@workspace:packages/babel-plugin-proposal-nullish-coalescing-operator"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -1254,15 +1254,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-object-rest-spread@workspace:*, @babel/plugin-proposal-object-rest-spread@workspace:^7.12.13, @babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread":
|
||||
"@babel/plugin-proposal-object-rest-spread@workspace:*, @babel/plugin-proposal-object-rest-spread@workspace:^7.13.0, @babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-object-rest-spread@workspace:packages/babel-plugin-proposal-object-rest-spread"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-object-rest-spread": ^7.8.0
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1306,13 +1306,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.17, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining":
|
||||
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.13.0, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1"
|
||||
"@babel/plugin-syntax-optional-chaining": ^7.8.0
|
||||
"@babel/plugin-transform-block-scoping": "workspace:*"
|
||||
@ -1359,14 +1359,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-private-methods@workspace:*, @babel/plugin-proposal-private-methods@workspace:^7.12.13, @babel/plugin-proposal-private-methods@workspace:packages/babel-plugin-proposal-private-methods":
|
||||
"@babel/plugin-proposal-private-methods@workspace:*, @babel/plugin-proposal-private-methods@workspace:^7.12.13, @babel/plugin-proposal-private-methods@workspace:^7.13.0, @babel/plugin-proposal-private-methods@workspace:packages/babel-plugin-proposal-private-methods":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-private-methods@workspace:packages/babel-plugin-proposal-private-methods"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1377,9 +1377,9 @@ __metadata:
|
||||
resolution: "@babel/plugin-proposal-private-property-in-object@workspace:packages/babel-plugin-proposal-private-property-in-object"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1392,7 +1392,7 @@ __metadata:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "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"
|
||||
peerDependencies:
|
||||
@ -1660,7 +1660,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-syntax-module-blocks@workspace:packages/babel-plugin-syntax-module-blocks"
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.1"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1831,13 +1831,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-arrow-functions@workspace:*, @babel/plugin-transform-arrow-functions@workspace:^7.12.13, @babel/plugin-transform-arrow-functions@workspace:packages/babel-plugin-transform-arrow-functions":
|
||||
"@babel/plugin-transform-arrow-functions@workspace:*, @babel/plugin-transform-arrow-functions@workspace:^7.13.0, @babel/plugin-transform-arrow-functions@workspace:packages/babel-plugin-transform-arrow-functions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-arrow-functions@workspace:packages/babel-plugin-transform-arrow-functions"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/traverse": "workspace:*"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -1857,15 +1857,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-async-to-generator@workspace:*, @babel/plugin-transform-async-to-generator@workspace:^7.12.13, @babel/plugin-transform-async-to-generator@workspace:packages/babel-plugin-transform-async-to-generator":
|
||||
"@babel/plugin-transform-async-to-generator@workspace:*, @babel/plugin-transform-async-to-generator@workspace:^7.13.0, @babel/plugin-transform-async-to-generator@workspace:packages/babel-plugin-transform-async-to-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-async-to-generator@workspace:packages/babel-plugin-transform-async-to-generator"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1935,7 +1935,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-classes@workspace:*, @babel/plugin-transform-classes@workspace:^7.12.13, @babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes":
|
||||
"@babel/plugin-transform-classes@workspace:*, @babel/plugin-transform-classes@workspace:^7.13.0, @babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-classes@workspace:packages/babel-plugin-transform-classes"
|
||||
dependencies:
|
||||
@ -1944,8 +1944,8 @@ __metadata:
|
||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-replace-supers": "workspace:^7.13.0"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
peerDependencies:
|
||||
@ -1964,13 +1964,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-computed-properties@workspace:*, @babel/plugin-transform-computed-properties@workspace:^7.12.13, @babel/plugin-transform-computed-properties@workspace:packages/babel-plugin-transform-computed-properties":
|
||||
"@babel/plugin-transform-computed-properties@workspace:*, @babel/plugin-transform-computed-properties@workspace:^7.13.0, @babel/plugin-transform-computed-properties@workspace:packages/babel-plugin-transform-computed-properties":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-computed-properties@workspace:packages/babel-plugin-transform-computed-properties"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -1987,13 +1987,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.12.13, @babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring":
|
||||
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.13.0, @babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2104,7 +2104,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-flow": "workspace:^7.12.13"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -2122,13 +2122,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-for-of@workspace:*, @babel/plugin-transform-for-of@workspace:^7.12.13, @babel/plugin-transform-for-of@workspace:packages/babel-plugin-transform-for-of":
|
||||
"@babel/plugin-transform-for-of@workspace:*, @babel/plugin-transform-for-of@workspace:^7.13.0, @babel/plugin-transform-for-of@workspace:packages/babel-plugin-transform-for-of":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-for-of@workspace:packages/babel-plugin-transform-for-of"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2242,14 +2242,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-modules-amd@workspace:*, @babel/plugin-transform-modules-amd@workspace:^7.12.13, @babel/plugin-transform-modules-amd@workspace:packages/babel-plugin-transform-modules-amd":
|
||||
"@babel/plugin-transform-modules-amd@workspace:*, @babel/plugin-transform-modules-amd@workspace:^7.13.0, @babel/plugin-transform-modules-amd@workspace:packages/babel-plugin-transform-modules-amd":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-modules-amd@workspace:packages/babel-plugin-transform-modules-amd"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13"
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
babel-plugin-dynamic-import-node: ^2.3.3
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -2270,14 +2270,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.12.13, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs":
|
||||
"@babel/plugin-transform-modules-commonjs@workspace:*, @babel/plugin-transform-modules-commonjs@workspace:^7.13.0, @babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-modules-commonjs@workspace:packages/babel-plugin-transform-modules-commonjs"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13"
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-simple-access": "workspace:^7.12.13"
|
||||
"@babel/plugin-syntax-object-rest-spread": ^7.8.0
|
||||
babel-plugin-dynamic-import-node: ^2.3.3
|
||||
@ -2330,14 +2330,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-modules-umd@workspace:*, @babel/plugin-transform-modules-umd@workspace:^7.12.13, @babel/plugin-transform-modules-umd@workspace:packages/babel-plugin-transform-modules-umd":
|
||||
"@babel/plugin-transform-modules-umd@workspace:*, @babel/plugin-transform-modules-umd@workspace:^7.13.0, @babel/plugin-transform-modules-umd@workspace:packages/babel-plugin-transform-modules-umd":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-modules-umd@workspace:packages/babel-plugin-transform-modules-umd"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13"
|
||||
"@babel/helper-module-transforms": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2452,13 +2452,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-parameters@workspace:*, @babel/plugin-transform-parameters@workspace:^7.12.13, @babel/plugin-transform-parameters@workspace:packages/babel-plugin-transform-parameters":
|
||||
"@babel/plugin-transform-parameters@workspace:*, @babel/plugin-transform-parameters@workspace:^7.13.0, @babel/plugin-transform-parameters@workspace:packages/babel-plugin-transform-parameters":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-parameters@workspace:packages/babel-plugin-transform-parameters"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2697,7 +2697,7 @@ __metadata:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helpers": "workspace:*"
|
||||
"@babel/plugin-transform-typeof-symbol": "workspace:*"
|
||||
"@babel/preset-env": "workspace:*"
|
||||
@ -2750,13 +2750,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.12.13, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.13.0, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -2811,13 +2811,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-template-literals@workspace:*, @babel/plugin-transform-template-literals@workspace:^7.12.13, @babel/plugin-transform-template-literals@workspace:packages/babel-plugin-transform-template-literals":
|
||||
"@babel/plugin-transform-template-literals@workspace:*, @babel/plugin-transform-template-literals@workspace:^7.13.0, @babel/plugin-transform-template-literals@workspace:packages/babel-plugin-transform-template-literals":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-template-literals@workspace:packages/babel-plugin-transform-template-literals"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2862,14 +2862,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.12.17, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
|
||||
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.13.0, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.17"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -3005,24 +3005,24 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.12.13"
|
||||
"@babel/compat-data": "workspace:^7.13.0"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.17"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.0"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17"
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.17"
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0"
|
||||
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13"
|
||||
"@babel/plugin-syntax-async-generators": ^7.8.0
|
||||
"@babel/plugin-syntax-class-properties": "workspace:^7.12.13"
|
||||
@ -3036,40 +3036,40 @@ __metadata:
|
||||
"@babel/plugin-syntax-optional-catch-binding": ^7.8.0
|
||||
"@babel/plugin-syntax-optional-chaining": ^7.8.0
|
||||
"@babel/plugin-syntax-top-level-await": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-classes": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-classes": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-duplicate-keys": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-for-of": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-for-of": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-function-name": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-literals": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-member-expression-literals": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-modules-amd": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-modules-amd": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-new-target": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-property-literals": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-spread": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-spread": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.13.0"
|
||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
|
||||
"@babel/preset-modules": ^0.1.3
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
babel-plugin-polyfill-corejs2: ^0.1.2
|
||||
babel-plugin-polyfill-corejs3: ^0.1.2
|
||||
babel-plugin-polyfill-regenerator: ^0.1.1
|
||||
@ -3154,9 +3154,9 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.17"
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.17"
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.13.0"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -3177,7 +3177,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/register@workspace:^7.12.13, @babel/register@workspace:packages/babel-register":
|
||||
"@babel/register@workspace:^7.13.0, @babel/register@workspace:packages/babel-register":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/register@workspace:packages/babel-register"
|
||||
dependencies:
|
||||
@ -3384,17 +3384,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.13, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:packages/babel-traverse":
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:packages/babel-traverse":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/generator": "workspace:^7.12.17"
|
||||
"@babel/generator": "workspace:^7.13.0"
|
||||
"@babel/helper-function-name": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
"@babel/parser": "workspace:^7.12.17"
|
||||
"@babel/types": "workspace:^7.12.17"
|
||||
"@babel/parser": "workspace:^7.13.0"
|
||||
"@babel/types": "workspace:^7.13.0"
|
||||
debug: ^4.1.0
|
||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
lodash: ^4.17.19
|
||||
@ -3412,7 +3412,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.12.17, @babel/types@workspace:packages/babel-types":
|
||||
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.12.17, @babel/types@workspace:^7.13.0, @babel/types@workspace:packages/babel-types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/types@workspace:packages/babel-types"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user