![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the dev-dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `astro` from 5.1.5 to 5.1.6 - [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@5.1.6/packages/astro) Updates `@types/node` from 22.10.5 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "troylusty.com",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format:check": "prettier --check .",
|
|
"format:write": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/mdx": "^4.0.3",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@astrojs/tailwind": "^5.1.4",
|
|
"@fontsource-variable/outfit": "^5.1.1",
|
|
"@fontsource-variable/red-hat-mono": "^5.1.0",
|
|
"@fontsource/borel": "^5.1.1",
|
|
"astro": "^5.1.6",
|
|
"astro-icon": "^1.1.4",
|
|
"rehype-external-links": "^3.0.0",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.1",
|
|
"@iconify-json/simple-icons": "^1.2.18",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/node": "^22.10.6",
|
|
"prettier": "^3.4.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.9"
|
|
}
|
|
}
|