Skip to content

Commit ea3fd1f

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

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.14.1"
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.7.1":
1722+
version "1.7.1"
1723+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.1.tgz#fea7ac35ae4014637c130011f59428f618730498"
1724+
integrity sha512-bgVQM4ZJ2u2CM8k1ey70o1ePFXsEzYVZoWghh6WjM8p59jQ7HxzbHW4SbnWFG7V9ig9chLawQxDTZ3xzOF8MkQ==
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.14.1:
11921+
version "6.14.1"
11922+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.1.tgz#5e82bcdabf21add859dc04b1859f91066b3a5810"
11923+
integrity sha512-U4PfgvG55LdvbQjg5Y9QRWyVxIdO1LlpYT7x+tMAxd9/vmiPuJhIwdxZuIQLN/9e3O4KFDHYfR9gzGeYMasW8g==
1192411924
dependencies:
11925-
"@remix-run/router" "1.3.2"
11925+
"@remix-run/router" "1.7.1"
1192611926

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

0 commit comments

Comments
 (0)