Skip to content

Commit

Permalink
make zod peer
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Aug 17, 2023
1 parent 9f9d48f commit 5bf8ecd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 50 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@
"typescript": "^5.0.4",
"urlpattern-polyfill": "^8.0.2",
"vite": "^4.3.5",
"vitest": "^0.31.0"
"vitest": "^0.31.0",
"zod": "^3.22.1"
},
"renovate": {
"extends": [
"github>ocavue/config-renovate"
]
},
"dependencies": {
"zod": "^3.21.4"
"peerDependencies": {

Check warning on line 67 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'peerDependencies' should be before 'devDependencies'
"zod": "^3.22.1"
}
}
90 changes: 43 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bf8ecd

Please sign in to comment.