diff options
author | crupest <crupest@outlook.com> | 2022-03-07 21:48:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 21:48:44 +0800 |
commit | 69ccf634fd86625da7404bbfb089fc609511e4fc (patch) | |
tree | 29258d3512f393c572aa8d6ceed4b96112d0b9b0 /FrontEnd | |
parent | d1f4fcd55e23e311ca15f5eff821edab1349571c (diff) | |
parent | 99e2873993b22421dbab70889c3881cc0299fa6e (diff) | |
download | timeline-69ccf634fd86625da7404bbfb089fc609511e4fc.tar.gz timeline-69ccf634fd86625da7404bbfb089fc609511e4fc.tar.bz2 timeline-69ccf634fd86625da7404bbfb089fc609511e4fc.zip |
Merge pull request #1092 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-config-prettier-8.5.0
build(deps-dev): Bump eslint-config-prettier from 8.4.0 to 8.5.0 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7a064e8b..e0a10958 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
- "eslint-config-prettier": "^8.4.0",
+ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
|