Skip to content

Commit

Permalink
fix(deps): update react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent abb6522 commit d808582
Show file tree
Hide file tree
Showing 65 changed files with 669 additions and 678 deletions.
8 changes: 4 additions & 4 deletions apps/govuk-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@not-govuk/router": "workspace:^0.15.2",
"@not-govuk/server-renderer": "workspace:^0.15.2",
"@not-govuk/webpack-config": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/webpack-env": "1.18.5",
"bunyan": "1.8.15",
"cypress": "13.16.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-hot-loader": "1.21.11",
"plop": "4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-helmet-async": "2.0.5",
"react-router": "6.28.1",
"react-router-dom": "6.28.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/govuk-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@not-govuk/server-renderer": "workspace:^0.15.2",
"@not-govuk/user-info": "workspace:^0.15.2",
"@not-govuk/webpack-config": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/webpack-env": "1.18.5",
"bunyan": "1.8.15",
"cypress": "13.16.1",
Expand All @@ -57,8 +57,8 @@
"jest-environment-jsdom": "29.7.0",
"node-hot-loader": "1.21.11",
"plop": "4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-helmet-async": "2.0.5",
"react-router": "6.28.1",
"react-router-dom": "6.28.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"dependencies": {
"@not-govuk/simple-components": "workspace:^0.15.2",
"next": "15.1.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"cypress": "13.16.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/remix-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"isbot": "^4.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
Expand Down
4 changes: 2 additions & 2 deletions components-internal/anchor-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components-internal/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components-internal/simple-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components-internal/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/aside/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -45,7 +45,7 @@
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/tag": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/back-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -47,7 +47,7 @@
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/panel": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -46,7 +46,7 @@
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/panel": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/button-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -46,7 +46,7 @@
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/link": "workspace:^0.15.2",
"@not-govuk/tag": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -49,7 +49,7 @@
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/panel": "workspace:^0.15.2",
"@not-govuk/tag": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/checkboxes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -48,7 +48,7 @@
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/text-input": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/cookie-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -49,7 +49,7 @@
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@not-govuk/link": "workspace:^0.15.2",
"@not-govuk/tag": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -47,7 +47,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/error-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/error-summary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -49,7 +49,7 @@
"@not-govuk/date-input": "workspace:^0.15.2",
"@not-govuk/page": "workspace:^0.15.2",
"@not-govuk/text-input": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/fieldset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -47,7 +47,7 @@
"@not-govuk/input": "workspace:^0.15.2",
"@not-govuk/label": "workspace:^0.15.2",
"@not-govuk/visually-hidden": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions components/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@not-govuk/docs-components": "^0.15.2",
"@storybook/addon-docs": "^6.5.16",
"react": "^18.3.1"
"react": "^19.0.0"
},
"peerDependenciesMeta": {
"@not-govuk/docs-components": {
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@mdx-js/react": "1.6.22",
"@not-govuk/component-test-helpers": "workspace:^0.15.2",
"@types/react": "18.3.16",
"@types/react": "19.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
Loading

0 comments on commit d808582

Please sign in to comment.