This commit is contained in:
Babel Bot 2021-11-16 22:37:47 +00:00
parent 87fc2e76d7
commit 99774ee9fa
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.16.3", "version": "7.16.4",
"private": true, "private": true,
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-remap-async-to-generator", "name": "@babel/helper-remap-async-to-generator",
"version": "7.16.0", "version": "7.16.4",
"description": "Helper function to remap async functions to generators", "description": "Helper function to remap async functions to generators",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.16.0", "version": "7.16.4",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-runtime", "name": "@babel/plugin-transform-runtime",
"version": "7.16.0", "version": "7.16.4",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.16.0", "version": "7.16.4",
"description": "A Babel preset for each environment.", "description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env", "homepage": "https://babel.dev/docs/en/next/babel-preset-env",

View File

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