Skip to content

Commit bcf0938

Browse files
fix(deps): update dependency react-router-dom to v6.0.2 (#506)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2266b78 commit bcf0938

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"history": "5.1.0",
3232
"query-string": "7.0.1",
33-
"react-router-dom": "6.0.1"
33+
"react-router-dom": "6.0.2"
3434
},
3535
"peerDependencies": {
3636
"react": "17.x",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7245,18 +7245,18 @@ react-is@^17.0.1:
72457245
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
72467246
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
72477247

7248-
7249-
version "6.0.1"
7250-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.1.tgz#958d5deac8932ce209001ba7a11d5ae605148856"
7251-
integrity sha512-fiE+PzFTrof5q8Z/+RHzuiin9/U/q5KY2adlHClwYexbY0DqJnHcC/0U9yv3Amz9em2/bcK7X8mk7+zxB+qhvg==
7248+
7249+
version "6.0.2"
7250+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.2.tgz#860cefa697b9d4965eced3f91e82cdbc5995f3ad"
7251+
integrity sha512-cOpJ4B6raFutr0EG8O/M2fEoyQmwvZWomf1c6W2YXBZuFBx8oTk/zqjXghwScyhfrtnt0lANXV2182NQblRxFA==
72527252
dependencies:
72537253
history "^5.1.0"
7254-
react-router "6.0.1"
7254+
react-router "6.0.2"
72557255

7256-
7257-
version "6.0.1"
7258-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.1.tgz#3fe93ad11f91fb55e242a42628414cb47219e652"
7259-
integrity sha512-O3iab52icFnQaHWONZr50CcjRlf3gx8CCjPQ0YxN8xEuEklRJNgoZSeoYFYz0fLvA4cpnhc306Nd8BYgL4QZrQ==
7256+
7257+
version "6.0.2"
7258+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.2.tgz#bd2b0fa84fd1d152671e9f654d9c0b1f5a7c86da"
7259+
integrity sha512-8/Wm3Ed8t7TuedXjAvV39+c8j0vwrI5qVsYqjFr5WkJjsJpEvNSoLRUbtqSEYzqaTUj1IV+sbPJxvO+accvU0Q==
72607260
dependencies:
72617261
history "^5.1.0"
72627262

0 commit comments

Comments
 (0)