Skip to content

Commit aea5f32

Browse files
committed
updated dependencies to latest version
**client/package.json** - updated lucide-react from `^0.544.0` to `^0.554.0`. - updated next from `^15.5.3` to `^16.0.3`. - updated react from `^19.1.1` to `^19.2.0`. - updated react-dom from `^19.1.1` to `^19.2.0`. - updated @types/node from `^24.4.0` to `^24.10.1`. - updated @types/react from `^19.1.13` to `^19.2.6`. - updated @types/react-dom from `^19.1.9` to `^19.2.3`. **server/package.json** - updated @hono/node-server from `^1.19.2` to `^1.19.6`. - updated @hono/zod-openapi from `^1.1.0` to `^1.1.4`. - updated @scalar/hono-api-reference from `^0.9.18` to `^0.9.24`. - updated dotenv from `^17.2.2` to `^17.2.3`. - updated hono from `^4.9.7` to `^4.10.6`. - updated hono-pino from `^0.10.2` to `^0.10.3`. - updated pino from `^9.9.5` to `^10.1.0`. - updated zod from `^4.1.8` to `^4.1.12`. - updated @types/node from `^24.4.0` to `^24.10.1`. - updated pino-pretty from `^13.1.1` to `^13.1.2`. - updated tsx from `^4.20.5` to `^4.20.6`. **config/eslint/package.json** - updated @eslint/js from `^9.35.0` to `^9.39.1`. - updated @next/eslint-plugin-next from `^15.5.3` to `^16.0.3`. - updated @types/node from `^24.4.0` to `^24.10.1`. - updated @typescript-eslint/eslint-plugin from `^8.44.0` to `^8.47.0`. - updated eslint from `^9.35.0` to `^9.39.1`. - updated eslint-plugin-turbo from `^2.5.6` to `^2.6.1`. - updated globals from `^16.4.0` to `^16.5.0`. - updated jiti from `^2.5.1` to `^2.6.1`. - updated typescript-eslint from `^8.44.0` to `^8.47.0`. **config/prettier/package.json** - updated prettier-plugin-tailwindcss from `^0.6.14` to `^0.7.1`. **config/tailwind/package.json** - updated tw-animate-css from `^1.3.8` to `^1.4.0`. - updated @tailwindcss/postcss from `^4.1.13` to `^4.1.17`. - updated tailwindcss from `^4.1.13` to `^4.1.17`. **ui/package.json** - updated @radix-ui/react-slot from `^1.2.3` to `^1.2.4`. - updated lucide-react from `^0.544.0` to `^0.554.0`. - updated react from `^19.1.1` to `^19.2.0`. - updated react-dom from `^19.1.1` to `^19.2.0`. - updated tailwind-merge from `^3.3.1` to `^3.4.0`. - updated @types/node from `^24.4.0` to `^24.10.1`. - updated @types/react from `^19.1.13` to `^19.2.6`. - updated @types/react-dom from `^19.1.9` to `^19.2.3`.
1 parent cc5816c commit aea5f32

File tree

7 files changed

+905
-941
lines changed

7 files changed

+905
-941
lines changed

apps/client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
},
1616
"dependencies": {
1717
"@workspace/ui": "workspace:*",
18-
"lucide-react": "^0.544.0",
19-
"next": "^15.5.3",
18+
"lucide-react": "^0.554.0",
19+
"next": "^16.0.3",
2020
"next-themes": "^0.4.6",
21-
"react": "^19.1.1",
22-
"react-dom": "^19.1.1"
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0"
2323
},
2424
"devDependencies": {
25-
"@types/node": "^24.4.0",
26-
"@types/react": "^19.1.13",
27-
"@types/react-dom": "^19.1.9",
25+
"@types/node": "^24.10.1",
26+
"@types/react": "^19.2.6",
27+
"@types/react-dom": "^19.2.3",
2828
"@workspace/tailwind": "workspace:*"
2929
}
3030
}

apps/server/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"update": "pnpm update --latest"
1414
},
1515
"dependencies": {
16-
"@hono/node-server": "^1.19.2",
17-
"@hono/zod-openapi": "^1.1.0",
18-
"@scalar/hono-api-reference": "^0.9.18",
19-
"dotenv": "^17.2.2",
20-
"hono": "^4.9.7",
21-
"hono-pino": "^0.10.2",
22-
"pino": "^9.9.5",
23-
"zod": "^4.1.8"
16+
"@hono/node-server": "^1.19.6",
17+
"@hono/zod-openapi": "^1.1.4",
18+
"@scalar/hono-api-reference": "^0.9.24",
19+
"dotenv": "^17.2.3",
20+
"hono": "^4.10.6",
21+
"hono-pino": "^0.10.3",
22+
"pino": "^10.1.0",
23+
"zod": "^4.1.12"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^24.4.0",
27-
"pino-pretty": "^13.1.1",
26+
"@types/node": "^24.10.1",
27+
"pino-pretty": "^13.1.2",
2828
"ts-node": "^10.9.2",
2929
"tsc-alias": "^1.8.16",
30-
"tsx": "^4.20.5"
30+
"tsx": "^4.20.6"
3131
}
3232
}

config/eslint/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"./index": "./index.ts"
1212
},
1313
"devDependencies": {
14-
"@eslint/js": "^9.35.0",
15-
"@next/eslint-plugin-next": "^15.5.3",
16-
"@types/node": "^24.4.0",
17-
"@typescript-eslint/eslint-plugin": "^8.44.0",
18-
"eslint": "^9.35.0",
14+
"@eslint/js": "^9.39.1",
15+
"@next/eslint-plugin-next": "^16.0.3",
16+
"@types/node": "^24.10.1",
17+
"@typescript-eslint/eslint-plugin": "^8.47.0",
18+
"eslint": "^9.39.1",
1919
"eslint-plugin-react": "^7.37.5",
20-
"eslint-plugin-turbo": "^2.5.6",
21-
"globals": "^16.4.0",
22-
"jiti": "^2.5.1",
23-
"typescript-eslint": "^8.44.0"
20+
"eslint-plugin-turbo": "^2.6.1",
21+
"globals": "^16.5.0",
22+
"jiti": "^2.6.1",
23+
"typescript-eslint": "^8.47.0"
2424
}
2525
}

config/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"devDependencies": {
1414
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
1515
"prettier": "^3.6.2",
16-
"prettier-plugin-tailwindcss": "^0.6.14"
16+
"prettier-plugin-tailwindcss": "^0.7.1"
1717
}
1818
}

config/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"./postcss.config": "./postcss.config.mjs"
1313
},
1414
"dependencies": {
15-
"tw-animate-css": "^1.3.8"
15+
"tw-animate-css": "^1.4.0"
1616
},
1717
"devDependencies": {
18-
"@tailwindcss/postcss": "^4.1.13",
19-
"tailwindcss": "^4.1.13"
18+
"@tailwindcss/postcss": "^4.1.17",
19+
"tailwindcss": "^4.1.17"
2020
}
2121
}

packages/ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"update": "pnpm update --latest"
1212
},
1313
"dependencies": {
14-
"@radix-ui/react-slot": "^1.2.3",
14+
"@radix-ui/react-slot": "^1.2.4",
1515
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
17-
"lucide-react": "^0.544.0",
18-
"react": "^19.1.1",
19-
"react-dom": "^19.1.1",
20-
"tailwind-merge": "^3.3.1"
17+
"lucide-react": "^0.554.0",
18+
"react": "^19.2.0",
19+
"react-dom": "^19.2.0",
20+
"tailwind-merge": "^3.4.0"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^24.4.0",
24-
"@types/react": "^19.1.13",
25-
"@types/react-dom": "^19.1.9",
23+
"@types/node": "^24.10.1",
24+
"@types/react": "^19.2.6",
25+
"@types/react-dom": "^19.2.3",
2626
"@workspace/tailwind": "workspace:*"
2727
},
2828
"exports": {

0 commit comments

Comments
 (0)