diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-28 06:31:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 06:31:23 +0000 |
commit | d290ba266b895d2761605ea8d1f9525e3bf3ba8d (patch) | |
tree | 879ec259954bf2a602e18ebfea42bc291786554d /FrontEnd | |
parent | ce25a47cfc1afbcdcca0d833e4b2b006b262698b (diff) | |
download | timeline-d290ba266b895d2761605ea8d1f9525e3bf3ba8d.tar.gz timeline-d290ba266b895d2761605ea8d1f9525e3bf3ba8d.tar.bz2 timeline-d290ba266b895d2761605ea8d1f9525e3bf3ba8d.zip |
build(deps-dev): Bump eslint-plugin-prettier in /FrontEnd
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.1.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 7de6faca..c68aff0d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.0.0",
+ "eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
|