Update typescript-eslint monorepo to v8.44.1 (#29)
All checks were successful
test-build / build (push) Successful in 29s
renovate / renovate (push) Successful in 1m3s

This commit is contained in:
2025-09-22 23:33:16 +00:00
parent f00de2432d
commit 7354cf1e7c
2 changed files with 68 additions and 68 deletions

View File

@@ -26,13 +26,13 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/parser": "8.44.0",
"@typescript-eslint/parser": "8.44.1",
"eslint": "9.34.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.3.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.12",
"typescript-eslint": "8.44.0"
"typescript-eslint": "8.44.1"
}
}