Skip to content

Commit 1f714b1

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps): bump react-router-dom in /single-page-app/ui
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 7.1.1 to 7.4.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.4.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd17a26 commit 1f714b1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mdi-react": "^9.3.0",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"react-router-dom": "^7.1.1"
21+
"react-router-dom": "^7.4.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.3.12",

single-page-app/ui/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4067,17 +4067,17 @@ react-remove-scroll@^2.5.6:
40674067
use-callback-ref "^1.3.0"
40684068
use-sidecar "^1.1.2"
40694069

4070-
react-router-dom@^7.1.1:
4071-
version "7.1.1"
4072-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.1.1.tgz#9e76fb63a762ba5da13032f5fd9e4a24946396b6"
4073-
integrity sha512-vSrQHWlJ5DCfyrhgo0k6zViOe9ToK8uT5XGSmnuC2R3/g261IdIMpZVqfjD6vWSXdnf5Czs4VA/V60oVR6/jnA==
4070+
react-router-dom@^7.4.0:
4071+
version "7.4.0"
4072+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.4.0.tgz#cb97968f4233c0bec57c9662442a7c070b4c31e9"
4073+
integrity sha512-VlksBPf3n2bijPvnA7nkTsXxMAKOj+bWp4R9c3i+bnwlSOFAGOkJkKhzy/OsRkWaBMICqcAl1JDzh9ZSOze9CA==
40744074
dependencies:
4075-
react-router "7.1.1"
4075+
react-router "7.4.0"
40764076

4077-
react-router@7.1.1:
4078-
version "7.1.1"
4079-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.1.1.tgz#88f5657fa5b8f0b918c7222ec710de0274d00b2e"
4080-
integrity sha512-39sXJkftkKWRZ2oJtHhCxmoCrBCULr/HAH4IT5DHlgu/Q0FCPV0S4Lx+abjDTx/74xoZzNYDYbOZWlJjruyuDQ==
4077+
react-router@7.4.0:
4078+
version "7.4.0"
4079+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.4.0.tgz#9787041425bc4bf52e6d472b6ccfd78a43ace133"
4080+
integrity sha512-Y2g5ObjkvX3VFeVt+0CIPuYd9PpgqCslG7ASSIdN73LwA1nNWzcMLaoMRJfP3prZFI92svxFwbn7XkLJ+UPQ6A==
40814081
dependencies:
40824082
"@types/cookie" "^0.6.0"
40834083
cookie "^1.0.1"

0 commit comments

Comments
 (0)