Files
atalaya/status-page/package.json
dependabot[bot] 336bfdb12d chore(deps-dev): bump eslint in the npm-minor-patch group
Bumps the npm-minor-patch group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-18 00:23:03 +00:00

31 lines
783 B
JSON

{
"name": "atalaya-prod-status-page",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "echo 'Deploy from root: npm run deploy'",
"typecheck": "astro check && tsc --noEmit",
"check": "astro check && tsc --noEmit && eslint",
"test": "vitest run",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/cloudflare": "^13.1.7",
"astro": "^6.1.4",
"uplot": "^1.6.31"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.58.1",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.2.1",
"eslint-plugin-astro": "^1.7.0",
"typescript": "^6.0.0"
}
}