This commit is contained in:
Babel Bot 2021-03-01 21:33:11 +00:00
parent c155caf1e8
commit 2c0e8d0008
10 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.13.8",
"version": "7.13.9",
"private": true,
"license": "MIT",
"type": "commonjs",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.13.0",
"version": "7.13.9",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.13.8",
"version": "7.13.9",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.13.4",
"version": "7.13.9",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.8",
"version": "7.13.9",
"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.13.8",
"version": "7.13.9",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.13.8",
"version": "7.13.9",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.13.8",
"version": "7.13.9",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

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