Skip to content

Commit 5a1fef5

Browse files
committed
fix(deps): update dependency @types/react-router to v5.1.19
1 parent b1f9657 commit 5a1fef5

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "16.11.59",
1616
"@types/react": "18.0.20",
1717
"@types/react-dom": "18.0.6",
18-
"@types/react-router": "5.1.18",
18+
"@types/react-router": "5.1.19",
1919
"@types/react-router-dom": "5.3.3",
2020
"ionicons": "6.0.3",
2121
"react": "18.2.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,14 +2107,22 @@
21072107
"@types/react" "*"
21082108
"@types/react-router" "*"
21092109

2110-
"@types/react-router@*", "@types/react-router@5.1.18":
2110+
"@types/react-router@*":
21112111
version "5.1.18"
21122112
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.18.tgz#c8851884b60bc23733500d86c1266e1cfbbd9ef3"
21132113
integrity sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==
21142114
dependencies:
21152115
"@types/history" "^4.7.11"
21162116
"@types/react" "*"
21172117

2118+
"@types/react-router@5.1.19":
2119+
version "5.1.19"
2120+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.19.tgz#9b404246fba7f91474d7008a3d48c17b6e075ad6"
2121+
integrity sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==
2122+
dependencies:
2123+
"@types/history" "^4.7.11"
2124+
"@types/react" "*"
2125+
21182126
"@types/react@*":
21192127
version "18.0.15"
21202128
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe"

0 commit comments

Comments
 (0)