Skip to content

Commit

Permalink
feat: require Next.js 15.1 and React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 11, 2024
1 parent c147092 commit 07a2059
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 54 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"lucide-react": "^0.460.0",
"next": "15.0.4-canary.45",
"next": "15.1.0",
"next-safe-action": "workspace:*",
"react": "^19",
"react-dom": "^19",
Expand Down
8 changes: 4 additions & 4 deletions packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"next": "15.0.4-canary.45",
"next": "15.1.0",
"prettier": "^3.3.3",
"react": "^19",
"react-dom": "^19",
Expand All @@ -91,9 +91,9 @@
},
"peerDependencies": {
"@sinclair/typebox": ">= 0.33.3",
"next": ">= 14.0.0",
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0",
"next": ">= 15.1.0",
"react": ">= 19.0.0",
"react-dom": ">= 19.0.0",
"valibot": ">= 0.36.0",
"yup": ">= 1.0.0",
"zod": ">= 3.0.0"
Expand Down
103 changes: 54 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07a2059

Please sign in to comment.