Skip to content

Commit 21cde11

Browse files
fix(deps): update dependency react-router to v6.8.2
1 parent be02285 commit 21cde11

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.8.2"
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/[email protected].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/[email protected].3":
1722+
version "1.3.3"
1723+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.3.tgz#d6d531d69c0fa3a44fda7dc00b20d49b44549164"
1724+
integrity sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==
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-
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+
11921+
version "6.8.2"
11922+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.2.tgz#98f83582a73f316a3287118b440f0cee30ed6f33"
11923+
integrity sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==
1192411924
dependencies:
11925-
"@remix-run/router" "1.3.2"
11925+
"@remix-run/router" "1.3.3"
1192611926

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

0 commit comments

Comments
 (0)