Skip to content

Commit fa66166

Browse files
committed
fix headers dep
1 parent 174ed12 commit fa66166

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/multipart-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"types": "./src/index.ts",
1616
"module": "./src/index.ts",
1717
"dependencies": {
18-
"@remix-run/headers": "^0.19.0"
18+
"@remix-run/headers": "file:../server/remix-run-headers-0.19.1.tgz"
1919
}
2020
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "./src/index.ts",
88
"dependencies": {
99
"@hono/node-server": "^2.0.1",
10-
"@remix-run/headers": "file:remix-run-headers-0.19.0.tgz",
10+
"@remix-run/headers": "file:remix-run-headers-0.19.1.tgz",
1111
"@types/bytes": "^3.1.5",
1212
"@types/compression": "^1.8.0",
1313
"@types/debug": "^4.1.12",
50.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)