diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 21:43:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 21:43:23 +0000 |
commit | d4e70ae5cfc5a0ed1bde9496a77468335f52ed78 (patch) | |
tree | 59babc2122f065619c84c6c8c2820f2076bff05f | |
parent | be41657b64557e9a967fe1173b2468a85a726112 (diff) | |
download | timeline-d4e70ae5cfc5a0ed1bde9496a77468335f52ed78.tar.gz timeline-d4e70ae5cfc5a0ed1bde9496a77468335f52ed78.tar.bz2 timeline-d4e70ae5cfc5a0ed1bde9496a77468335f52ed78.zip |
build(deps-dev): Bump @typescript-eslint/eslint-plugin in /FrontEnd
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.22.0 to 5.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.23.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 c943685d..9ede8b10 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.16.8",
+ "react-i18next": "^11.16.9",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
@@ -52,15 +52,15 @@ "@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.31",
- "@types/react": "^18.0.0",
+ "@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.22.0",
+ "@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.14.0",
+ "eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|