Skip to content

Commit 7df4426

Browse files
authored
build: reduce external dependencies (#1219)
1 parent 31a5d7a commit 7df4426

File tree

3 files changed

+22
-24
lines changed

3 files changed

+22
-24
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@
4848
"h3": "link:."
4949
},
5050
"dependencies": {
51-
"cookie-es": "^2.0.0",
52-
"fetchdts": "^0.1.7",
5351
"rou3": "^0.7.7",
54-
"srvx": "^0.8.15"
52+
"srvx": "^0.8.16"
5553
},
5654
"devDependencies": {
5755
"@mitata/counters": "^0.0.8",
@@ -64,12 +62,14 @@
6462
"automd": "^0.4.2",
6563
"changelogen": "^0.6.2",
6664
"connect": "^3.7.0",
65+
"cookie-es": "^2.0.0",
6766
"crossws": "^0.4.1",
6867
"elysia": "^1.4.9",
6968
"esbuild": "^0.25.10",
7069
"eslint": "^9.37.0",
7170
"eslint-config-unjs": "^0.5.0",
7271
"express": "^5.1.0",
72+
"fetchdts": "^0.1.7",
7373
"get-port-please": "^3.2.0",
7474
"h3-nightly": "latest",
7575
"h3-v1": "npm:h3@^1.15.4",

pnpm-lock.yaml

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

src/utils/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { H3Event } from "../event.ts";
22

3-
import { splitSetCookieString } from "cookie-es";
3+
import { splitSetCookieString } from "srvx/cookie";
44
import { HTTPError } from "../error.ts";
55
import {
66
PayloadMethods,

0 commit comments

Comments
 (0)