diff options
author | crupest <crupest@outlook.com> | 2022-06-24 07:18:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 07:18:34 +0800 |
commit | 5f5e9538e704cc683acf859183dae89fc49321b5 (patch) | |
tree | fd33c351370ab7874087349f2637046a4258ac94 /FrontEnd/package.json | |
parent | 71405537a84fa9d04402c62ab6b593cd23027f8a (diff) | |
parent | 3706e9db86f66da99df537d11a6eceac542750b7 (diff) | |
download | timeline-5f5e9538e704cc683acf859183dae89fc49321b5.tar.gz timeline-5f5e9538e704cc683acf859183dae89fc49321b5.tar.bz2 timeline-5f5e9538e704cc683acf859183dae89fc49321b5.zip |
Merge pull request #1260 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.7.1
Diffstat (limited to 'FrontEnd/package.json')
-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 929d2e20..37a0c519 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
- "prettier": "^2.7.0",
+ "prettier": "^2.7.1",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pwa": "^0.12.0"
|