Skip to content

Commit 00b88d3

Browse files
committed
chore(deps): update dependencies and pnpm lockfile
- Update @hookform/resolvers from 3.9.1 to 5.2.2 - Update various @radix-ui/react-* packages to latest versions - Update cmdk from 1.0.4 to 1.1.1 - Update embla-carousel-react from 8.5.1 to 8.6.0 - Update input-otp from 1.4.1 to 1.4.2 - Update lucide-react from 0.454.0 to 0.544.0 - Update next from 15.3.0 to 15.5.4 - Update react from 19.0.0 to 19.1.1 - Update react-day-picker from 8.10.1 to 9.11.0 - Update react-hook-form from 7.54.1 to 7.63.0 - Update react-resizable-panels from 2.1.7 to 3.0.6 - Update recharts from 2.15.0 to 3.2.1 - Update sonner from 1.7.1 to 2.0.7 - Update tailwind-merge from 2.5.5 to 3.3.1 - Update vaul from 0.9.6 to 1.1.2 - Update zod from 3.24.1 to 4.1.11 - Update dev dependencies including TypeScript, ESLint, and Tailwind CSS - Update pnpm lockfile from version 6.0 to 9.0 Signed-off-by: 诺墨 <normal@normalcoder.com>
1 parent e8ba38d commit 00b88d3

File tree

2 files changed

+3568
-3303
lines changed

2 files changed

+3568
-3303
lines changed

package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -15,65 +15,65 @@
1515
"lint": "next lint"
1616
},
1717
"dependencies": {
18-
"@hookform/resolvers": "^3.9.1",
19-
"@radix-ui/react-accordion": "^1.2.2",
20-
"@radix-ui/react-alert-dialog": "^1.1.4",
21-
"@radix-ui/react-aspect-ratio": "^1.1.1",
22-
"@radix-ui/react-avatar": "^1.1.2",
23-
"@radix-ui/react-checkbox": "^1.1.3",
24-
"@radix-ui/react-collapsible": "^1.1.2",
25-
"@radix-ui/react-context-menu": "^2.2.4",
26-
"@radix-ui/react-dialog": "^1.1.4",
27-
"@radix-ui/react-dropdown-menu": "^2.1.4",
28-
"@radix-ui/react-hover-card": "^1.1.4",
29-
"@radix-ui/react-label": "^2.1.1",
30-
"@radix-ui/react-menubar": "^1.1.4",
31-
"@radix-ui/react-navigation-menu": "^1.2.3",
32-
"@radix-ui/react-popover": "^1.1.4",
33-
"@radix-ui/react-progress": "^1.1.1",
34-
"@radix-ui/react-radio-group": "^1.2.2",
35-
"@radix-ui/react-scroll-area": "^1.2.2",
36-
"@radix-ui/react-select": "^2.1.4",
37-
"@radix-ui/react-separator": "^1.1.1",
38-
"@radix-ui/react-slider": "^1.2.2",
39-
"@radix-ui/react-slot": "^1.1.1",
40-
"@radix-ui/react-switch": "^1.1.2",
41-
"@radix-ui/react-tabs": "^1.1.2",
42-
"@radix-ui/react-toast": "latest",
43-
"@radix-ui/react-toggle": "^1.1.1",
44-
"@radix-ui/react-toggle-group": "^1.1.1",
45-
"@radix-ui/react-tooltip": "^1.1.6",
46-
"autoprefixer": "^10.4.20",
18+
"@hookform/resolvers": "^5.2.2",
19+
"@radix-ui/react-accordion": "^1.2.12",
20+
"@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",
23+
"@radix-ui/react-checkbox": "^1.3.3",
24+
"@radix-ui/react-collapsible": "^1.1.12",
25+
"@radix-ui/react-context-menu": "^2.2.16",
26+
"@radix-ui/react-dialog": "^1.1.15",
27+
"@radix-ui/react-dropdown-menu": "^2.1.16",
28+
"@radix-ui/react-hover-card": "^1.1.15",
29+
"@radix-ui/react-label": "^2.1.7",
30+
"@radix-ui/react-menubar": "^1.1.16",
31+
"@radix-ui/react-navigation-menu": "^1.2.14",
32+
"@radix-ui/react-popover": "^1.1.15",
33+
"@radix-ui/react-progress": "^1.1.7",
34+
"@radix-ui/react-radio-group": "^1.3.8",
35+
"@radix-ui/react-scroll-area": "^1.2.10",
36+
"@radix-ui/react-select": "^2.2.6",
37+
"@radix-ui/react-separator": "^1.1.7",
38+
"@radix-ui/react-slider": "^1.3.6",
39+
"@radix-ui/react-slot": "^1.2.3",
40+
"@radix-ui/react-switch": "^1.2.6",
41+
"@radix-ui/react-tabs": "^1.1.13",
42+
"@radix-ui/react-toast": "^1.2.15",
43+
"@radix-ui/react-toggle": "^1.1.10",
44+
"@radix-ui/react-toggle-group": "^1.1.11",
45+
"@radix-ui/react-tooltip": "^1.2.8",
46+
"autoprefixer": "^10.4.21",
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
49-
"cmdk": "1.0.4",
49+
"cmdk": "1.1.1",
5050
"date-fns": "4.1.0",
51-
"embla-carousel-react": "8.5.1",
52-
"input-otp": "1.4.1",
53-
"lucide-react": "^0.454.0",
54-
"next": "15.3.0",
51+
"embla-carousel-react": "8.6.0",
52+
"input-otp": "1.4.2",
53+
"lucide-react": "^0.544.0",
54+
"next": "15.5.4",
5555
"next-themes": "^0.4.4",
56-
"react": "^19.0.0",
57-
"react-day-picker": "8.10.1",
58-
"react-dom": "^19.0.0",
59-
"react-hook-form": "^7.54.1",
60-
"react-resizable-panels": "^2.1.7",
61-
"recharts": "2.15.0",
62-
"sonner": "^1.7.1",
63-
"tailwind-merge": "^2.5.5",
56+
"react": "^19.1.1",
57+
"react-day-picker": "9.11.0",
58+
"react-dom": "^19.1.1",
59+
"react-hook-form": "^7.63.0",
60+
"react-resizable-panels": "^3.0.6",
61+
"recharts": "3.2.1",
62+
"sonner": "^2.0.7",
63+
"tailwind-merge": "^3.3.1",
6464
"tailwindcss-animate": "^1.0.7",
65-
"vaul": "^0.9.6",
66-
"zod": "^3.24.1"
65+
"vaul": "^1.1.2",
66+
"zod": "^4.1.11"
6767
},
6868
"devDependencies": {
69-
"typescript": "^5",
70-
"@types/node": "^22",
71-
"@types/react": "^19",
72-
"@types/react-dom": "^19",
73-
"postcss": "^8",
74-
"tailwindcss": "^3.4.17",
75-
"eslint": "^9",
76-
"eslint-config-next": "15.3.0",
77-
"@eslint/eslintrc": "^3"
69+
"@eslint/eslintrc": "^3",
70+
"@types/node": "^24.5.2",
71+
"@types/react": "^19.1.13",
72+
"@types/react-dom": "^19.1.9",
73+
"eslint": "^9.36.0",
74+
"eslint-config-next": "15.5.4",
75+
"postcss": "^8.5.6",
76+
"tailwindcss": "^4.1.13",
77+
"typescript": "^5.9.2"
7878
}
7979
}

0 commit comments

Comments
 (0)