bump dependencies + proper toolbar line breaks

This commit is contained in:
Joeri Exelmans 2025-06-05 10:24:46 +02:00
parent 4a89ccd5d1
commit 9bab65167b
6 changed files with 349 additions and 308 deletions

View file

@ -17,16 +17,16 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react-swc": "^3.10.0",
"eslint": "^9.27.0",
"@eslint/js": "^9.28.0",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.1",
"eslint": "^9.28.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.33.1",
"vite": "^6.3.5"
}
}