chore(deps): update to latest; add dev dep astro-eslint-parser

This commit is contained in:
ayo 2026-01-25 19:19:23 +01:00
parent 21765054e0
commit f5f8f42628
3 changed files with 1353 additions and 771 deletions

View file

@ -18,7 +18,6 @@
"@astrojs/node": "^9.1.3", "@astrojs/node": "^9.1.3",
"@fastify/middie": "^9.0.3", "@fastify/middie": "^9.0.3",
"@fastify/static": "^8.1.1", "@fastify/static": "^8.1.1",
"astro-eslint-parser": "^1.2.2",
"fastify": "^5.2.2", "fastify": "^5.2.2",
"@ayco/astro-sw": "workspace:*" "@ayco/astro-sw": "workspace:*"
} }

View file

@ -10,7 +10,8 @@
"prepare": "husky", "prepare": "husky",
"test": "pnpm -F @ayco/astro-sw test", "test": "pnpm -F @ayco/astro-sw test",
"build": "pnpm -F @ayco/astro-sw build", "build": "pnpm -F @ayco/astro-sw build",
"demo": "pnpm run build && pnpm -F demo build:preview" "demo": "pnpm run build && pnpm -F demo build:preview",
"postinstall": "pnpm run build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,18 +21,19 @@
"license": "MIT", "license": "MIT",
"homepage": "https://ayco.io/n/@ayco/astro-sw#readme", "homepage": "https://ayco.io/n/@ayco/astro-sw#readme",
"devDependencies": { "devDependencies": {
"@ayco/astro-sw": "workspace:*", "@ayco/astro-sw": "*",
"@eslint/js": "^9.24.0", "@eslint/js": "^9.39.2",
"eslint": "^9.24.0", "astro-eslint-parser": "^1.2.2",
"eslint-plugin-astro": "^1.3.1", "eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.0.0", "globals": "^17.1.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"prettier": "^3.5.3", "prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"tsup": "^8.4.0", "tsup": "^8.5.1",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.29.0", "typescript-eslint": "^8.53.1",
"vitest": "^3.1.1" "vitest": "^4.0.18"
} }
} }

File diff suppressed because it is too large Load diff