-
Notifications
You must be signed in to change notification settings - Fork 10
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 #531 from borisno2/renovate/major-nextjs-monorepo
Update nextjs monorepo to v15 (major)
- Loading branch information
Showing
18 changed files
with
1,297 additions
and
818 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"build:keystone": "keystone build", | ||
"dev": "turbo dev:watch dev:keystone dev:next", | ||
"dev:keystone": "next start .keystone/admin --port 4000", | ||
"dev:next": "next dev --port 3000", | ||
"dev:next": "next dev --port 3000 --turbopack", | ||
"dev:next-ssl": "node server.js", | ||
"dev:watch": "keystone dev --no-server", | ||
"format": "prettier --write \"**/*.{ts,tsx,md}\"", | ||
|
@@ -53,11 +53,11 @@ | |
"image-size": "^1.1.1", | ||
"inngest": "^3.23.1", | ||
"lucide-react": "^0.453.0", | ||
"next": "^14.2.16", | ||
"next": "15.0.1", | ||
"next-auth": "^4.24.10", | ||
"postcss-focus-visible": "^10.0.1", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react": "19.0.0-rc-69d4b800-20241021", | ||
"react-dom": "19.0.0-rc-69d4b800-20241021", | ||
"react-hook-form": "^7.53.1", | ||
"react-tailwindcss-datepicker": "^1.7.2", | ||
"sharp": "^0.33.5", | ||
|
@@ -75,13 +75,13 @@ | |
"@eslint/js": "^9.13.0", | ||
"@types/lodash": "^4.17.12", | ||
"@types/node": "^20.17.0", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected].1", | ||
"@types/ws": "^8.5.12", | ||
"@typescript-eslint/eslint-plugin": "^8.11.0", | ||
"cspell": "^8.15.4", | ||
"eslint": "9.13.0", | ||
"eslint-config-next": "14.2.16", | ||
"eslint-config-next": "15.0.1", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.8", | ||
"prisma": "5.21.1", | ||
|
@@ -96,7 +96,13 @@ | |
"@prisma/client": "5.21.1", | ||
"@prisma/internals": "5.21.1", | ||
"@prisma/migrate": "5.21.1", | ||
"next": "^14.2.16" | ||
"next": "^15.0.1", | ||
"react": "19.0.0-rc-69d4b800-20241021", | ||
"react-dom": "19.0.0-rc-69d4b800-20241021", | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]", | ||
"@apollo/client": "^3.11.8", | ||
"react-day-picker": "^9.2.0" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import './prism.css'; | ||
@import 'tailwindcss/base'; | ||
@import 'tailwindcss/components'; | ||
@import './prism.css'; | ||
@import 'tailwindcss/utilities'; |