Skip to content

Commit b59ca6e

Browse files
Update dependency react-router-dom to v7.8.0
1 parent 6ba429d commit b59ca6e

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

example-widget-mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "18.3.1",
2323
"react-i18next": "15.5.3",
2424
"react-redux": "9.2.0",
25-
"react-router-dom": "7.2.0",
25+
"react-router-dom": "7.8.0",
2626
"react-use": "17.6.0",
2727
"rxjs": "7.8.2"
2828
},

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5312,22 +5312,20 @@ [email protected]:
53125312
"@types/use-sync-external-store" "^0.0.6"
53135313
use-sync-external-store "^1.4.0"
53145314

5315-
react-router-dom@7.2.0:
5316-
version "7.2.0"
5317-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.2.0.tgz#b8a7eae7827cd5207cf91e89807d01217737797d"
5318-
integrity sha512-cU7lTxETGtQRQbafJubvZKHEn5izNABxZhBY0Jlzdv0gqQhCPQt2J8aN5ZPjS6mQOXn5NnirWNh+FpE8TTYN0Q==
5315+
react-router-dom@7.8.0:
5316+
version "7.8.0"
5317+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.0.tgz#8c5e6f86e6c1f82037586124130df5926fdab10c"
5318+
integrity sha512-ntInsnDVnVRdtSu6ODmTQ41cbluak/ENeTif7GBce0L6eztFg6/e1hXAysFQI8X25C8ipKmT9cClbJwxx3Kaqw==
53195319
dependencies:
5320-
react-router "7.2.0"
5320+
react-router "7.8.0"
53215321

5322-
react-router@7.2.0:
5323-
version "7.2.0"
5324-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.2.0.tgz#a8f2729d39f634a7a870d14dd906a1b406f39d6f"
5325-
integrity sha512-fXyqzPgCPZbqhrk7k3hPcCpYIlQ2ugIXDboHUzhJISFVy2DEPsmHgN588MyGmkIOv3jDgNfUE3kJi83L28s/LQ==
5322+
react-router@7.8.0:
5323+
version "7.8.0"
5324+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.0.tgz#2bc07e0a9ff74d88ee38c2f27897e968b8f59170"
5325+
integrity sha512-r15M3+LHKgM4SOapNmsH3smAizWds1vJ0Z9C4mWaKnT9/wD7+d/0jYcj6LmOvonkrO4Rgdyp4KQ/29gWN2i1eg==
53265326
dependencies:
5327-
"@types/cookie" "^0.6.0"
53285327
cookie "^1.0.1"
53295328
set-cookie-parser "^2.6.0"
5330-
turbo-stream "2.4.0"
53315329

53325330
react-transition-group@^4.4.5:
53335331
version "4.4.5"
@@ -6326,11 +6324,6 @@ tslib@^2.1.0, tslib@^2.5.0:
63266324
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
63276325
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
63286326

6329-
6330-
version "2.4.0"
6331-
resolved "https://registry.yarnpkg.com/turbo-stream/-/turbo-stream-2.4.0.tgz#1e4fca6725e90fa14ac4adb782f2d3759a5695f0"
6332-
integrity sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==
6333-
63346327
type-check@^0.4.0, type-check@~0.4.0:
63356328
version "0.4.0"
63366329
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)