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 19, 2024
1 parent 35b20a8 commit 8c1c1ea
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 244 deletions.
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"next-i18next": "^15.3.0",
"nuqs": "^1.17.4",
"pino": "^9.0.0",
"react": "^18.2.0",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^7.0.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.0",
Expand All @@ -88,10 +88,10 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "22.10.2",
"@types/react": "^18.2.79",
"@types/react": "^19.0.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.2.25",
"@types/react-dom": "^19.0.0",
"@ufb/eslint-config": "workspace:*",
"@ufb/prettier-config": "workspace:*",
"@ufb/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ufb-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ufb/tsconfig": "workspace:*",
"eslint": "catalog:",
"prettier": "catalog:",
"react": "^18.2.0",
"react": "^19.0.0",
"tsup": "^8.0.2",
"typescript": "catalog:"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/ufb-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"prettier": "@ufb/prettier-config",
"dependencies": {
"@floating-ui/react": "^0.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@swc/core": "^1.4.16",
"@swc/jest": "^0.2.36",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@ufb/eslint-config": "workspace:*",
"@ufb/prettier-config": "workspace:*",
"@ufb/tailwind": "workspace:*",
Expand Down
Loading

0 comments on commit 8c1c1ea

Please sign in to comment.