This commit is contained in:
Huáng Jùnliàng 2020-08-08 15:59:38 -04:00
parent 48e793e964
commit 57b658c4d8
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.11.0",
"version": "7.11.3",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "lib/index.js",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.11.0",
"version": "7.11.3",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",

View File

@ -1,5 +1,5 @@
{
"version": "7.11.2",
"version": "7.11.3",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.11.2",
"version": "7.11.3",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

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