v7.14.7
This commit is contained in:
parent
8ae0efe98a
commit
268e4ca0de
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-parser",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"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.14.6",
|
||||
"version": "7.14.7",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-member-expression-to-functions",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Helper function to replace certain member expressions with function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/node",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Babel command line",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-node",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.7",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -17,7 +17,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.14.5",
|
||||
"@babel/compat-data": "workspace:^7.14.7",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-destructuring",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "Compile regular expressions using named groups to ES5.",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@ -16,12 +16,12 @@
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.14.5",
|
||||
"@babel/compat-data": "workspace:^7.14.7",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5",
|
||||
"@babel/helper-validator-option": "workspace:^7.14.5",
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.7",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
|
||||
@ -30,7 +30,7 @@
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.7",
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5",
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
|
||||
@ -56,7 +56,7 @@
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-classes": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.7",
|
||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-duplicate-keys": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.14.5",
|
||||
@ -68,7 +68,7 @@
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.7",
|
||||
"@babel/plugin-transform-new-target": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.14.5",
|
||||
@ -76,7 +76,7 @@
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.14.6",
|
||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.14.5",
|
||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs3",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.7",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.14.6",
|
||||
"version": "7.14.7",
|
||||
"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.14.5",
|
||||
"version": "7.14.7",
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@ -21,7 +21,7 @@
|
||||
"@babel/helper-function-name": "workspace:^7.14.5",
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.5",
|
||||
"@babel/parser": "workspace:^7.14.7",
|
||||
"@babel/types": "workspace:^7.14.5",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
|
||||
30
yarn.lock
30
yarn.lock
@ -155,7 +155,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.5, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
"@babel/compat-data@workspace:*, @babel/compat-data@workspace:^7.14.5, @babel/compat-data@workspace:^7.14.7, @babel/compat-data@workspace:packages/babel-compat-data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
|
||||
dependencies:
|
||||
@ -968,7 +968,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:packages/babel-parser":
|
||||
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:^7.14.7, @babel/parser@workspace:packages/babel-parser":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/parser@workspace:packages/babel-parser"
|
||||
dependencies:
|
||||
@ -1076,7 +1076,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.14.5, @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.14.7, @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:
|
||||
@ -1380,11 +1380,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-object-rest-spread@workspace:*, @babel/plugin-proposal-object-rest-spread@workspace:^7.14.5, @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.14.7, @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/compat-data": "workspace:^7.14.5"
|
||||
"@babel/compat-data": "workspace:^7.14.7"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
@ -2152,7 +2152,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.14.5, @babel/plugin-transform-destructuring@workspace:packages/babel-plugin-transform-destructuring":
|
||||
"@babel/plugin-transform-destructuring@workspace:*, @babel/plugin-transform-destructuring@workspace:^7.14.7, @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:
|
||||
@ -2522,7 +2522,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-named-capturing-groups-regex@workspace:*, @babel/plugin-transform-named-capturing-groups-regex@workspace:^7.14.5, @babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex":
|
||||
"@babel/plugin-transform-named-capturing-groups-regex@workspace:*, @babel/plugin-transform-named-capturing-groups-regex@workspace:^7.14.7, @babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/plugin-transform-named-capturing-groups-regex@workspace:packages/babel-plugin-transform-named-capturing-groups-regex"
|
||||
dependencies:
|
||||
@ -2919,7 +2919,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.5, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
|
||||
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.6, @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:
|
||||
@ -3180,7 +3180,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
|
||||
dependencies:
|
||||
"@babel/compat-data": "workspace:^7.14.5"
|
||||
"@babel/compat-data": "workspace:^7.14.7"
|
||||
"@babel/core": "workspace:*"
|
||||
"@babel/core-7.12": "npm:@babel/core@7.12.9"
|
||||
"@babel/helper-compilation-targets": "workspace:^7.14.5"
|
||||
@ -3188,7 +3188,7 @@ __metadata:
|
||||
"@babel/helper-plugin-utils": "workspace:^7.14.5"
|
||||
"@babel/helper-validator-option": "workspace:^7.14.5"
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.7"
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
|
||||
@ -3197,7 +3197,7 @@ __metadata:
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.7"
|
||||
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.5"
|
||||
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5"
|
||||
@ -3223,7 +3223,7 @@ __metadata:
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-classes": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.14.7"
|
||||
"@babel/plugin-transform-dotall-regex": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-duplicate-keys": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.14.5"
|
||||
@ -3235,7 +3235,7 @@ __metadata:
|
||||
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-modules-systemjs": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-modules-umd": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.7"
|
||||
"@babel/plugin-transform-new-target": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.14.5"
|
||||
@ -3243,7 +3243,7 @@ __metadata:
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-spread": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-spread": "workspace:^7.14.6"
|
||||
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-template-literals": "workspace:^7.14.5"
|
||||
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5"
|
||||
@ -3578,7 +3578,7 @@ __metadata:
|
||||
"@babel/helper-hoist-variables": "workspace:^7.14.5"
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
|
||||
"@babel/parser": "workspace:^7.14.5"
|
||||
"@babel/parser": "workspace:^7.14.7"
|
||||
"@babel/types": "workspace:^7.14.5"
|
||||
debug: ^4.1.0
|
||||
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user