This commit is contained in:
Babel Bot
2021-08-01 07:42:57 +00:00
parent 93bade2a71
commit aa2cac5edc
19 changed files with 49 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.14.7",
"version": "7.14.9",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.14.8",
"version": "7.14.9",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
@@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.8",
"@babel/types": "workspace:^7.14.9",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-validator-identifier",
"version": "7.14.8",
"version": "7.14.9",
"description": "Validate identifier/keywords name",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.14.7",
"version": "7.14.9",
"description": "Babel command line",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.8",
"version": "7.14.9",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.14.7",
"version": "7.14.9",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.14.5",
"version": "7.14.9",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-named-capturing-groups-regex",
"version": "7.14.7",
"version": "7.14.9",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-self",
"version": "7.14.5",
"version": "7.14.9",
"description": "Add a __self prop to all JSX Elements",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.14.5",
"version": "7.14.9",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
@@ -21,7 +21,7 @@
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-jsx": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5"
"@babel/types": "workspace:^7.14.9"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.14.8",
"version": "7.14.9",
"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.7",
"@babel/compat-data": "workspace:^7.14.9",
"@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.7",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.9",
"@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",
@@ -54,7 +54,7 @@
"@babel/plugin-transform-async-to-generator": "workspace:^7.14.5",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.14.5",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.5",
"@babel/plugin-transform-classes": "workspace:^7.14.5",
"@babel/plugin-transform-classes": "workspace:^7.14.9",
"@babel/plugin-transform-computed-properties": "workspace:^7.14.5",
"@babel/plugin-transform-destructuring": "workspace:^7.14.7",
"@babel/plugin-transform-dotall-regex": "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.7",
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.14.9",
"@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",
@@ -83,7 +83,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.14.5",
"@babel/plugin-transform-unicode-regex": "workspace:^7.14.5",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.14.8",
"@babel/types": "workspace:^7.14.9",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.2",
"babel-plugin-polyfill-regenerator": "^0.2.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.14.8",
"version": "7.14.9",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.14.8",
"version": "7.14.9",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.14.8",
"version": "7.14.9",
"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",
@@ -17,12 +17,12 @@
"main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.14.8",
"@babel/generator": "workspace:^7.14.9",
"@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.8",
"@babel/types": "workspace:^7.14.8",
"@babel/parser": "workspace:^7.14.9",
"@babel/types": "workspace:^7.14.9",
"debug": "^4.1.0",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.8",
"version": "7.14.9",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-types",
@@ -24,7 +24,7 @@
}
},
"dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.14.8",
"@babel/helper-validator-identifier": "workspace:^7.14.9",
"to-fast-properties": "^2.0.0"
},
"devDependencies": {