comfycamp/package.json
dependabot[bot] 27ef1a5e7a Bump zod and astro
Bumps [zod](https://github.com/colinhacks/zod) to 3.22.4 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together.


Updates `zod` from 3.21.1 to 3.22.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.1...v3.22.4)

Updates `astro` from 3.2.4 to 3.5.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.5.2/packages/astro)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 17:45:13 +05:00

19 lines
370 B
JSON

{
"name": "comfycamp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc --noEmit",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.0",
"astro": "^3.5.2",
"typescript": "^5.2.2"
}
}