diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-01 11:29:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 11:29:51 +0000 |
commit | 5e407655ac5fd7086f9155db35e24de352e0fc72 (patch) | |
tree | 046c8f0b19b5a0314def6286f99de17bb38cab99 | |
parent | 6d5d012263b02fae34d8c9f8b9051503df342fd2 (diff) | |
download | timeline-5e407655ac5fd7086f9155db35e24de352e0fc72.tar.gz timeline-5e407655ac5fd7086f9155db35e24de352e0fc72.tar.bz2 timeline-5e407655ac5fd7086f9155db35e24de352e0fc72.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.27.1 to 7.28.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fd011014..390c3092 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,13 +56,13 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.10.0",
+ "@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.5.0",
+ "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|