chore: update packages

This commit is contained in:
C4illin 2025-10-05 13:56:47 +00:00
parent 126e60fec7
commit 78bac9c9ca
2 changed files with 108 additions and 68 deletions

View file

@ -20,7 +20,7 @@
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/static": "^1.4.0",
"@kitajs/html": "^4.2.10",
"elysia": "^1.4.8",
"elysia": "^1.4.9",
"sanitize-filename": "^1.6.3",
"tar": "^7.5.1"
},
@ -30,17 +30,17 @@
"start": "bun run src/index.tsx"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@eslint/js": "^9.37.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@kitajs/ts-html-plugin": "^4.1.3",
"@tailwindcss/cli": "^4.1.13",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/cli": "^4.1.14",
"@tailwindcss/postcss": "^4.1.14",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "latest",
"@types/node": "^24.5.2",
"@types/node": "^24.6.2",
"@types/tar": "^6.1.13",
"@typescript-eslint/parser": "^8.44.1",
"eslint": "^9.36.0",
"@typescript-eslint/parser": "^8.45.0",
"eslint": "^9.37.0",
"eslint-plugin-better-tailwindcss": "^3.7.9",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.4.0",
@ -49,9 +49,9 @@
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1"
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0"
},
"trustedDependencies": [
"@parcel/watcher",