Skip to content

Commit

Permalink
chore(deps): bump zod and next in /packages/cna-template/template
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.10 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.4.10...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]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 3ee15a5 commit 09bc2cb
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 69 deletions.
226 changes: 158 additions & 68 deletions packages/cna-template/template/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 packages/cna-template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sumup/design-tokens": "^6.0.0",
"@sumup/icons": "^3.0.0",
"@sumup/intl": "^1.5.0",
"next": "^13.4.0",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 09bc2cb

Please sign in to comment.