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 | d2e26425fb860a3cd7725391cba4d2654b3f47e6 (patch) | |
tree | 652688f859253ad28bb0baf6084e272c70f04745 | |
parent | 7ffeded130725a3b0584e1d802faa87c25b17ea6 (diff) | |
parent | a7285a31212fb3186b4a1293138246e7f0226039 (diff) | |
download | timeline-d2e26425fb860a3cd7725391cba4d2654b3f47e6.tar.gz timeline-d2e26425fb860a3cd7725391cba4d2654b3f47e6.tar.bz2 timeline-d2e26425fb860a3cd7725391cba4d2654b3f47e6.zip |
Merge pull request #401 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-plugin-react-7.23.0
-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",
|