Skip to content

Commit 8e1c0ed

Browse files
committed
chore(deps): update dependencies and migrate config files
- Update various dependencies including Next.js, React, Radix UI components, Zod, and others - Migrate middleware.ts to proxy.ts - Update tsconfig.json formatting and include dev types directory - Change jsx compiler option from "preserve" to "react-jsx" - Update pnpm lockfile version and dependency resolutions Signed-off-by: 诺墨 <normal@normalcoder.com>
1 parent bd70dce commit 8e1c0ed

File tree

5 files changed

+3568
-3838
lines changed

5 files changed

+3568
-3838
lines changed

next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ try {
1313

1414
/** @type {import('next').NextConfig} */
1515
const nextConfig = {
16-
eslint: {
17-
ignoreDuringBuilds: true,
18-
},
1916
typescript: {
2017
ignoreBuildErrors: true,
2118
},

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,63 +18,63 @@
1818
"@hookform/resolvers": "^5.2.2",
1919
"@radix-ui/react-accordion": "^1.2.12",
2020
"@radix-ui/react-alert-dialog": "^1.1.15",
21-
"@radix-ui/react-aspect-ratio": "^1.1.7",
22-
"@radix-ui/react-avatar": "^1.1.10",
21+
"@radix-ui/react-aspect-ratio": "^1.1.8",
22+
"@radix-ui/react-avatar": "^1.1.11",
2323
"@radix-ui/react-checkbox": "^1.3.3",
2424
"@radix-ui/react-collapsible": "^1.1.12",
2525
"@radix-ui/react-context-menu": "^2.2.16",
2626
"@radix-ui/react-dialog": "^1.1.15",
2727
"@radix-ui/react-dropdown-menu": "^2.1.16",
2828
"@radix-ui/react-hover-card": "^1.1.15",
29-
"@radix-ui/react-label": "^2.1.7",
29+
"@radix-ui/react-label": "^2.1.8",
3030
"@radix-ui/react-menubar": "^1.1.16",
3131
"@radix-ui/react-navigation-menu": "^1.2.14",
3232
"@radix-ui/react-popover": "^1.1.15",
33-
"@radix-ui/react-progress": "^1.1.7",
33+
"@radix-ui/react-progress": "^1.1.8",
3434
"@radix-ui/react-radio-group": "^1.3.8",
3535
"@radix-ui/react-scroll-area": "^1.2.10",
3636
"@radix-ui/react-select": "^2.2.6",
37-
"@radix-ui/react-separator": "^1.1.7",
37+
"@radix-ui/react-separator": "^1.1.8",
3838
"@radix-ui/react-slider": "^1.3.6",
39-
"@radix-ui/react-slot": "^1.2.3",
39+
"@radix-ui/react-slot": "^1.2.4",
4040
"@radix-ui/react-switch": "^1.2.6",
4141
"@radix-ui/react-tabs": "^1.1.13",
4242
"@radix-ui/react-toast": "^1.2.15",
4343
"@radix-ui/react-toggle": "^1.1.10",
4444
"@radix-ui/react-toggle-group": "^1.1.11",
4545
"@radix-ui/react-tooltip": "^1.2.8",
46-
"@tailwindcss/postcss": "^4.1.14",
47-
"autoprefixer": "^10.4.21",
46+
"@tailwindcss/postcss": "^4.1.18",
47+
"autoprefixer": "^10.4.22",
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
5050
"cmdk": "1.1.1",
5151
"date-fns": "4.1.0",
5252
"embla-carousel-react": "8.6.0",
5353
"input-otp": "1.4.2",
54-
"lucide-react": "^0.544.0",
55-
"next": "15.5.4",
56-
"next-themes": "^0.4.4",
57-
"react": "^19.1.1",
58-
"react-day-picker": "9.11.0",
59-
"react-dom": "^19.1.1",
60-
"react-hook-form": "^7.63.0",
54+
"lucide-react": "^0.561.0",
55+
"next": "16.0.10",
56+
"next-themes": "^0.4.6",
57+
"react": "^19.2.3",
58+
"react-day-picker": "9.12.0",
59+
"react-dom": "^19.2.3",
60+
"react-hook-form": "^7.68.0",
6161
"react-resizable-panels": "^3.0.6",
62-
"recharts": "3.2.1",
62+
"recharts": "3.5.1",
6363
"sonner": "^2.0.7",
64-
"tailwind-merge": "^3.3.1",
64+
"tailwind-merge": "^3.4.0",
6565
"tailwindcss-animate": "^1.0.7",
6666
"vaul": "^1.1.2",
67-
"zod": "^4.1.11"
67+
"zod": "^4.1.13"
6868
},
6969
"devDependencies": {
70-
"@eslint/eslintrc": "^3",
71-
"@types/node": "^24.5.2",
72-
"@types/react": "^19.1.13",
73-
"@types/react-dom": "^19.1.9",
74-
"eslint": "^9.36.0",
75-
"eslint-config-next": "15.5.4",
70+
"@eslint/eslintrc": "^3.3.3",
71+
"@types/node": "^25.0.2",
72+
"@types/react": "^19.2.7",
73+
"@types/react-dom": "^19.2.3",
74+
"eslint": "^9.39.2",
75+
"eslint-config-next": "16.0.10",
7676
"postcss": "^8.5.6",
77-
"tailwindcss": "^4.1.13",
78-
"typescript": "^5.9.2"
77+
"tailwindcss": "^4.1.18",
78+
"typescript": "^5.9.3"
7979
}
8080
}

0 commit comments

Comments
 (0)