Skip to content

Commit 3f25923

Browse files
committed
chore(deps): upgrade
1 parent 74d8e67 commit 3f25923

File tree

5 files changed

+1179
-1154
lines changed

5 files changed

+1179
-1154
lines changed

.changeset/dirty-oranges-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@icebreakers/monorepo": patch
3+
---
4+
5+
chore(deps): upgrade

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.13.7",
49-
"hono": "^4.6.12"
49+
"hono": "^4.6.13"
5050
}
5151
}

package.json

Lines changed: 7 additions & 7 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@9.14.4",
6+
"packageManager": "pnpm@9.15.0",
77
"author": "ice breaker <1324318532@qq.com>",
88
"repository": {
99
"type": "git",
@@ -38,9 +38,9 @@
3838
"@commitlint/config-conventional": "^19.6.0",
3939
"@commitlint/prompt-cli": "^19.6.0",
4040
"@commitlint/types": "^19.5.0",
41-
"@icebreakers/eslint-config": "^0.7.5",
41+
"@icebreakers/eslint-config": "^0.7.7",
4242
"@icebreakers/monorepo": "workspace:*",
43-
"@icebreakers/stylelint-config": "^0.1.2",
43+
"@icebreakers/stylelint-config": "^0.1.3",
4444
"@types/fs-extra": "^11.0.4",
4545
"@types/get-value": "^3.0.5",
4646
"@types/git-url-parse": "^9.0.3",
@@ -49,18 +49,18 @@
4949
"@types/lodash": "^4.17.12",
5050
"@types/lodash-es": "^4.17.12",
5151
"@types/micromatch": "^4.0.9",
52-
"@types/node": "^22.10.1",
52+
"@types/node": "^22.10.2",
5353
"@types/set-value": "^4.0.3",
5454
"@vitest/coverage-v8": "~2.1.8",
5555
"ci-info": "^4.1.0",
5656
"cross-env": "^7.0.3",
5757
"defu": "^6.1.4",
5858
"eslint": "^9.16.0",
59-
"execa": "^9.4.1",
59+
"execa": "^9.5.2",
6060
"fs-extra": "^11.2.0",
6161
"get-value": "^3.0.1",
6262
"husky": "^9.1.6",
63-
"lint-staged": "^15.2.10",
63+
"lint-staged": "^15.2.11",
6464
"lodash": "^4.17.21",
6565
"lodash-es": "^4.17.21",
6666
"micromatch": "^4.0.8",
@@ -74,7 +74,7 @@
7474
"tsx": "^4.19.2",
7575
"turbo": "^2.3.3",
7676
"typescript": "^5.7.2",
77-
"unbuild": "^2.0.0",
77+
"unbuild": "^3.0.0",
7878
"vitest": "~2.1.8",
7979
"yaml": "^2.6.1"
8080
},

packages/monorepo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"bin": "bin/copy.js"
5454
},
5555
"dependencies": {
56-
"@inquirer/checkbox": "^4.0.2",
57-
"@inquirer/confirm": "^5.0.2",
56+
"@inquirer/checkbox": "^4.0.3",
57+
"@inquirer/confirm": "^5.1.0",
5858
"@pnpm/logger": "^5.2.0",
5959
"@pnpm/types": "^12.2.0",
6060
"@pnpm/workspace.find-packages": "^4.0.14",
6161
"commander": "^12.1.0",
6262
"comment-json": "^4.2.5",
6363
"consola": "^3.2.3",
64-
"execa": "^9.4.1",
64+
"execa": "^9.5.2",
6565
"fs-extra": "^11.2.0",
6666
"git-url-parse": "^16.0.0",
6767
"klaw": "^4.1.0",

0 commit comments

Comments
 (0)