@element-plus/eslint-config
Advanced tools
Comparing version 0.0.20220614 to 0.0.20220615
{ | ||
"name": "@element-plus/eslint-config", | ||
"version": "0.0.20220614", | ||
"version": "0.0.20220615", | ||
"description": "ESLint Config", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"@typescript-eslint/eslint-plugin": "^5.28.0", | ||
"@typescript-eslint/parser": "^5.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -28,5 +28,5 @@ "eslint-define-config": "^1.5.1", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"eslint-plugin-vue": "^9.1.0", | ||
"eslint-plugin-vue": "^9.1.1", | ||
"jsonc-eslint-parser": "^2.1.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^2.7.0", | ||
"typescript": "^4.7.3", | ||
@@ -38,3 +38,3 @@ "yaml-eslint-parser": "^1.0.1" | ||
}, | ||
"gitHead": "3374ab9a1c805d814028131e7038840e97d36c3c" | ||
"gitHead": "7cb0b45d42cf4592f4caec78f40843abccfe1677" | ||
} |
Updatedeslint-plugin-vue@^9.1.1
Updatedprettier@^2.7.0