From 7309055dea03ebe3d959a83208436e48bc84303b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:07:27 +0000 Subject: [PATCH] Bump react-router-dom in /examples/computed-form-fields Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.28.0 to 7.0.2. - [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.0.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/computed-form-fields/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/computed-form-fields/package.json b/examples/computed-form-fields/package.json index 065c983c..d17c84c6 100644 --- a/examples/computed-form-fields/package.json +++ b/examples/computed-form-fields/package.json @@ -9,7 +9,7 @@ "@trussworks/react-uswds": "^9.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.21.2", + "react-router-dom": "^7.0.2", "workbox-background-sync": "^7.0.0", "workbox-broadcast-update": "^7.0.0", "workbox-cacheable-response": "^7.0.0",