Skip to content

Commit b586c1a

Browse files
committed
Extracting undici into a dev catalog.
1 parent e5576fb commit b586c1a

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"devDependencies": {
2222
"@types/http-errors": "catalog:peer",
2323
"@types/swagger-ui-express": "^4.1.8",
24-
"undici": "^6.19.8"
24+
"undici": "catalog:dev"
2525
}
2626
}

express-zod-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"semver": "^7.7.2",
112112
"snakify-ts": "^2.3.0",
113113
"tsup": "^8.5.0",
114-
"undici": "^6.19.8"
114+
"undici": "catalog:dev"
115115
},
116116
"keywords": [
117117
"nodejs",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ catalogs:
2727
"http-errors": "^2.0.0"
2828
"typescript": "^5.1.3"
2929
"zod": "^3.25.35"
30+
dev:
31+
"undici": "^6.19.8"

0 commit comments

Comments
 (0)