Skip to content

Commit b0efd9d

Browse files
chore(deps): update all deps
1 parent 35f2cf8 commit b0efd9d

File tree

7 files changed

+1166
-1191
lines changed

7 files changed

+1166
-1191
lines changed

apps/admin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"dependencies": {
1616
"@project-aqua/ui": "workspace:*",
1717
"@radix-ui/react-icons": "^1.3.2",
18-
"@tanstack/react-query": "^5.83.0",
18+
"@tanstack/react-query": "^5.85.3",
1919
"@tanstack/react-table": "^8.21.3",
2020
"geist": "^1.4.2",
21-
"lucide-react": "^0.525.0",
22-
"next": "^15.4.1",
21+
"lucide-react": "^0.539.0",
22+
"next": "^15.4.6",
2323
"next-themes": "^0.4.6",
24-
"react": "^19.1.0",
25-
"react-dom": "^19.1.0"
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1"
2626
},
2727
"devDependencies": {
2828
"@project-aqua/eslint-config": "workspace:*",
2929
"@project-aqua/typescript-config": "workspace:*",
30-
"@types/node": "^24.0.14",
31-
"@types/react": "^19.1.8",
32-
"@types/react-dom": "^19.1.6",
33-
"typescript": "^5.8.3"
30+
"@types/node": "^24.2.1",
31+
"@types/react": "^19.1.10",
32+
"@types/react-dom": "^19.1.7",
33+
"typescript": "^5.9.2"
3434
}
3535
}

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"author": "",
1111
"devDependencies": {
12-
"electron": "^37.2.2"
12+
"electron": "^37.2.6"
1313
}
1414
}

apps/web/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
},
1313
"dependencies": {
1414
"@project-aqua/ui": "workspace:*",
15-
"@react-email/components": "^0.3.1",
15+
"@react-email/components": "^0.5.0",
1616
"@vercel/analytics": "^1.5.0",
1717
"date-fns": "^4.1.0",
18-
"framer-motion": "^12.23.6",
18+
"framer-motion": "^12.23.12",
1919
"geist": "^1.4.2",
20-
"lucide-react": "^0.525.0",
21-
"next": "^15.4.1",
20+
"lucide-react": "^0.539.0",
21+
"next": "^15.4.6",
2222
"next-themes": "^0.4.6",
23-
"react": "^19.1.0",
24-
"react-dom": "^19.1.0",
25-
"resend": "^4.6.0"
23+
"react": "^19.1.1",
24+
"react-dom": "^19.1.1",
25+
"resend": "^6.0.1"
2626
},
2727
"devDependencies": {
2828
"@project-aqua/eslint-config": "workspace:*",
2929
"@project-aqua/typescript-config": "workspace:*",
3030
"@types/eslint": "^9.6.1",
31-
"@types/node": "^24.0.14",
32-
"@types/react": "^19.1.8",
33-
"@types/react-dom": "^19.1.6",
34-
"typescript": "^5.8.3"
31+
"@types/node": "^24.2.1",
32+
"@types/react": "^19.1.10",
33+
"@types/react-dom": "^19.1.7",
34+
"typescript": "^5.9.2"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@project-aqua/eslint-config": "workspace:*",
1515
"@project-aqua/typescript-config": "workspace:*",
1616
"prettier": "^3.6.2",
17-
"turbo": "^2.5.4"
17+
"turbo": "^2.5.5"
1818
},
1919
"packageManager": "pnpm@10.4.1",
2020
"engines": {

packages/eslint-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"./react-internal": "./react-internal.js"
1010
},
1111
"devDependencies": {
12-
"@eslint/js": "^9.31.0",
13-
"@next/eslint-plugin-next": "^15.4.1",
14-
"@typescript-eslint/eslint-plugin": "^8.37.0",
15-
"@typescript-eslint/parser": "^8.37.0",
16-
"eslint": "^9.31.0",
17-
"eslint-config-prettier": "^10.1.5",
12+
"@eslint/js": "^9.33.0",
13+
"@next/eslint-plugin-next": "^15.4.6",
14+
"@typescript-eslint/eslint-plugin": "^8.39.1",
15+
"@typescript-eslint/parser": "^8.39.1",
16+
"eslint": "^9.33.0",
17+
"eslint-config-prettier": "^10.1.8",
1818
"eslint-plugin-only-warn": "^1.1.0",
1919
"eslint-plugin-react": "^7.37.5",
2020
"eslint-plugin-react-hooks": "^5.2.0",
21-
"eslint-plugin-turbo": "^2.4.2",
21+
"eslint-plugin-turbo": "^2.5.5",
2222
"globals": "^16.3.0",
23-
"typescript": "^5.8.3",
24-
"typescript-eslint": "^8.37.0"
23+
"typescript": "^5.9.2",
24+
"typescript-eslint": "^8.39.1"
2525
}
2626
}

packages/ui/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,49 @@
1515
"check:types": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@hookform/resolvers": "^5.1.1",
18+
"@hookform/resolvers": "^5.2.1",
1919
"@radix-ui/react-avatar": "^1.1.10",
20-
"@radix-ui/react-checkbox": "^1.3.2",
21-
"@radix-ui/react-collapsible": "^1.1.11",
22-
"@radix-ui/react-dialog": "^1.1.14",
23-
"@radix-ui/react-dropdown-menu": "^2.1.15",
20+
"@radix-ui/react-checkbox": "^1.3.3",
21+
"@radix-ui/react-collapsible": "^1.1.12",
22+
"@radix-ui/react-dialog": "^1.1.15",
23+
"@radix-ui/react-dropdown-menu": "^2.1.16",
2424
"@radix-ui/react-label": "^2.1.7",
25-
"@radix-ui/react-navigation-menu": "^1.2.13",
26-
"@radix-ui/react-popover": "^1.1.14",
25+
"@radix-ui/react-navigation-menu": "^1.2.14",
26+
"@radix-ui/react-popover": "^1.1.15",
2727
"@radix-ui/react-progress": "^1.1.7",
28-
"@radix-ui/react-radio-group": "^1.3.7",
29-
"@radix-ui/react-scroll-area": "^1.2.9",
30-
"@radix-ui/react-select": "^2.2.5",
28+
"@radix-ui/react-radio-group": "^1.3.8",
29+
"@radix-ui/react-scroll-area": "^1.2.10",
30+
"@radix-ui/react-select": "^2.2.6",
3131
"@radix-ui/react-separator": "^1.1.7",
3232
"@radix-ui/react-slot": "^1.2.3",
33-
"@radix-ui/react-switch": "^1.2.5",
34-
"@radix-ui/react-tabs": "^1.1.12",
35-
"@radix-ui/react-tooltip": "^1.2.7",
33+
"@radix-ui/react-switch": "^1.2.6",
34+
"@radix-ui/react-tabs": "^1.1.13",
35+
"@radix-ui/react-tooltip": "^1.2.8",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"cmdk": "^1.1.1",
3939
"date-fns": "^4.1.0",
40-
"lucide-react": "^0.525.0",
41-
"react": "^19.1.0",
42-
"react-day-picker": "^9.8.0",
43-
"react-dom": "^19.1.0",
44-
"react-hook-form": "^7.60.0",
40+
"lucide-react": "^0.539.0",
41+
"react": "^19.1.1",
42+
"react-day-picker": "^9.8.1",
43+
"react-dom": "^19.1.1",
44+
"react-hook-form": "^7.62.0",
4545
"tailwind-merge": "^3.3.1",
46-
"tw-animate-css": "^1.3.5",
46+
"tw-animate-css": "^1.3.6",
4747
"vaul": "^1.1.2",
48-
"zod": "^3.25.74"
48+
"zod": "^4.0.17"
4949
},
5050
"devDependencies": {
5151
"@project-aqua/eslint-config": "workspace:*",
5252
"@project-aqua/typescript-config": "workspace:*",
53-
"@tailwindcss/postcss": "^4.1.11",
54-
"@turbo/gen": "^2.5.4",
53+
"@tailwindcss/postcss": "^4.1.12",
54+
"@turbo/gen": "^2.5.5",
5555
"@types/eslint": "^9.6.1",
56-
"@types/node": "^24.0.14",
57-
"@types/react": "^19.1.8",
58-
"@types/react-dom": "^19.1.6",
59-
"eslint": "^9.31.0",
60-
"tailwindcss": "^4.1.11",
61-
"typescript": "^5.8.3"
56+
"@types/node": "^24.2.1",
57+
"@types/react": "^19.1.10",
58+
"@types/react-dom": "^19.1.7",
59+
"eslint": "^9.33.0",
60+
"tailwindcss": "^4.1.12",
61+
"typescript": "^5.9.2"
6262
}
6363
}

0 commit comments

Comments
 (0)