chore: update dev dependencies and ESLint parser

- Upgrade astro-eslint-parser to version 1.2.1
- Add @types/mdast type definitions
- Minor dependency version updates in package.json and pnpm-lock.yaml
This commit is contained in:
radishzzz 2025-01-25 08:29:54 +00:00
parent fc1daf4335
commit e9e318e02d
2 changed files with 15 additions and 48 deletions

View file

@ -47,11 +47,12 @@
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.10",
"@types/sanitize-html": "^2.13.0",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/preset-attributify": "^65.4.3",
"astro-eslint-parser": "^1.2.0",
"astro-eslint-parser": "^1.2.1",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"lint-staged": "^15.4.2",