-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from startstack-io/chore/next15
update to next15, update next-auth to beta 25
- Loading branch information
Showing
2 changed files
with
355 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,15 +38,15 @@ | |
"drizzle-orm": "^0.33.0", | ||
"lucide-react": "^0.436.0", | ||
"nanoid": "^5.0.7", | ||
"next": "15.0.0-rc.1", | ||
"next-auth": "5.0.0-beta.20", | ||
"next": "15.0.0", | ||
"next-auth": "5.0.0-beta.25", | ||
"next-themes": "^0.3.0", | ||
"posthog-js": "^1.161.5", | ||
"posthog-node": "^4.2.0", | ||
"react": "19.0.0-rc-cd22717c-20241013", | ||
"react-dom": "19.0.0-rc-cd22717c-20241013", | ||
"react": "19.0.0-rc-65a56d0e-20241020", | ||
"react-dom": "19.0.0-rc-65a56d0e-20241020", | ||
"react-error-boundary": "^4.0.13", | ||
"react-is": "19.0.0-rc-cd22717c-20241013", | ||
"react-is": "19.0.0-rc-65a56d0e-20241020", | ||
"recharts": "2.13.0-alpha.5", | ||
"resend": "^4.0.0", | ||
"server-only": "^0.0.1", | ||
|
@@ -62,7 +62,7 @@ | |
"@types/react-dom": "npm:[email protected]", | ||
"drizzle-kit": "^0.24.0", | ||
"eslint": "^9.12.0", | ||
"eslint-config-next": "15.0.0-rc.1", | ||
"eslint-config-next": "15.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-tailwindcss": "^3.17.0", | ||
"postcss": "^8", | ||
|
@@ -81,9 +81,9 @@ | |
}, | ||
"peerDependencyRules": { | ||
"allowedVersions": { | ||
"next": "15.0.0-rc.1", | ||
"react": "19.0.0-rc-cd22717c-20241013", | ||
"react-dom": "19.0.0-rc-cd22717c-20241013" | ||
"next": "15.0.0", | ||
"react": "19.0.0-rc-65a56d0e-20241020", | ||
"react-dom": "19.0.0-rc-65a56d0e-20241020" | ||
}, | ||
"allowAny": [ | ||
"@types/react", | ||
|
Oops, something went wrong.