Skip to content

Commit 3b61380

Browse files
authored
fix: deployments not working with undici 7 (#1139)
1 parent 0b09413 commit 3b61380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"tslib": "^2.8.1",
131131
"tw-animate-css": "1.3.4",
132132
"typescript": "5.7.3",
133-
"undici": "^7.16.0",
133+
"undici": "*",
134134
"unified": "^11.0.5",
135135
"verdaccio": "6.1.2",
136136
"vite": "7.1.7",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)