Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 78c34df commit 9ad2596
Show file tree
Hide file tree
Showing 3 changed files with 857 additions and 866 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"isbot": "5.1.17",
"lodash": "4.17.21",
"pretty-cache-header": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.53.2",
"remix-create-express-app": "0.4.5",
"remix-hook-form": "5.1.1",
Expand All @@ -63,8 +63,8 @@
"@technifit/tsconfig": "workspace:*",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vitest/coverage-v8": "2.1.8",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,24 +375,24 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"date-fns": "4.1.0",
"eslint": "8.57.1",
"postcss": "8.4.49",
"react": "18.3.1",
"react": "19.0.0",
"react-day-picker": "9.4.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.2"
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "18.3.1",
"react": "19.0.0",
"react-day-picker": "9.4.1",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "1.0.7"
Expand Down
Loading

0 comments on commit 9ad2596

Please sign in to comment.