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",
"version": "7.16.3",
"version": "7.16.4",
"private": true,
"type": "commonjs",
"scripts": {

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.16.3",
"version": "7.16.4",
"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.16.0",
"version": "7.16.4",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",

View File

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

View File

@ -1,6 +1,6 @@
{
"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",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.16.0",
"version": "7.16.4",
"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",

View File

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