Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent d8fef62 commit 2547b58
Show file tree
Hide file tree
Showing 5 changed files with 748 additions and 892 deletions.
10 changes: 5 additions & 5 deletions front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"encoding": "^0.1.13",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.15",
"eslint-plugin-react-compiler": "^0.0.0-experimental-d0e920e-20240815",
"eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106",
"fs": "0.0.1-security",
"geist": "^1.3.1",
"googleapis": "^144.0.0",
Expand All @@ -77,10 +77,10 @@
"next-superjson-plugin": "^0.6.3",
"next-themes": "^0.3.0",
"postcss": "8.4.47",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react": "19.0.0",
"react-big-calendar": "^1.15.0",
"react-calendar": "^5.0.0",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.0",
"react-modal": "^3.16.1",
"react-select": "^5.8.1",
Expand Down Expand Up @@ -115,10 +115,10 @@
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.16.12",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.3",
"@types/react": "^18.3.14",
"@types/react-big-calendar": "^1.8.12",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.2",
"@types/react-modal": "^3.16.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@local/prettier-config": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"@turbo/gen": "^2.1.3",
"eslint-plugin-react-compiler": "^0.0.0-experimental-d0e920e-20240815",
"eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106",
"prettier": "^3.3.3",
"turbo": "^2.1.3",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"bcryptjs": "^2.4.3",
"next": "15.0.0-rc.0",
"next-auth": "beta",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2547b58

Please sign in to comment.