diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:16:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:16:12 +0000 |
commit | 0e18a459bbf4abfc118d4aef7c25913cc27d4055 (patch) | |
tree | 995e1b32487e249a8f43dc61a7d6ab0b4427e172 /FrontEnd/package.json | |
parent | f8b03a9a873b7901a19fc1deb92b479d565d616d (diff) | |
parent | 0aa2385bc272a7d5d8db8822c5f1e62706679715 (diff) | |
download | timeline-0e18a459bbf4abfc118d4aef7c25913cc27d4055.tar.gz timeline-0e18a459bbf4abfc118d4aef7c25913cc27d4055.tar.bz2 timeline-0e18a459bbf4abfc118d4aef7c25913cc27d4055.zip |
Merge pull request #401 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.23.0
Diffstat (limited to 'FrontEnd/package.json')
-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 4ed70937..ad509c60 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -89,7 +89,7 @@ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-react": "^7.22.0",
+ "eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
|