diff options
author | crupest <crupest@outlook.com> | 2022-03-16 14:37:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 14:37:35 +0800 |
commit | 3c717f7366bf9b2523c28b1068bdf32236560bfb (patch) | |
tree | a7f934323e03d11096edb0d14eae6aeaa2013063 | |
parent | 720eab90b99e2af10afe1be784f2f1bfa9ac4bda (diff) | |
parent | 78054e49025edc359b7db720dad186fcce297250 (diff) | |
download | timeline-3c717f7366bf9b2523c28b1068bdf32236560bfb.tar.gz timeline-3c717f7366bf9b2523c28b1068bdf32236560bfb.tar.bz2 timeline-3c717f7366bf9b2523c28b1068bdf32236560bfb.zip |
Merge pull request #1112 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.6.0
-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 9da6b949..710b6e2d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
- "prettier": "^2.5.1",
+ "prettier": "^2.6.0",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
|