Skip to content

Commit 80505c9

Browse files
committed
✨ 📦 upgrade dependencies
1 parent b17065e commit 80505c9

File tree

4 files changed

+2685
-2386
lines changed

4 files changed

+2685
-2386
lines changed

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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
},
1212
"dependencies": {
1313
"@nextui-org/react": "^2.6.11",
14-
"@t3-oss/env-nextjs": "^0.12.0",
15-
"@tabler/icons-react": "^3.31.0",
16-
"framer-motion": "^11.15.0",
17-
"jiti": "^2.4.2",
18-
"next": "15.2.1",
19-
"next-auth": "^4.24.11",
20-
"next-themes": "^0.4.5",
21-
"react": "^18",
22-
"react-dom": "^18",
23-
"zod": "^3.24.2"
14+
"@t3-oss/env-nextjs": "^0.13.8",
15+
"@tabler/icons-react": "^3.35.0",
16+
"framer-motion": "^12.23.25",
17+
"jiti": "^2.6.1",
18+
"next": "15.5.7",
19+
"next-auth": "^4.24.13",
20+
"next-themes": "^0.4.6",
21+
"react": "^19.2.1",
22+
"react-dom": "^19.2.1",
23+
"zod": "^4.1.13"
2424
},
2525
"devDependencies": {
26-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
27-
"@types/node": "^22",
28-
"@types/react": "^18",
29-
"@types/react-dom": "^18",
30-
"eslint": "^8",
31-
"eslint-config-next": "15.2.1",
32-
"eslint-config-prettier": "^9.1.0",
33-
"eslint-plugin-check-file": "^2.8.0",
34-
"eslint-plugin-n": "^17.16.2",
35-
"postcss": "^8",
36-
"prettier": "3.5.3",
37-
"prettier-plugin-tailwindcss": "^0.6.11",
26+
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
27+
"@types/node": "^24.10.1",
28+
"@types/react": "^19.2.7",
29+
"@types/react-dom": "^19.2.3",
30+
"eslint": "^9.39.1",
31+
"eslint-config-next": "15.5.7",
32+
"eslint-config-prettier": "^10.1.8",
33+
"eslint-plugin-check-file": "^3.3.1",
34+
"eslint-plugin-n": "^17.23.1",
35+
"postcss": "^8.5.6",
36+
"prettier": "3.7.4",
37+
"prettier-plugin-tailwindcss": "^0.7.2",
3838
"tailwindcss": "^3.4.17",
3939
"typescript": "^5"
4040
}

0 commit comments

Comments
 (0)