Skip to content

Commit ecee5d3

Browse files
committed
merge
2 parents e9ac07d + b2fd6fa commit ecee5d3

File tree

8 files changed

+2837
-2651
lines changed

8 files changed

+2837
-2651
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"check-file/folder-naming-convention": [
2020
"error",
2121
{
22-
"src/**/!^[.*": "KEBAB_CASE"
22+
"src/**": "NEXT_JS_APP_ROUTER_CASE"
2323
}
2424
]
2525
}

next.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ jiti("./src/env/server.ts");
77

88
/** @type {import('next').NextConfig} */
99
const nextConfig = {
10-
experimental: {
11-
typedRoutes: true,
12-
},
10+
typedRoutes: true,
1311
};
1412

1513
export default nextConfig;

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@
1010
"db:migrate": "cross-env DB_MIGRATING=true drizzle-kit migrate"
1111
},
1212
"dependencies": {
13-
"@auth/drizzle-adapter": "^1.8.0",
14-
"@conform-to/react": "^1.3.0",
15-
"@conform-to/zod": "^1.3.0",
13+
"@auth/drizzle-adapter": "^1.11.1",
14+
"@conform-to/react": "^1.14.1",
15+
"@conform-to/zod": "^1.14.1",
1616
"@nextui-org/react": "^2.6.11",
17-
"@t3-oss/env-nextjs": "^0.12.0",
18-
"@tabler/icons-react": "^3.31.0",
19-
"dotenv": "^16.4.7",
20-
"dotenv-expand": "^12.0.1",
21-
"drizzle-orm": "^0.41.0",
22-
"drizzle-zod": "^0.7.1",
23-
"framer-motion": "^11.15.0",
24-
"jiti": "^2.4.2",
25-
"next": "15.2.4",
26-
"next-auth": "^4.24.11",
17+
"@t3-oss/env-nextjs": "^0.13.8",
18+
"@tabler/icons-react": "^3.35.0",
19+
"dotenv": "^17.2.3",
20+
"dotenv-expand": "^12.0.3",
21+
"drizzle-orm": "^0.45.0",
22+
"drizzle-zod": "^0.8.3",
23+
"framer-motion": "^12.23.25",
24+
"jiti": "^2.6.1",
25+
"next": "15.5.7",
26+
"next-auth": "^4.24.13",
2727
"next-themes": "^0.4.6",
28-
"postgres": "^3.4.5",
29-
"react": "^18",
30-
"react-dom": "^18",
31-
"zod": "^3.24.2"
28+
"postgres": "^3.4.7",
29+
"react": "^19.2.1",
30+
"react-dom": "^19.2.1",
31+
"zod": "^4.1.13"
3232
},
3333
"devDependencies": {
34-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
35-
"@types/node": "^22",
36-
"@types/react": "^18",
37-
"@types/react-dom": "^18",
38-
"cross-env": "^7.0.3",
39-
"drizzle-kit": "^0.30.6",
40-
"eslint": "^9.23.0",
41-
"eslint-config-next": "15.2.4",
42-
"eslint-config-prettier": "^9.1.0",
43-
"eslint-plugin-check-file": "^2.8.0",
44-
"eslint-plugin-n": "^17.17.0",
45-
"postcss": "^8",
46-
"prettier": "3.5.3",
47-
"prettier-plugin-tailwindcss": "^0.6.11",
34+
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
35+
"@types/node": "^24.10.1",
36+
"@types/react": "^19.2.7",
37+
"@types/react-dom": "^19.2.3",
38+
"cross-env": "^10.1.0",
39+
"drizzle-kit": "^0.31.8",
40+
"eslint": "^9.39.1",
41+
"eslint-config-next": "15.5.7",
42+
"eslint-config-prettier": "^10.1.8",
43+
"eslint-plugin-check-file": "^3.3.1",
44+
"eslint-plugin-n": "^17.23.1",
45+
"postcss": "^8.5.6",
46+
"prettier": "3.7.4",
47+
"prettier-plugin-tailwindcss": "^0.7.2",
4848
"tailwindcss": "^3.4.17",
49-
"typescript": "^5"
49+
"typescript": "^5.9.3"
5050
},
5151
"license": "MIT"
5252
}

0 commit comments

Comments
 (0)