feat(deps): add dep build workflow
All checks were successful
/ deploy-and-package (push) Successful in 1m19s

This commit is contained in:
Alois 2026-08-09 22:34:19 +02:00
commit 7194ba72fd
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
5 changed files with 110 additions and 89 deletions

View file

@ -17,6 +17,7 @@
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@typescript/native": "npm:typescript@^7.0.2",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
@ -25,7 +26,7 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.9.0",
"typescript": "^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-eslint": "^8.66.0",
"vite": "^8.2.1"
}