Skip to content

Commit 6b2ec03

Browse files
committed
chore(deps): upgrade
1 parent df7c744 commit 6b2ec03

File tree

4 files changed

+357
-203
lines changed

4 files changed

+357
-203
lines changed

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"@hono/node-server": "^1.14.1",
49-
"hono": "^4.7.6"
49+
"hono": "^4.7.7"
5050
}
5151
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.7.0",
6+
"packageManager": "pnpm@10.8.1",
77
"author": "ice breaker <1324318532@qq.com>",
88
"repository": {
99
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@changesets/changelog-github": "^0.5.1",
36-
"@changesets/cli": "^2.28.1",
36+
"@changesets/cli": "^2.29.1",
3737
"@commitlint/cli": "^19.8.0",
3838
"@commitlint/config-conventional": "^19.8.0",
3939
"@commitlint/prompt-cli": "^19.8.0",

packages/monorepo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"@inquirer/confirm": "^5.1.9",
5858
"@pnpm/logger": "^1000.0.0",
5959
"@pnpm/types": "^1000.4.0",
60-
"@pnpm/workspace.find-packages": "^1000.0.20",
60+
"@pnpm/workspace.find-packages": "^1000.0.21",
6161
"commander": "^13.1.0",
6262
"comment-json": "^4.2.5",
6363
"consola": "^3.4.2",
6464
"execa": "^9.5.2",
6565
"fs-extra": "^11.3.0",
66-
"git-url-parse": "^16.0.1",
66+
"git-url-parse": "^16.1.0",
6767
"klaw": "^4.1.0",
6868
"p-queue": "^8.1.0",
6969
"pathe": "^2.0.3",
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@types/get-value": "^3.0.5",
75-
"@types/git-url-parse": "^16.0.0",
75+
"@types/git-url-parse": "^16.0.2",
7676
"@types/klaw": "^3.0.6",
7777
"@types/micromatch": "^4.0.9",
7878
"@types/set-value": "^4.0.3",

0 commit comments

Comments
 (0)