This commit is contained in:
Babel Bot 2021-02-23 10:31:04 +00:00
parent c30039029a
commit e940b8c4b9
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.13.0",
"version": "7.13.4",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.13.0",
"version": "7.13.4",
"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.2",
"version": "7.13.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/runtime-corejs2",
"version": "7.13.2",
"version": "7.13.4",
"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.3",
"version": "7.13.4",
"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.2",
"version": "7.13.4",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

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