Skip to content

Commit 7b2f8d6

Browse files
fix(deps): update dependency react-router-dom to v5.3.0 (#203)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 3cc12cd commit 7b2f8d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-native": "0.64.2",
2727
"react-native-web": "0.17.1",
2828
"react-redux": "7.2.4",
29-
"react-router-dom": "5.2.1",
29+
"react-router-dom": "5.3.0",
3030
"rehype-attr": "2.0.2",
3131
"uiw": "4.7.16"
3232
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16124,10 +16124,10 @@ react-refresh@^0.8.3:
1612416124
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
1612516125
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
1612616126

16127-
react-router-dom@5.2.1:
16128-
version "5.2.1"
16129-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.1.tgz#34af8b551a4ce17487d3f80e651b91651978dff6"
16130-
integrity sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==
16127+
react-router-dom@5.3.0:
16128+
version "5.3.0"
16129+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363"
16130+
integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==
1613116131
dependencies:
1613216132
"@babel/runtime" "^7.12.13"
1613316133
history "^4.9.0"

0 commit comments

Comments
 (0)