Update typescript-eslint monorepo to v8.46.3 (#74)
All checks were successful
renovate / renovate (push) Successful in 1m6s
test-build / build (push) Successful in 40s

This commit was merged in pull request #74.
This commit is contained in:
2025-11-04 18:24:29 +00:00
parent cc0f90c38b
commit 53cfef846b
2 changed files with 80 additions and 56 deletions

View File

@@ -26,13 +26,13 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.18",
"@typescript-eslint/parser": "8.46.2",
"@typescript-eslint/parser": "8.46.3",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.4.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"typescript-eslint": "8.46.2"
"typescript-eslint": "8.46.3"
}
}