diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-25 10:13:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 10:13:22 +0000 |
commit | b12c1b1a031b00f19cb9e4f13a47d1cc51f9a067 (patch) | |
tree | b30b5c5f9acd8a4f5024b36259df6eff2662e4e8 | |
parent | 298d72cd78963dbe65b451069ab92f53f9b32c54 (diff) | |
download | timeline-b12c1b1a031b00f19cb9e4f13a47d1cc51f9a067.tar.gz timeline-b12c1b1a031b00f19cb9e4f13a47d1cc51f9a067.tar.bz2 timeline-b12c1b1a031b00f19cb9e4f13a47d1cc51f9a067.zip |
build(deps-dev): Bump @types/react from 18.0.12 to 18.0.14 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.12 to 18.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
---
updated-dependencies:
- dependency-name: "@types/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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7e76253c..f911cc5c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,13 +52,13 @@ "@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
"@types/node": "^18.0.0",
- "@types/react": "^18.0.12",
+ "@types/react": "^18.0.14",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
- "@typescript-eslint/parser": "^5.28.0",
+ "@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
|