Skip to content

Commit 7fc1d8b

Browse files
committed
chore: update listhen
1 parent da225b9 commit 7fc1d8b

File tree

3 files changed

+16
-113
lines changed

3 files changed

+16
-113
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "vitest",
2525
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test playground",
2626
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test playground -w",
27-
"play": "listhen ./playground/app.ts",
27+
"play": "listhen -w ./playground/app.ts",
2828
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
2929
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
3030
"release-rc": "pnpm test && pnpm build && changelogen --release --prerelease rc --push --publish --publishTag rc",
@@ -55,7 +55,7 @@
5555
"express": "^4.18.2",
5656
"get-port": "^7.0.0",
5757
"jiti": "^1.19.1",
58-
"listhen": "^1.2.0",
58+
"listhen": "^1.2.2",
5959
"node-fetch-native": "^1.2.0",
6060
"prettier": "^3.0.0",
6161
"supertest": "^6.3.3",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"dependencies": {
99
"h3": "^1.8.0-rc.2",
10-
"listhen": "^1.2.0"
10+
"listhen": "^1.2.2"
1111
}
1212
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)