improve type inferencing + fix bug in CallBlock suggestion priorities

This commit is contained in:
Joeri Exelmans 2025-05-18 10:33:43 +02:00
parent 24689b3783
commit c45f19143b
6 changed files with 156 additions and 765 deletions

View file

@ -17,11 +17,11 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@eslint/js": "^9.27.0",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react-swc": "^3.9.0",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",