Skip to content

Commit 27a8e34

Browse files
fix(deps): update dependency react-router to v6.27.0
1 parent be02285 commit 27a8e34

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.27.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.20.0":
1722+
version "1.20.0"
1723+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
1724+
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
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.27.0:
11921+
version "6.27.0"
11922+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4"
11923+
integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==
1192411924
dependencies:
11925-
"@remix-run/router" "1.3.2"
11925+
"@remix-run/router" "1.20.0"
1192611926

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

0 commit comments

Comments
 (0)