Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 4927474 commit e3dd22e
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 148 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fastest-validator": "1.19.0",
"isarray": "2.0.5",
"joi": "17.13.3",
"next": "15.0.4",
"next": "15.1.0",
"next-connect": "1.0.0",
"next-validations": "1.0.3",
"qs": "6.13.1",
Expand All @@ -30,7 +30,7 @@
"swagger-ui-react": "5.18.2",
"valibot": "0.42.1",
"yup": "1.5.0",
"zod": "3.23.8"
"zod": "3.24.0"
},
"devDependencies": {
"@types/react": "18.3.14",
Expand Down
122 changes: 61 additions & 61 deletions example/pnpm-lock.yaml

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,30 @@
"@skypack/package-check": "0.2.2",
"@testing-library/react": "16.1.0",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@typeschema/joi": "0.14.0",
"@typeschema/valibot": "0.14.0",
"@typeschema/yup": "0.14.0",
"@typeschema/zod": "0.14.0",
"@vitest/ui": "2.1.8",
"c8": "10.1.2",
"c8": "10.1.3",
"fastest-validator": "1.19.0",
"husky": "9.1.7",
"joi": "17.13.3",
"next": "15.0.4",
"next": "15.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"size-limit": "11.1.6",
"standard-version": "9.5.0",
"tslib": "2.8.1",
"tsup": "8.3.5",
"typedoc": "0.27.3",
"typedoc": "0.27.4",
"typescript": "5.7.2",
"valibot": "0.42.1",
"vite": "5.4.11",
"vitest": "2.1.8",
"yup": "1.5.0",
"zod": "3.23.8"
"zod": "3.24.0"
},
"peerDependencies": {
"next": "*"
Expand Down
Loading

0 comments on commit e3dd22e

Please sign in to comment.