Skip to content

Commit

Permalink
Bump zod and next in /src
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.4.19 to 13.5.6
- [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.4.19...v13.5.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 3, 2024
1 parent 7a071ae commit 41abd8b
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 65 deletions.
123 changes: 59 additions & 64 deletions src/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 src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"glob": "^10.3.3",
"hamburger-react": "^2.5.0",
"highlight.js": "^11.8.0",
"next": "13.4.19",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
Expand Down

0 comments on commit 41abd8b

Please sign in to comment.