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", "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", "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin-development-internal", "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.", "description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "lib/index.js", "main": "lib/index.js",
"repository": { "repository": {

View File

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

View File

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

View File

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

View File

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