Skip to content

Commit c8a3de6

Browse files
authored
Merge pull request #949 from oasisprotocol/renovate/react-dependencies
Update dependency react-router-dom to v6.17.0
2 parents 997826a + 9124bea commit c8a3de6

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.changelog/949.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependency react-router-dom to v6.17.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"react-dom": "18.2.0",
8181
"react-i18next": "13.3.0",
8282
"react-quick-pinch-zoom": "5.0.0",
83-
"react-router-dom": "6.16.0",
83+
"react-router-dom": "6.17.0",
8484
"recharts": "2.9.0",
8585
"swiper": "10.3.1",
8686
"use-resize-observer": "9.1.0"

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,10 +3183,10 @@
31833183
dependencies:
31843184
"@babel/runtime" "^7.13.10"
31853185

3186-
"@remix-run/router@1.9.0":
3187-
version "1.9.0"
3188-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.9.0.tgz#9033238b41c4cbe1e961eccb3f79e2c588328cf6"
3189-
integrity sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA==
3186+
"@remix-run/router@1.10.0":
3187+
version "1.10.0"
3188+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.10.0.tgz#e2170dc2049b06e65bbe883adad0e8ddf8291278"
3189+
integrity sha512-Lm+fYpMfZoEucJ7cMxgt4dYt8jLfbpwRCzAjm9UgSLOkmlqo9gupxt6YX3DY0Fk155NT9l17d/ydi+964uS9Lw==
31903190

31913191
"@rushstack/eslint-patch@^1.1.0":
31923192
version "1.3.3"
@@ -10957,20 +10957,20 @@ react-resize-detector@^8.0.4:
1095710957
dependencies:
1095810958
lodash "^4.17.21"
1095910959

10960-
react-router-dom@6.16.0:
10961-
version "6.16.0"
10962-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.16.0.tgz#86f24658da35eb66727e75ecbb1a029e33ee39d9"
10963-
integrity sha512-aTfBLv3mk/gaKLxgRDUPbPw+s4Y/O+ma3rEN1u8EgEpLpPe6gNjIsWt9rxushMHHMb7mSwxRGdGlGdvmFsyPIg==
10960+
react-router-dom@6.17.0:
10961+
version "6.17.0"
10962+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.17.0.tgz#ea73f89186546c1cf72b10fcb7356d874321b2ad"
10963+
integrity sha512-qWHkkbXQX+6li0COUUPKAUkxjNNqPJuiBd27dVwQGDNsuFBdMbrS6UZ0CLYc4CsbdLYTckn4oB4tGDuPZpPhaQ==
1096410964
dependencies:
10965-
"@remix-run/router" "1.9.0"
10966-
react-router "6.16.0"
10965+
"@remix-run/router" "1.10.0"
10966+
react-router "6.17.0"
1096710967

10968-
react-router@6.16.0:
10969-
version "6.16.0"
10970-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.16.0.tgz#abbf3d5bdc9c108c9b822a18be10ee004096fb81"
10971-
integrity sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==
10968+
react-router@6.17.0:
10969+
version "6.17.0"
10970+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.17.0.tgz#7b680c4cefbc425b57537eb9c73bedecbdc67c1e"
10971+
integrity sha512-YJR3OTJzi3zhqeJYADHANCGPUu9J+6fT5GLv82UWRGSxu6oJYCKVmxUcaBQuGm9udpWmPsvpme/CdHumqgsoaA==
1097210972
dependencies:
10973-
"@remix-run/router" "1.9.0"
10973+
"@remix-run/router" "1.10.0"
1097410974

1097510975
react-smooth@^2.0.4:
1097610976
version "2.0.5"

0 commit comments

Comments
 (0)