diff options
author | crupest <crupest@outlook.com> | 2022-04-01 13:11:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 13:11:25 +0800 |
commit | c0e80621dc9367ca82ff4e59516668850b746633 (patch) | |
tree | 869c17b6e374363579e57dbd918c30097c74de37 /FrontEnd | |
parent | 175de0b79457d6f991e256882f59f7e1cfed14bf (diff) | |
parent | fa3a254816009f15a331e48ec94e09d8e324af8b (diff) | |
download | timeline-c0e80621dc9367ca82ff4e59516668850b746633.tar.gz timeline-c0e80621dc9367ca82ff4e59516668850b746633.tar.bz2 timeline-c0e80621dc9367ca82ff4e59516668850b746633.zip |
Merge pull request #1138 from crupest/dependabot/npm_and_yarn/FrontEnd/react-router-dom-6.3.0
Diffstat (limited to 'FrontEnd')
-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 cfde7277..51085ee9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -26,7 +26,7 @@ "react-i18next": "^11.16.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
- "react-router-dom": "^6.2.2",
+ "react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
|