diff options
author | crupest <crupest@outlook.com> | 2021-09-18 23:58:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 23:58:46 +0800 |
commit | 03fc9b7784339074464eddc51585374cfa2490d5 (patch) | |
tree | 66fb59c7165dc4cf69839bfb0d28f4a7b4d7d313 | |
parent | b944812574930eca58dc14385059e74aef596e46 (diff) | |
parent | 7f45c2368ff8461bbcd25c60c976aad6be917d7f (diff) | |
download | timeline-03fc9b7784339074464eddc51585374cfa2490d5.tar.gz timeline-03fc9b7784339074464eddc51585374cfa2490d5.tar.bz2 timeline-03fc9b7784339074464eddc51585374cfa2490d5.zip |
Merge pull request #822 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.4.1
-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 28490e40..fc553515 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
- "prettier": "^2.3.2",
+ "prettier": "^2.4.1",
"typescript": "^4.4.2",
"vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
|