v7.12.16
This commit is contained in:
parent
4f92f8c11c
commit
dd5c9f958c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"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",
|
||||
"version": "7.12.15",
|
||||
"version": "7.12.16",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"type": "commonjs",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/cli",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"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/core",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -45,10 +45,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.12.15",
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13",
|
||||
"@babel/helpers": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.12.16",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.12.13",
|
||||
"@babel/types": "workspace:^7.12.13",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-compilation-targets",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Engine compat data used in @babel/preset-env",
|
||||
@ -22,7 +22,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.12.13",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16",
|
||||
"browserslist": "^4.14.5",
|
||||
"semver": "^5.5.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-class-features-plugin",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||
@ -19,7 +19,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-create-regexp-features-plugin",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "Compile ESNext Regular Expressions to ES5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-member-expression-to-functions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Helper function to replace certain member expressions with function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-option",
|
||||
"version": "7.12.11",
|
||||
"version": "7.12.16",
|
||||
"description": "Validate plugin/preset options",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/node",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Babel command line",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.12.15",
|
||||
"version": "7.12.16",
|
||||
"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-dynamic-import",
|
||||
"version": "7.12.1",
|
||||
"version": "7.12.16",
|
||||
"description": "Transform import() expressions",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-chaining",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Transform optional chaining operators into a series of nil checks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx-development",
|
||||
"version": "7.12.12",
|
||||
"version": "7.12.16",
|
||||
"description": "Turn JSX into React function calls in development",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-react-jsx": "workspace:^7.12.12"
|
||||
"@babel/plugin-transform-react-jsx": "workspace:^7.12.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-typescript",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Transform TypeScript into ES.next",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.16",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -17,13 +17,13 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.12.13",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.13",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.16",
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.16",
|
||||
"@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",
|
||||
@ -31,7 +31,7 @@
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.16",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
|
||||
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-typescript",
|
||||
"version": "7.12.13",
|
||||
"version": "7.12.16",
|
||||
"description": "Babel preset for TypeScript.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -18,8 +18,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11",
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.13"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16",
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.12.15",
|
||||
"version": "7.12.16",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
46
yarn.lock
46
yarn.lock
@ -130,11 +130,11 @@ __metadata:
|
||||
resolution: "@babel/core@workspace:packages/babel-core"
|
||||
dependencies:
|
||||
"@babel/code-frame": "workspace:^7.12.13"
|
||||
"@babel/generator": "workspace:^7.12.13"
|
||||
"@babel/generator": "workspace:^7.12.15"
|
||||
"@babel/helper-module-transforms": "workspace:^7.12.13"
|
||||
"@babel/helper-transform-fixture-test-runner": "workspace:*"
|
||||
"@babel/helpers": "workspace:^7.12.13"
|
||||
"@babel/parser": "workspace:^7.12.13"
|
||||
"@babel/parser": "workspace:^7.12.16"
|
||||
"@babel/template": "workspace:^7.12.13"
|
||||
"@babel/traverse": "workspace:^7.12.13"
|
||||
"@babel/types": "workspace:^7.12.13"
|
||||
@ -246,7 +246,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:packages/babel-generator":
|
||||
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.12.15, @babel/generator@workspace:packages/babel-generator":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/generator@workspace:packages/babel-generator"
|
||||
dependencies:
|
||||
@ -339,13 +339,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-compilation-targets@workspace:^7.12.13, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
|
||||
"@babel/helper-compilation-targets@workspace:^7.12.16, @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/core": "workspace:*"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16"
|
||||
browserslist: ^4.14.5
|
||||
semver: ^5.5.0
|
||||
peerDependencies:
|
||||
@ -368,13 +368,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.12.13, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
|
||||
"@babel/helper-create-class-features-plugin@workspace:^7.12.13, @babel/helper-create-class-features-plugin@workspace:^7.12.16, @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.13"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16"
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-replace-supers": "workspace:^7.12.13"
|
||||
@ -550,7 +550,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-member-expression-to-functions@workspace:^7.12.13, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
|
||||
"@babel/helper-member-expression-to-functions@workspace:^7.12.13, @babel/helper-member-expression-to-functions@workspace:^7.12.16, @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:
|
||||
@ -797,7 +797,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/helper-validator-option@workspace:^7.12.11, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
|
||||
"@babel/helper-validator-option@workspace:^7.12.16, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option"
|
||||
languageName: unknown
|
||||
@ -903,7 +903,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.12.16, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -1060,13 +1060,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-dynamic-import@workspace:*, @babel/plugin-proposal-dynamic-import@workspace:^7.12.1, @babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import":
|
||||
"@babel/plugin-proposal-dynamic-import@workspace:*, @babel/plugin-proposal-dynamic-import@workspace:^7.12.16, @babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import"
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/plugin-syntax-dynamic-import": ^7.8.0
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
@ -1305,7 +1305,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.13, @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.12.16, @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:
|
||||
@ -2543,7 +2543,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/plugin-transform-react-jsx": "workspace:^7.12.12"
|
||||
"@babel/plugin-transform-react-jsx": "workspace:^7.12.16"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
@ -2575,7 +2575,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.12, @babel/plugin-transform-react-jsx@workspace:^7.12.13, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
|
||||
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.13, @babel/plugin-transform-react-jsx@workspace:^7.12.16, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx"
|
||||
dependencies:
|
||||
@ -2833,12 +2833,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.12.13, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
|
||||
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.12.16, @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.13"
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.12.16"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
|
||||
@ -2978,14 +2978,14 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.12.13"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.13"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.16"
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.16"
|
||||
"@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"
|
||||
@ -2993,7 +2993,7 @@ __metadata:
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.16"
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13"
|
||||
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13"
|
||||
"@babel/plugin-syntax-async-generators": ^7.8.0
|
||||
@ -3124,8 +3124,8 @@ __metadata:
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11"
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.13"
|
||||
"@babel/helper-validator-option": "workspace:^7.12.16"
|
||||
"@babel/plugin-transform-typescript": "workspace:^7.12.16"
|
||||
peerDependencies:
|
||||
"@babel/core": ^7.0.0-0
|
||||
languageName: unknown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user