Skip to content

Commit

Permalink
build(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.11 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 5375a7d commit 9407733
Show file tree
Hide file tree
Showing 5 changed files with 604 additions and 572 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clsx": "^2.1.1",
"mantine-datatable": "^7.15.1",
"next": "14.2.15",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "18.3.11",
"@types/react": "19.0.2",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.2.1",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sanity/vision": "^3.68.3",
"next": "14.2.15",
"next-sanity": "^9.8.28",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1",
"sanity-plugin-iframe-pane": "^3.1.6",
"zod": "^3.24.1"
Expand All @@ -34,7 +34,7 @@
"@kduprey/eslint-config": "workspace:*",
"@next/bundle-analyzer": "^15.1.2",
"@types/node": "^22.10.2",
"@types/react": "18.3.11",
"@types/react": "19.0.2",
"sanity": "^3.68.3",
"styled-components": "^6.1.13",
"typescript": "5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jsonwebtoken": "^9.0.2",
"next": "^14.2.15",
"next-sanity": "^9.8.28",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"server-only": "^0.0.1",
Expand All @@ -50,7 +50,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.2",
"@types/react": "^18.3.11",
"@types/react": "^19.0.2",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@tabler/icons-react": "^3.26.0",
"react": "18.3.1",
"react": "19.0.0",
"react-dom": "18.3.1"
},
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.10.2",
"@types/react": "18.3.11",
"@types/react": "19.0.2",
"postcss": "^8.4.49",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
Expand Down
Loading

0 comments on commit 9407733

Please sign in to comment.