Skip to content

Commit be7a5ad

Browse files
fix(deps): update dependency react-router to v6.19.0
1 parent be02285 commit be7a5ad

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.19.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.12.0":
1722+
version "1.12.0"
1723+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.12.0.tgz#e89b64b6fa97a8a5b740a4c38c2904b80f1f229a"
1724+
integrity sha512-2hXv036Bux90e1GXTWSMfNzfDDK8LA8JYEWfyHxzvwdp6GyoWEovKc9cotb3KCKmkdwsIBuFGX7ScTWyiHv7Eg==
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.19.0:
11921+
version "6.19.0"
11922+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.19.0.tgz#6d5062fa33495859daca98d86292ab03b037a9ca"
11923+
integrity sha512-0W63PKCZ7+OuQd7Tm+RbkI8kCLmn4GPjDbX61tWljPxWgqTKlEpeQUwPkT1DRjYhF8KSihK0hQpmhU4uxVMcdw==
1192411924
dependencies:
11925-
"@remix-run/router" "1.3.2"
11925+
"@remix-run/router" "1.12.0"
1192611926

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

0 commit comments

Comments
 (0)