Skip to content

Commit 854062e

Browse files
authored
⬆️ Update react-router-dom to version 6.15.0 (PR #125)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 09ff080 commit 854062e

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"prop-types": "~15.8.1",
8686
"react": "~18.2.0",
8787
"react-dom": "~18.2.0",
88-
"react-router-dom": "~6.14.2",
88+
"react-router-dom": "~6.15.0",
8989
"rimraf": "~5.0.1",
9090
"style-loader": "~3.3.3",
9191
"webpack": "5.88.2",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,10 +1403,10 @@
14031403
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
14041404
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
14051405

1406-
"@remix-run/router@1.7.2":
1407-
version "1.7.2"
1408-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.2.tgz#cba1cf0a04bc04cb66027c51fa600e9cbc388bc8"
1409-
integrity sha512-7Lcn7IqGMV+vizMPoEl5F0XDshcdDYtMI6uJLQdQz5CfZAwy3vvGKYSUk789qndt5dEC4HfSjviSYlSoHGL2+A==
1406+
"@remix-run/router@1.8.0":
1407+
version "1.8.0"
1408+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.8.0.tgz#e848d2f669f601544df15ce2a313955e4bf0bafc"
1409+
integrity sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==
14101410

14111411
"@sinclair/typebox@^0.27.8":
14121412
version "0.27.8"
@@ -5921,20 +5921,20 @@ react-is@^18.0.0:
59215921
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
59225922
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
59235923

5924-
react-router-dom@~6.14.2:
5925-
version "6.14.2"
5926-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.2.tgz#88f520118b91aa60233bd08dbd3fdcaea3a68488"
5927-
integrity sha512-5pWX0jdKR48XFZBuJqHosX3AAHjRAzygouMTyimnBPOLdY3WjzUSKhus2FVMihUFWzeLebDgr4r8UeQFAct7Bg==
5924+
react-router-dom@~6.15.0:
5925+
version "6.15.0"
5926+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.15.0.tgz#6da7db61e56797266fbbef0d5e324d6ac443ee40"
5927+
integrity sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==
59285928
dependencies:
5929-
"@remix-run/router" "1.7.2"
5930-
react-router "6.14.2"
5929+
"@remix-run/router" "1.8.0"
5930+
react-router "6.15.0"
59315931

5932-
react-router@6.14.2:
5933-
version "6.14.2"
5934-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.2.tgz#1f60994d8c369de7b8ba7a78d8f7ec23df76b300"
5935-
integrity sha512-09Zss2dE2z+T1D03IheqAFtK4UzQyX8nFPWx6jkwdYzGLXd5ie06A6ezS2fO6zJfEb/SpG6UocN2O1hfD+2urQ==
5932+
react-router@6.15.0:
5933+
version "6.15.0"
5934+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.15.0.tgz#bf2cb5a4a7ed57f074d4ea88db0d95033f39cac8"
5935+
integrity sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==
59365936
dependencies:
5937-
"@remix-run/router" "1.7.2"
5937+
"@remix-run/router" "1.8.0"
59385938

59395939
react@~18.2.0:
59405940
version "18.2.0"

0 commit comments

Comments
 (0)