diff options
author | crupest <crupest@outlook.com> | 2021-04-15 18:09:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 18:09:11 +0800 |
commit | d452ff389044762bc1631446b3f52f0a0b185e07 (patch) | |
tree | d3e7cf941f2e41c92226a1298cfeddce62a667f0 | |
parent | 5d15602bd31b68fe277b2363d87465c48601d0fc (diff) | |
parent | 114e84ca930b694d53b5c816fa07d64fdc32714a (diff) | |
download | timeline-d452ff389044762bc1631446b3f52f0a0b185e07.tar.gz timeline-d452ff389044762bc1631446b3f52f0a0b185e07.tar.bz2 timeline-d452ff389044762bc1631446b3f52f0a0b185e07.zip |
Merge pull request #459 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-prettier-3.4.0
build(deps-dev): Bump eslint-plugin-prettier from 3.3.1 to 3.4.0 in /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 8296c5d9..156a7789 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -87,7 +87,7 @@ "eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-prettier": "^3.3.1",
+ "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
|