Skip to content

Commit 1cbadd5

Browse files
committed
fix: move zod to peers
1 parent 5b66d61 commit 1cbadd5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"express": "^4.18.2",
4949
"mongodb": "^6.3.0",
5050
"reflect-metadata": "^0.1.13",
51-
"rxjs": "^7.8.1"
51+
"rxjs": "^7.8.1",
52+
"zod": "^3.22.6"
5253
},
5354
"dependencies": {
5455
"lodash": "^4.17.21",
5556
"nestjs-pino": "^4.0.0",
5657
"pino": "^8.17.2",
5758
"pino-http": "^9.0.0",
5859
"pino-pretty": "^10.3.1",
59-
"type-fest": "^4.8.2",
60-
"zod": "^3.22.4"
60+
"type-fest": "^4.8.2"
6161
},
6262
"devDependencies": {
6363
"@commitlint/cli": "^19.3.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)