Skip to content

Commit

Permalink
Merge pull request #1140 from daniel-ac-martin/renovate/react-router
Browse files Browse the repository at this point in the history
Update react-router to v6.28.0
  • Loading branch information
daniel-ac-martin authored Nov 7, 2024
2 parents 89856b0 + 70f017a commit 0412f90
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions apps/govuk-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"serverless": "3.39.0",
"start-server-and-test": "2.0.8",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/govuk-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"serverless": "3.39.0",
"start-server-and-test": "2.0.8",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions lib/app-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@not-govuk/user-info": "^0.14.0",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-helmet-async": "^2.0.5",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0"
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion lib/client-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion lib/component-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-router": "^6.27.0"
"react-router": "^6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion lib/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion lib/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"next": "^14.2.17",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.28.0"
},
"peerDependenciesMeta": {
"next": {
Expand Down
2 changes: 1 addition & 1 deletion lib/server-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@not-govuk/restify": "workspace:^0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"ts-jest": "29.2.5",
"typescript": "4.9.5",
"webpack": "5.96.1",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0412f90

Please sign in to comment.