This commit is contained in:
Huáng Jùnliàng
2020-08-31 15:54:06 -04:00
parent 371e152cd2
commit af64ccb2b0
17 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.11.4",
"version": "7.11.5",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
@@ -35,7 +35,7 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.11.4",
"@babel/core": "workspace:^7.11.5",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"lodash.clonedeep": "^4.5.0"

View File

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