Skip to content

Commit

Permalink
chore: Make zod a peer of ua-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 23, 2023
1 parent 219cc9a commit 6ee0709
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/ua-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"lint": "npx eslint '**/*.{js,ts,json}'",
"test": "jest"
},
"dependencies": {
"zod": "^3.22.4"
},
"devDependencies": {
"@layerzerolabs/lz-definitions": "~1.5.58",
"@types/jest": "^29.5.10",
Expand All @@ -41,9 +38,11 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"zod": "^3.22.4"
},
"peerDependencies": {
"@layerzerolabs/lz-definitions": "~1.5.58"
"@layerzerolabs/lz-definitions": "~1.5.58",
"zod": "^3.22.4"
}
}

0 comments on commit 6ee0709

Please sign in to comment.