Skip to content

Commit 05dc954

Browse files
chore(deps): update all deps
1 parent 74fab89 commit 05dc954

File tree

7 files changed

+241
-241
lines changed

7 files changed

+241
-241
lines changed

apps/admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"dependencies": {
1616
"@project-aqua/ui": "workspace:*",
1717
"@radix-ui/react-icons": "^1.3.2",
18-
"@tanstack/react-query": "^5.85.3",
18+
"@tanstack/react-query": "^5.85.5",
1919
"@tanstack/react-table": "^8.21.3",
2020
"geist": "^1.4.2",
21-
"lucide-react": "^0.539.0",
22-
"next": "^15.4.6",
21+
"lucide-react": "^0.540.0",
22+
"next": "^15.4.7",
2323
"next-themes": "^0.4.6",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1"
2626
},
2727
"devDependencies": {
2828
"@project-aqua/eslint-config": "workspace:*",
2929
"@project-aqua/typescript-config": "workspace:*",
30-
"@types/node": "^24.2.1",
30+
"@types/node": "^24.3.0",
3131
"@types/react": "^19.1.10",
3232
"@types/react-dom": "^19.1.7",
3333
"typescript": "^5.9.2"

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.6"
12+
"electron": "^37.3.1"
1313
}
1414
}

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"date-fns": "^4.1.0",
1818
"framer-motion": "^12.23.12",
1919
"geist": "^1.4.2",
20-
"lucide-react": "^0.539.0",
21-
"next": "^15.4.6",
20+
"lucide-react": "^0.540.0",
21+
"next": "^15.4.7",
2222
"next-themes": "^0.4.6",
2323
"react": "^19.1.1",
2424
"react-dom": "^19.1.1",
@@ -28,7 +28,7 @@
2828
"@project-aqua/eslint-config": "workspace:*",
2929
"@project-aqua/typescript-config": "workspace:*",
3030
"@types/eslint": "^9.6.1",
31-
"@types/node": "^24.2.1",
31+
"@types/node": "^24.3.0",
3232
"@types/react": "^19.1.10",
3333
"@types/react-dom": "^19.1.7",
3434
"typescript": "^5.9.2"

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.5"
17+
"turbo": "^2.5.6"
1818
},
1919
"packageManager": "pnpm@10.4.1",
2020
"engines": {

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"devDependencies": {
1212
"@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",
13+
"@next/eslint-plugin-next": "^15.4.7",
14+
"@typescript-eslint/eslint-plugin": "^8.40.0",
15+
"@typescript-eslint/parser": "^8.40.0",
1616
"eslint": "^9.33.0",
1717
"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.5.5",
21+
"eslint-plugin-turbo": "^2.5.6",
2222
"globals": "^16.3.0",
2323
"typescript": "^5.9.2",
24-
"typescript-eslint": "^8.39.1"
24+
"typescript-eslint": "^8.40.0"
2525
}
2626
}

packages/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"clsx": "^2.1.1",
3838
"cmdk": "^1.1.1",
3939
"date-fns": "^4.1.0",
40-
"lucide-react": "^0.539.0",
40+
"lucide-react": "^0.540.0",
4141
"react": "^19.1.1",
42-
"react-day-picker": "^9.8.1",
42+
"react-day-picker": "^9.9.0",
4343
"react-dom": "^19.1.1",
4444
"react-hook-form": "^7.62.0",
4545
"tailwind-merge": "^3.3.1",
46-
"tw-animate-css": "^1.3.6",
46+
"tw-animate-css": "^1.3.7",
4747
"vaul": "^1.1.2",
4848
"zod": "^4.0.17"
4949
},
5050
"devDependencies": {
5151
"@project-aqua/eslint-config": "workspace:*",
5252
"@project-aqua/typescript-config": "workspace:*",
5353
"@tailwindcss/postcss": "^4.1.12",
54-
"@turbo/gen": "^2.5.5",
54+
"@turbo/gen": "^2.5.6",
5555
"@types/eslint": "^9.6.1",
56-
"@types/node": "^24.2.1",
56+
"@types/node": "^24.3.0",
5757
"@types/react": "^19.1.10",
5858
"@types/react-dom": "^19.1.7",
5959
"eslint": "^9.33.0",

0 commit comments

Comments
 (0)