diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 10:33:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 10:33:11 +0000 |
commit | 738422d8725c718080c90e6a010b2784d7c96584 (patch) | |
tree | 07cbf74269bb9f66168004cfdb8c537e2cf911ea | |
parent | fceca805e1b792af9f79949510667aa09bf1591b (diff) | |
download | timeline-738422d8725c718080c90e6a010b2784d7c96584.tar.gz timeline-738422d8725c718080c90e6a010b2784d7c96584.tar.bz2 timeline-738422d8725c718080c90e6a010b2784d7c96584.zip |
build(deps-dev): Bump eslint-plugin-react in /FrontEnd
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.0 to 7.30.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.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>
-rw-r--r-- | FrontEnd/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index f4adfff0..388d8535 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.23.0",
+ "core-js": "^3.23.2",
"i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
@@ -56,17 +56,17 @@ "@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
- "@types/react-transition-group": "^4.4.4",
+ "@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.30.0",
+ "eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
- "typescript": "^4.7.3",
+ "typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pwa": "^0.12.0"
}
|