Skip to content

Commit 714fad4

Browse files
chore: bump react-router and react-router-dom
Removes [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). It's no longer used after updating ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Removes `react-router` Updates `react-router-dom` from 6.2.1 to 7.5.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/[email protected]/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router dependency-version: dependency-type: indirect - dependency-name: react-router-dom dependency-version: 7.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 863fe7d commit 714fad4

File tree

2 files changed

+83
-45
lines changed

2 files changed

+83
-45
lines changed

examples/mern-cdk-ci-cd/mern/client/package-lock.json

Lines changed: 82 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mern-cdk-ci-cd/mern/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cypress": "^9.2.0",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",
13-
"react-router-dom": "^6.2.1",
13+
"react-router-dom": "^7.5.2",
1414
"react-scripts": "5.0.1",
1515
"web-vitals": "^1.0.1"
1616
},

0 commit comments

Comments
 (0)