Skip to content

Commit cf0c21b

Browse files
committed
bump deps
1 parent bcaf97c commit cf0c21b

File tree

3 files changed

+1602
-1512
lines changed

3 files changed

+1602
-1512
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const cspHeader = `
1616

1717
const nextConfig = {
1818
images: {
19+
unoptimized: true, // Disables Next.js image optimization
1920
formats: ["image/avif", "image/webp"],
2021
remotePatterns: [
2122
{

package.json

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "kudos-portal",
33
"version": "0.0.1",
44
"private": true,
5+
"engines": {
6+
"node": ">=22.0.0"
7+
},
58
"scripts": {
69
"dev": "next dev",
710
"build": "next build",
@@ -11,62 +14,62 @@
1114
"depcheck": "npx depcheck --ignores 'sharp,autoprefixer,@types/node'"
1215
},
1316
"dependencies": {
14-
"@next/third-parties": "15.1.3",
15-
"@nextui-org/button": "2.2.8",
16-
"@nextui-org/card": "^2.2.8",
17-
"@nextui-org/checkbox": "^2.3.7",
18-
"@nextui-org/chip": "^2.2.5",
17+
"@next/third-parties": "15.4.2",
18+
"@nextui-org/button": "2.2.9",
19+
"@nextui-org/card": "^2.2.9",
20+
"@nextui-org/checkbox": "^2.3.8",
21+
"@nextui-org/chip": "^2.2.6",
1922
"@nextui-org/divider": "^2.2.5",
20-
"@nextui-org/dropdown": "^2.3.8",
21-
"@nextui-org/image": "^2.2.4",
22-
"@nextui-org/input": "^2.4.7",
23-
"@nextui-org/link": "2.2.6",
24-
"@nextui-org/modal": "^2.2.6",
25-
"@nextui-org/navbar": "2.2.7",
26-
"@nextui-org/pagination": "^2.2.7",
27-
"@nextui-org/scroll-shadow": "^2.3.4",
28-
"@nextui-org/select": "^2.4.8",
29-
"@nextui-org/skeleton": "^2.2.4",
30-
"@nextui-org/spinner": "^2.2.5",
31-
"@nextui-org/system": "2.4.5",
32-
"@nextui-org/table": "^2.2.7",
33-
"@nextui-org/theme": "2.4.4",
34-
"@nextui-org/tooltip": "^2.2.6",
35-
"@tanstack/react-query": "^5.62.11",
36-
"@tanstack/react-query-devtools": "^5.62.11",
37-
"@types/react": "19.0.2",
38-
"@vercel/analytics": "^1.4.1",
39-
"autoprefixer": "^10.4.20",
23+
"@nextui-org/dropdown": "^2.3.9",
24+
"@nextui-org/image": "^2.2.5",
25+
"@nextui-org/input": "^2.4.8",
26+
"@nextui-org/link": "2.2.7",
27+
"@nextui-org/modal": "^2.2.7",
28+
"@nextui-org/navbar": "2.2.8",
29+
"@nextui-org/pagination": "^2.2.8",
30+
"@nextui-org/scroll-shadow": "^2.3.5",
31+
"@nextui-org/select": "^2.4.9",
32+
"@nextui-org/skeleton": "^2.2.5",
33+
"@nextui-org/spinner": "^2.2.6",
34+
"@nextui-org/system": "2.4.6",
35+
"@nextui-org/table": "^2.2.8",
36+
"@nextui-org/theme": "2.4.5",
37+
"@nextui-org/tooltip": "^2.2.7",
38+
"@tanstack/react-query": "^5.83.0",
39+
"@tanstack/react-query-devtools": "^5.83.0",
40+
"@types/react": "19.1.8",
41+
"@vercel/analytics": "^1.5.0",
42+
"autoprefixer": "^10.4.21",
4043
"clsx": "^2.1.1",
4144
"dayjs": "^1.11.13",
4245
"edge-csrf": "^1.0.11",
43-
"eslint": "9.17.0",
44-
"eslint-config-next": "15.1.3",
45-
"framer-motion": "^11.15.0",
46+
"eslint": "9.31.0",
47+
"eslint-config-next": "15.4.2",
48+
"framer-motion": "^12.23.6",
4649
"is-email": "^1.0.2",
47-
"isomorphic-dompurify": "^2.19.0",
48-
"marked": "^15.0.4",
49-
"next": "15.1.3",
50-
"next-themes": "^0.4.4",
51-
"react": "19.0.0",
52-
"react-dom": "19.0.0",
53-
"react-hook-form": "^7.54.2",
54-
"react-responsive": "^10.0.0",
55-
"sharp": "0.33.5",
56-
"tailwind-variants": "^0.3.0",
50+
"isomorphic-dompurify": "^2.26.0",
51+
"marked": "^16.1.1",
52+
"next": "15.4.2",
53+
"next-themes": "^0.4.6",
54+
"react": "19.1.0",
55+
"react-dom": "19.1.0",
56+
"react-hook-form": "^7.60.0",
57+
"react-responsive": "^10.0.1",
58+
"sharp": "0.34.3",
59+
"tailwind-variants": "^1.0.0",
5760
"tailwindcss": "3.4.17",
58-
"typescript": "5.7.2"
61+
"typescript": "5.8.3"
5962
},
6063
"devDependencies": {
61-
"@tanstack/eslint-plugin-query": "5.62.9",
64+
"@tanstack/eslint-plugin-query": "5.81.2",
6265
"@types/is-email": "^1.0.0",
63-
"@types/node": "22.10.2",
64-
"eslint-config-prettier": "^9.1.0",
65-
"prettier": "^3.4.2"
66+
"@types/node": "24.0.15",
67+
"eslint-config-prettier": "^10.1.8",
68+
"prettier": "^3.6.2"
6669
},
6770
"pnpm": {
6871
"overrides": {
69-
"@types/react": "19.0.2"
72+
"@types/react": "19.1.8"
7073
}
7174
}
7275
}

0 commit comments

Comments
 (0)