Skip to content

Commit

Permalink
Update react-router
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 10, 2024
1 parent a02573f commit 482cb7b
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 79 deletions.
4 changes: 2 additions & 2 deletions apps/govuk-docs/package.json
Expand Up @@ -57,8 +57,8 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet-async": "1.3.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-router": "6.22.0",
"react-router-dom": "6.22.0",
"serverless": "3.34.0",
"start-server-and-test": "2.0.0",
"ts-jest": "29.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/govuk-template/package.json
Expand Up @@ -61,8 +61,8 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet-async": "1.3.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-router": "6.22.0",
"react-router-dom": "6.22.0",
"serverless": "3.34.0",
"start-server-and-test": "2.0.0",
"ts-jest": "29.1.0",
Expand Down
2 changes: 1 addition & 1 deletion components-internal/anchor/package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@not-govuk/component-helpers": "workspace:^0.8.2",
"@not-govuk/route-utils": "workspace:^0.8.2",
"history": "^4.10.1",
"history": "^5.3.0",
"react-router-hash-link": "^2.4.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions lib/app-composer/package.json
Expand Up @@ -26,8 +26,8 @@
"@not-govuk/user-info": "^0.8.2",
"react": "^16.9.35",
"react-helmet-async": "^1.0.7",
"react-router": "^5.1.7",
"react-router-dom": "^5.1.5"
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/react": "16.14.38",
Expand Down
2 changes: 1 addition & 1 deletion lib/component-test-helpers/package.json
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^16.9.35",
"react-router": "^5.1.7"
"react-router": "^6.22.0"
},
"devDependencies": {
"@types/react": "16.14.38",
Expand Down
2 changes: 1 addition & 1 deletion lib/forms/package.json
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"react": "^16.9.35",
"react-dom": "^16.9.8",
"react-router-dom": "^5.1.5"
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/react": "16.14.38",
Expand Down
4 changes: 2 additions & 2 deletions lib/route-utils/package.json
Expand Up @@ -22,12 +22,12 @@
"node": ">=12.0.0"
},
"dependencies": {
"history": "4.10.1",
"history": "5.3.0",
"qs": "^6.11.0",
"url-parse": "^1.5.10"
},
"peerDependencies": {
"react-router-dom": "^5.1.5"
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@types/history": "4.7.11",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -82,8 +82,8 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet-async": "1.3.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-router": "6.22.0",
"react-router-dom": "6.22.0",
"ts-jest": "29.1.0",
"typescript": "4.9.5",
"webpack": "5.80.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Expand Up @@ -78,8 +78,8 @@
"peerDependencies": {
"react": "^16.9.35",
"react-dom": "^16.9.8",
"react-router": "^5.1.7",
"react-router-dom": "^5.1.5"
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@not-govuk/component-test-helpers": "workspace:^0.8.2",
Expand Down
102 changes: 38 additions & 64 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 482cb7b

Please sign in to comment.