Update typescript-eslint monorepo to v8.50.1 (#111)
All checks were successful
test-build / build (push) Successful in 41s
renovate / renovate (push) Successful in 57s

This commit was merged in pull request #111.
This commit is contained in:
2025-12-24 00:01:52 +00:00
parent 0bf40ca1e8
commit a022d1e8fa
2 changed files with 68 additions and 68 deletions

View File

@@ -26,13 +26,13 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@typescript-eslint/parser": "8.50.0",
"@typescript-eslint/parser": "8.50.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.5.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "8.50.0"
"typescript-eslint": "8.50.1"
}
}