diff options
author | crupest <crupest@outlook.com> | 2021-12-13 13:38:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 13:38:38 +0800 |
commit | 4ea74901f99ae2434b6f3e790d7b5a1bb51818c8 (patch) | |
tree | e170b6af2f5b6a65034a9ea6adaca78522306b53 | |
parent | 62b822f58409434cd8169d25158bf193a4281e78 (diff) | |
parent | 8353c97875ad20ac9fa5ce4612f0f76ac6189c96 (diff) | |
download | timeline-4ea74901f99ae2434b6f3e790d7b5a1bb51818c8.tar.gz timeline-4ea74901f99ae2434b6f3e790d7b5a1bb51818c8.tar.bz2 timeline-4ea74901f99ae2434b6f3e790d7b5a1bb51818c8.zip |
Merge pull request #983 from crupest/dependabot/npm_and_yarn/FrontEnd/react-router-dom-6.1.1
-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 4c10d48f..f601f8bd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -26,7 +26,7 @@ "react-i18next": "^11.15.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
- "react-router-dom": "^6.0.0",
+ "react-router-dom": "^6.1.1",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
|