Skip to content

Commit

Permalink
fix(deps): pin dependencies (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 1e0e748 commit 55ae961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test:e2e": "wait-on http://localhost:3000 && cypress run"
},
"dependencies": {
"@typeschema/joi": "^0.13.3",
"@typeschema/valibot": "^0.13.4",
"@typeschema/yup": "^0.13.3",
"@typeschema/zod": "^0.13.3",
"@typeschema/joi": "0.13.3",
"@typeschema/valibot": "0.13.4",
"@typeschema/yup": "0.13.3",
"@typeschema/zod": "0.13.3",
"caniuse-lite": "1.0.30001597",
"fastest-validator": "1.17.0",
"isarray": "2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions example/pnpm-lock.yaml

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

0 comments on commit 55ae961

Please sign in to comment.