diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-06 14:27:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 14:27:24 +0000 |
commit | c23a6cd0361f98466a97e075009cc76965bd41eb (patch) | |
tree | b62e1c9b58d3757d5a0fdb6fd46f10f86ccf1401 /FrontEnd | |
parent | 8b43d186d155986d5402bd1417806761bbf3deb9 (diff) | |
download | timeline-c23a6cd0361f98466a97e075009cc76965bd41eb.tar.gz timeline-c23a6cd0361f98466a97e075009cc76965bd41eb.tar.bz2 timeline-c23a6cd0361f98466a97e075009cc76965bd41eb.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.27.0 to 7.27.1.
- [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.0...v7.27.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 2d445caa..8b5d2e76 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^6.0.0",
- "@popperjs/core": "^2.10.2",
+ "@popperjs/core": "^2.11.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
@@ -62,7 +62,7 @@ "eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.0",
+ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
|