Skip to content

Commit 9e0b52f

Browse files
committed
chore: bump deps
1 parent d161aa8 commit 9e0b52f

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

.changeset/ready-nails-agree.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

bun.lock

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@yuki/tsconfig": "workspace:*",
5959
"eslint": "catalog:",
6060
"prettier": "catalog:",
61-
"tsdown": "^0.16.8",
61+
"tsdown": "^0.17.0-beta.4",
6262
"typescript": "catalog:"
6363
},
6464
"publishConfig": {

cli/templates/bun.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "^24.10.1",
66
"dotenv-cli": "^11.0.0",
77
"eslint": "^9.39.1",
8-
"prettier": "^3.7.1",
8+
"prettier": "^3.7.3",
99
"prettier-plugin-tailwindcss": "^0.7.1",
1010
"tsdown": "^0.16.8",
1111
"typescript": "^5.9.3",
@@ -30,9 +30,9 @@
3030
"superjson": "^2.2.6"
3131
},
3232
"orpc": {
33-
"@orpc/server": "^1.11.3",
34-
"@orpc/client": "^1.11.3",
35-
"@orpc/tanstack-query": "^1.11.3"
33+
"@orpc/server": "^1.12.0",
34+
"@orpc/client": "^1.12.0",
35+
"@orpc/tanstack-query": "^1.12.0"
3636
}
3737
}
3838
}

cli/templates/pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ catalog:
99
'@types/node': ^24.10.1
1010
dotenv-cli: ^11.0.0
1111
eslint: ^9.39.1
12-
prettier: ^3.7.1
12+
prettier: ^3.7.3
1313
prettier-plugin-tailwindcss: ^0.7.1
1414
tsdown: ^0.16.8
1515
typescript: ^5.9.3
@@ -31,6 +31,6 @@ catalogs:
3131
'@trpc/tanstack-react-query': ^11.7.2
3232
superjson": ^2.2.6
3333
orpc:
34-
'@orpc/server': ^1.11.3
35-
'@orpc/client': ^1.11.3
36-
'@orpc/tanstack-query': ^1.11.3
34+
'@orpc/server': ^1.12.0
35+
'@orpc/client': ^1.12.0
36+
'@orpc/tanstack-query': ^1.12.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^24.10.1",
3636
"dotenv-cli": "^11.0.0",
3737
"eslint": "^9.39.1",
38-
"prettier": "^3.7.2",
38+
"prettier": "^3.7.3",
3939
"prettier-plugin-tailwindcss": "^0.7.1",
4040
"typescript": "^5.9.3"
4141
},

0 commit comments

Comments
 (0)