Skip to content

Commit cc5816c

Browse files
committed
updated dependencies to latest version
**apps/client** - Updated `lucide-react` from `^0.542.0` to `^0.544.0` - Updated `next` from `^15.5.2` to `^15.5.3` - Updated `@types/node` from `^24.3.0` to `^24.4.0` - Updated `@types/react` from `^19.1.12` to `^19.1.13` **apps/server** - Updated `@hono/node-server` from `^1.19.1` to `^1.19.2` - Updated `@scalar/hono-api-reference` from `^0.9.16` to `^0.9.18` - Updated `hono` from `^4.9.6` to `^4.9.7` - Updated `pino` from `^9.9.1` to `^9.9.5` - Updated `zod` from `^4.1.5` to `^4.1.8` - Updated `@types/node` from `^24.3.0` to `^24.4.0` **config/eslint** - Updated `@eslint/js` from `^9.34.0` to `^9.35.0` - Updated `@next/eslint-plugin-next` from `^15.5.2` to `^15.5.3` - Updated `@types/node` from `^24.3.0` to `^24.4.0` - Updated `@typescript-eslint/eslint-plugin` from `^8.42.0` to .44.0` - Updated `eslint` from `^9.34.0` to `^9.35.0` - Updated `globals` from `^16.3.0` to `^16.4.0` - Updated `typescript-eslint` from `^8.42.0` to `^8.44.0` **config/tailwind** - Updated `tw-animate-css` from `^1.3.7` to `^1.3.8` - Updated `@tailwindcss/postcss` from `^4.1.12` to `^4.1.13` - Updated `tailwindcss` from `^4.1.12` to `^4.1.13` **packages/ui** - Updated `lucide-react` from `^0.542.0` to `^0.544.0` - Updated `@types/node` from `^24.3.0` to `^24.4.0` - Updated `@types/react` from `^19.1.12` to `^19.1.13` **package.json** - Updated `turbo` from `^2.5.3` to `^2.5.6` - Updated `typescript` from `5.8.3` to `5.9.2` - Updated pnpm from `10.15.1` to `10.
1 parent a29cff2 commit cc5816c

File tree

7 files changed

+411
-411
lines changed

7 files changed

+411
-411
lines changed

apps/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
},
1616
"dependencies": {
1717
"@workspace/ui": "workspace:*",
18-
"lucide-react": "^0.542.0",
19-
"next": "^15.5.2",
18+
"lucide-react": "^0.544.0",
19+
"next": "^15.5.3",
2020
"next-themes": "^0.4.6",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/node": "^24.3.0",
26-
"@types/react": "^19.1.12",
25+
"@types/node": "^24.4.0",
26+
"@types/react": "^19.1.13",
2727
"@types/react-dom": "^19.1.9",
2828
"@workspace/tailwind": "workspace:*"
2929
}

apps/server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"update": "pnpm update --latest"
1414
},
1515
"dependencies": {
16-
"@hono/node-server": "^1.19.1",
16+
"@hono/node-server": "^1.19.2",
1717
"@hono/zod-openapi": "^1.1.0",
18-
"@scalar/hono-api-reference": "^0.9.16",
18+
"@scalar/hono-api-reference": "^0.9.18",
1919
"dotenv": "^17.2.2",
20-
"hono": "^4.9.6",
20+
"hono": "^4.9.7",
2121
"hono-pino": "^0.10.2",
22-
"pino": "^9.9.1",
23-
"zod": "^4.1.5"
22+
"pino": "^9.9.5",
23+
"zod": "^4.1.8"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^24.3.0",
26+
"@types/node": "^24.4.0",
2727
"pino-pretty": "^13.1.1",
2828
"ts-node": "^10.9.2",
2929
"tsc-alias": "^1.8.16",

config/eslint/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"./index": "./index.ts"
1212
},
1313
"devDependencies": {
14-
"@eslint/js": "^9.34.0",
15-
"@next/eslint-plugin-next": "^15.5.2",
16-
"@types/node": "^24.3.0",
17-
"@typescript-eslint/eslint-plugin": "^8.42.0",
18-
"eslint": "^9.34.0",
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",
1919
"eslint-plugin-react": "^7.37.5",
2020
"eslint-plugin-turbo": "^2.5.6",
21-
"globals": "^16.3.0",
21+
"globals": "^16.4.0",
2222
"jiti": "^2.5.1",
23-
"typescript-eslint": "^8.42.0"
23+
"typescript-eslint": "^8.44.0"
2424
}
2525
}

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.7"
15+
"tw-animate-css": "^1.3.8"
1616
},
1717
"devDependencies": {
18-
"@tailwindcss/postcss": "^4.1.12",
19-
"tailwindcss": "^4.1.12"
18+
"@tailwindcss/postcss": "^4.1.13",
19+
"tailwindcss": "^4.1.13"
2020
}
2121
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@workspace/eslint": "workspace:*",
2020
"@workspace/prettier": "workspace:*",
2121
"@workspace/typescript": "workspace:*",
22-
"turbo": "^2.5.3",
23-
"typescript": "5.8.3"
22+
"turbo": "^2.5.6",
23+
"typescript": "5.9.2"
2424
},
25-
"packageManager": "pnpm@10.15.1",
25+
"packageManager": "pnpm@10.16.1",
2626
"engines": {
2727
"node": ">=20"
2828
}

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@radix-ui/react-slot": "^1.2.3",
1515
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
17-
"lucide-react": "^0.542.0",
17+
"lucide-react": "^0.544.0",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
2020
"tailwind-merge": "^3.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^24.3.0",
24-
"@types/react": "^19.1.12",
23+
"@types/node": "^24.4.0",
24+
"@types/react": "^19.1.13",
2525
"@types/react-dom": "^19.1.9",
2626
"@workspace/tailwind": "workspace:*"
2727
},

0 commit comments

Comments
 (0)