Skip to content

Commit

Permalink
build(deps): bump zod and next (#23)
Browse files Browse the repository at this point in the history
Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `zod`

Updates `next` from 13.5.2 to 13.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.2...v13.5.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Breuer <[email protected]>
  • Loading branch information
dependabot[bot] and steezplusplus authored Oct 7, 2023
1 parent 9bf8fb5 commit c6f35a1
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 60 deletions.
113 changes: 54 additions & 59 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "8.48.0",
"eslint-config-next": "^13.5.2",
"lucide-react": "^0.277.0",
"next": "^13.5.2",
"next": "^13.5.4",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"react": "^18.2.0",
Expand Down

0 comments on commit c6f35a1

Please sign in to comment.