This commit is contained in:
Babel Bot 2021-02-23 01:10:37 +00:00
parent 0c65ff7a55
commit 103b187e6f
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.13.0",
"version": "7.13.1",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.0",
"version": "7.13.1",
"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/runtime-corejs2",
"version": "7.13.0",
"version": "7.13.1",
"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.0",
"version": "7.13.1",
"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.0",
"version": "7.13.1",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

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