diff options
author | crupest <crupest@outlook.com> | 2022-06-24 18:32:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 18:32:28 +0800 |
commit | 298d72cd78963dbe65b451069ab92f53f9b32c54 (patch) | |
tree | 225c32932648a72c34fe052ecf7f0964c82126fa | |
parent | 48cdd1145abe7966f411631559b4073e259126b5 (diff) | |
parent | 6e118905b898535a80e76ae0724e698864c04e04 (diff) | |
download | timeline-298d72cd78963dbe65b451069ab92f53f9b32c54.tar.gz timeline-298d72cd78963dbe65b451069ab92f53f9b32c54.tar.bz2 timeline-298d72cd78963dbe65b451069ab92f53f9b32c54.zip |
Merge pull request #1269 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-transition-group-4.4.5
-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 44da0780..7e76253c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@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",
|