Skip to content

Commit a6d4949

Browse files
committed
feat(frontend): upgrade deps
1 parent a2e5c43 commit a6d4949

2 files changed

Lines changed: 918 additions & 923 deletions

File tree

frontend/package.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,45 @@
2121
"@radix-ui/react-popover": "^1.1.15",
2222
"@radix-ui/react-select": "^2.2.6",
2323
"@radix-ui/react-slot": "^1.2.4",
24-
"@strapi/client": "^1.5.0",
24+
"@strapi/client": "^1.6.0",
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
2727
"cmdk": "^1.1.1",
2828
"date-fns": "^4.1.0",
2929
"embla-carousel-react": "^8.6.0",
3030
"lucide-react": "^0.553.0",
31-
"next": "16.0.2",
31+
"next": "16.1.6",
3232
"next-auth": "^4.24.13",
3333
"next-themes": "^0.4.6",
3434
"openapi-fetch": "^0.15.0",
35-
"qs": "^6.14.0",
36-
"react": "19.2.0",
35+
"qs": "^6.14.1",
36+
"react": "19.2.4",
3737
"react-day-picker": "^9.13.0",
38-
"react-dom": "19.2.0",
39-
"react-hook-form": "^7.70.0",
38+
"react-dom": "19.2.4",
39+
"react-hook-form": "^7.71.1",
4040
"sonner": "^2.0.7",
4141
"styled-components": "^6.3.8",
4242
"tailwind-merge": "^3.4.0",
43-
"zod": "^4.3.5"
43+
"zod": "^4.3.6"
4444
},
4545
"devDependencies": {
46-
"@tailwindcss/postcss": "^4.1.17",
47-
"@types/node": "^24.10.1",
46+
"@tailwindcss/postcss": "^4.1.18",
47+
"@types/node": "^24.10.9",
4848
"@types/qs": "^6.14.0",
49-
"@types/react": "^19.2.4",
50-
"@types/react-dom": "^19.2.3",
51-
"eslint": "^9.39.1",
52-
"eslint-config-next": "16.0.2",
49+
"@types/react": "19.2.10",
50+
"@types/react-dom": "19.2.3",
51+
"eslint": "^9.39.2",
52+
"eslint-config-next": "16.1.6",
5353
"openapi-typescript": "^7.10.1",
54-
"tailwindcss": "^4.1.17",
54+
"tailwindcss": "^4.1.18",
5555
"tw-animate-css": "^1.4.0",
5656
"typescript": "^5.9.3"
5757
},
58-
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
58+
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
59+
"pnpm": {
60+
"overrides": {
61+
"@types/react": "19.2.10",
62+
"@types/react-dom": "19.2.3"
63+
}
64+
}
5965
}

0 commit comments

Comments
 (0)