1 Commits

Author SHA1 Message Date
2f6927203a Update dependency @typescript-eslint/eslint-plugin to ^8.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-06-16 00:23:47 +00:00
2 changed files with 1194 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,15 +31,15 @@
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@types/semver": "^7.7.0", "@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.1", "@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.5.2", "@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.29.0", "eslint": "^9.26.0",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0", "globals": "^16.1.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.24.1", "typescript-eslint": "^8.24.1",
"vite": "^6.3.5" "vite": "^6.2.3"
} }
} }