Skip to content

Commit c2b6e11

Browse files
authored
⬆️ Update react-router-dom to version 7.8.2 (#341)
1 parent 50c5d8c commit c2b6e11

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
@@ -86,7 +86,7 @@
8686
"prop-types": "~15.8.1",
8787
"react": "~19.1.1",
8888
"react-dom": "~19.1.1",
89-
"react-router-dom": "~7.7.1",
89+
"react-router-dom": "~7.8.2",
9090
"rimraf": "~5.0.10",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.101.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5861,17 +5861,17 @@ react-is@^18.3.1:
58615861
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
58625862
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
58635863

5864-
react-router-dom@~7.7.1:
5865-
version "7.7.1"
5866-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.7.1.tgz#456d1053dda5e1c1328a2b6b2359f6a1c47072fc"
5867-
integrity sha512-bavdk2BA5r3MYalGKZ01u8PGuDBloQmzpBZVhDLrOOv1N943Wq6dcM9GhB3x8b7AbqPMEezauv4PeGkAJfy7FQ==
5864+
react-router-dom@~7.8.2:
5865+
version "7.8.2"
5866+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.2.tgz#25a8fc36588189baf3bbb5e360c8ffffbd2beabc"
5867+
integrity sha512-Z4VM5mKDipal2jQ385H6UBhiiEDlnJPx6jyWsTYoZQdl5TrjxEV2a9yl3Fi60NBJxYzOTGTTHXPi0pdizvTwow==
58685868
dependencies:
5869-
react-router "7.7.1"
5869+
react-router "7.8.2"
58705870

5871-
react-router@7.7.1:
5872-
version "7.7.1"
5873-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.7.1.tgz#c12ebbad162da655951dd79325f205f7238d609e"
5874-
integrity sha512-jVKHXoWRIsD/qS6lvGveckwb862EekvapdHJN/cGmzw40KnJH5gg53ujOJ4qX6EKIK9LSBfFed/xiQ5yeXNrUA==
5871+
react-router@7.8.2:
5872+
version "7.8.2"
5873+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.2.tgz#9d2d4147ca72832c550acc60ed688062d18f70b8"
5874+
integrity sha512-7M2fR1JbIZ/jFWqelpvSZx+7vd7UlBTfdZqf6OSdF9g6+sfdqJDAWcak6ervbHph200ePlu+7G8LdoiC3ReyAQ==
58755875
dependencies:
58765876
cookie "^1.0.1"
58775877
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)