Skip to content

Commit c990c5b

Browse files
committed
chore: bump deps
1 parent e7c4070 commit c990c5b

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

.changeset/old-eagles-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-yuki-stack': patch
3+
---
4+
5+
bump deps

cli/src/commands/init/create/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import type { ProjectOptions } from '@/commands/init/types'
44

55
const versionMap = new Map<string, string>([
66
['node', '22.0.0'],
7-
['npm', '11.4.0'],
7+
['npm', '11.6.0'],
88
['yarn', '1.22.22'],
9-
['pnpm', '10.18.0'],
9+
['pnpm', '10.20.0'],
1010
['bun', '1.3.0'],
1111
])
1212

cli/templates/apps/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "catalog:",
4141
"tailwindcss": "catalog:tailwind",
4242
"typescript": "catalog:",
43-
"vite": "^7.1.12",
43+
"vite": "^7.2.1",
4444
"vite-tsconfig-paths": "^5.1.4"
4545
},
4646
"peerDependencies": {

cli/templates/apps/tanstack-start/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@{{ name }}/ui": "workspace:*",
1919
"@{{ name }}/validators": "workspace:*",
2020
"@tanstack/react-query": "catalog:",
21-
"@tanstack/react-router": "^1.134.12",
22-
"@tanstack/react-start": "^1.134.12",
21+
"@tanstack/react-router": "^1.134.13",
22+
"@tanstack/react-start": "^1.134.14",
2323
"react": "catalog:react",
2424
"react-dom": "catalog:react"
2525
},
@@ -28,17 +28,17 @@
2828
"@{{ name }}/prettier-config": "workspace:*",
2929
"@{{ name }}/tsconfig": "workspace:*",
3030
"@tailwindcss/vite": "catalog:tailwind",
31-
"@tanstack/router-cli": "^1.134.12",
31+
"@tanstack/router-cli": "^1.134.14",
3232
"@types/node": "catalog:",
3333
"@types/react": "catalog:react",
3434
"@types/react-dom": "catalog:react",
35-
"@vitejs/plugin-react-swc": "^4.2.0",
35+
"@vitejs/plugin-react-swc": "^4.2.1",
3636
"dotenv-cli": "catalog:",
3737
"eslint": "catalog:",
3838
"prettier": "catalog:",
3939
"tailwindcss": "catalog:tailwind",
4040
"typescript": "catalog:",
41-
"vite": "^7.1.12",
41+
"vite": "^7.2.1",
4242
"vite-tsconfig-paths": "^5.1.4"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)