Skip to content

Commit 2454870

Browse files
author
yuanliu147
committed
chore: move zod to peerDependencies
1 parent f657ead commit 2454870

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"express-rate-limit": "^7.5.0",
6161
"pkce-challenge": "^5.0.0",
6262
"raw-body": "^3.0.0",
63-
"zod": "^3.23.8",
6463
"zod-to-json-schema": "^3.24.1"
6564
},
6665
"devDependencies": {
@@ -87,5 +86,8 @@
8786
},
8887
"resolutions": {
8988
"strip-ansi": "6.0.1"
89+
},
90+
"peerDependencies": {
91+
"zod": "^3.23.8"
9092
}
9193
}

0 commit comments

Comments
 (0)