Skip to content

Commit 033b4e9

Browse files
fix(deps): update dependency react-router to v6.13.0
1 parent be02285 commit 033b4e9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"docz": "latest",
1616
"react": "16.14.0",
1717
"react-dom": "16.14.0",
18-
"react-router": "6.8.1"
18+
"react-router": "6.13.0"
1919
},
2020
"devDependencies": {
2121
"@types/react": "16.14.35",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,10 +1718,10 @@
17181718
prop-types "^15.6.1"
17191719
react-lifecycles-compat "^3.0.4"
17201720

1721-
"@remix-run/router@1.3.2":
1722-
version "1.3.2"
1723-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.2.tgz#58cd2bd25df2acc16c628e1b6f6150ea6c7455bc"
1724-
integrity sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==
1721+
"@remix-run/router@1.6.3":
1722+
version "1.6.3"
1723+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.6.3.tgz#8205baf6e17ef93be35bf62c37d2d594e9be0dad"
1724+
integrity sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==
17251725

17261726
"@sideway/address@^4.1.3":
17271727
version "4.1.4"
@@ -11917,12 +11917,12 @@ react-resize-detector@^4.2.1:
1191711917
raf-schd "^4.0.2"
1191811918
resize-observer-polyfill "^1.5.1"
1191911919

11920-
react-router@6.8.1:
11921-
version "6.8.1"
11922-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.1.tgz#e362caf93958a747c649be1b47cd505cf28ca63e"
11923-
integrity sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==
11920+
react-router@6.13.0:
11921+
version "6.13.0"
11922+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.13.0.tgz#7e4427a271dae0cafbdb88c56ccbd9b1434ee93f"
11923+
integrity sha512-Si6KnfEnJw7gUQkNa70dlpI1bul46FuSxX5t5WwlUBxE25DAz2BjVkwaK8Y2s242bQrZPXCpmwLPtIO5pv4tXg==
1192411924
dependencies:
11925-
"@remix-run/router" "1.3.2"
11925+
"@remix-run/router" "1.6.3"
1192611926

1192711927
react-simple-code-editor@^0.11.0:
1192811928
version "0.11.2"

0 commit comments

Comments
 (0)