Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into next-14-0
Browse files Browse the repository at this point in the history
  • Loading branch information
syhner committed Nov 26, 2023
2 parents 7a01f16 + b9438f5 commit 4d7d8e9
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 190 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## next-kickstart

Feature packed Next.js 14.0 (app router) boilerplate. Zero setup. Edge ready.
Feature packed Next.js 13.5 (app router) boilerplate. Zero setup. Edge ready.

Some features depend on environment variables (indicated in features list with 💡) and so require enabling. They are disabled by default so that the app runs without any setup. They can be enabled by uncommenting all lines under where `@enable {feature}` appears. Some of these may be optional, indicated with `@optional {purpose}` e.g.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"clsx": "^2.0.0",
"drizzle-orm": "^0.28.2",
"lucide-react": "^0.261.0",
"next": "14.0.1",
"next": "13.5.3",
"next-auth": "0.0.0-manual.ffd05533",
"next-themes": "^0.2.1",
"pusher-http-edge": "^0.4.0",
Expand Down Expand Up @@ -76,8 +76,8 @@
"autoprefixer": "^10.0.1",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.8",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"eslint": "8.48.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^8.8.0",
"jsdom": "^22.1.0",
"postcss": "^8",
Expand Down
Loading

0 comments on commit 4d7d8e9

Please sign in to comment.