diff options
author | crupest <crupest@outlook.com> | 2021-11-10 00:27:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 00:27:52 +0800 |
commit | 307e7e66bade8b3f8fb30c7288bc8640aa3ce1b3 (patch) | |
tree | f2efa90fb6b0687843f88b225d8b14e8a0c21933 | |
parent | 9094cbf59b4578fbfa8e81ac13697ecfbb231186 (diff) | |
parent | 6ca1f06d0406e36b61436f7655fa1a3ed5cabceb (diff) | |
download | timeline-307e7e66bade8b3f8fb30c7288bc8640aa3ce1b3.tar.gz timeline-307e7e66bade8b3f8fb30c7288bc8640aa3ce1b3.tar.bz2 timeline-307e7e66bade8b3f8fb30c7288bc8640aa3ce1b3.zip |
Merge pull request #924 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-transition-group-4.4.4
-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 947ba981..29090c9a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-responsive": "^8.0.3",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.0",
- "@types/react-transition-group": "^4.4.3",
+ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.33.0",
|