171 bug allow passing refs to inputbutton components (#172)
* Refactor UI components to use ComponentPropsWithRef for improved type safety * Updated dependencies and removed duplicate instance of Tslint since it's already provided in the Next.js config
This commit is contained in:
committed by
GitHub
parent
cdf7cc6f00
commit
0808b91e0d
@@ -6,7 +6,6 @@ import nextConfig from './nextjs.js';
|
||||
|
||||
export default tsEsLint.config(
|
||||
eslint.configs.recommended,
|
||||
tsEsLint.configs.recommended,
|
||||
nextConfig,
|
||||
turboConfig,
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@types/eslint": "9.6.1",
|
||||
"eslint-config-next": "15.1.7",
|
||||
"eslint-config-turbo": "^2.4.2",
|
||||
"typescript-eslint": "8.24.0"
|
||||
"typescript-eslint": "8.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user