comfycamp/package.json

20 lines
400 B
JSON
Raw Permalink Normal View History

2023-08-27 23:20:38 +05:00
{
"name": "comfycamp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2023-10-01 13:16:11 +05:00
"check": "astro check && tsc --noEmit",
"build": "astro build",
2023-08-27 23:20:38 +05:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
Bump the npm group with 3 updates Bumps the npm group with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/check` from 0.4.1 to 0.5.6 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.6/packages/astro-check) Updates `@astrojs/rss` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.5/packages/astro-rss) Updates `astro` from 4.2.8 to 4.4.9 - [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@4.4.9/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-03 14:09:20 +05:00
"@astrojs/check": "^0.5.6",
"@astrojs/rss": "^4.0.5",
"astro": "^4.4.9",
"typescript": "^5.3.3"
2023-08-27 23:20:38 +05:00
}
}