chore: update deps

This commit is contained in:
C4illin
2025-04-01 18:09:56 +02:00
parent d7d584e497
commit 794cc7c474
2 changed files with 105 additions and 109 deletions

View File

@@ -16,7 +16,7 @@
"@elysiajs/jwt": "^1.2.0",
"@elysiajs/static": "^1.2.0",
"@kitajs/html": "^4.2.7",
"elysia": "^1.2.12",
"elysia": "^1.2.25",
"sanitize-filename": "^1.6.3"
},
"module": "src/index.tsx",
@@ -25,30 +25,30 @@
"start": "bun run src/index.tsx"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.23.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@kitajs/ts-html-plugin": "^4.1.1",
"@tailwindcss/cli": "^4.0.4",
"@tailwindcss/postcss": "^4.0.4",
"@tailwindcss/cli": "^4.0.17",
"@tailwindcss/postcss": "^4.0.17",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.2.2",
"@types/bun": "^1.2.8",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.13.1",
"autoprefixer": "^10.4.20",
"@types/node": "^22.13.16",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"eslint": "^9.19.0",
"eslint-plugin-readable-tailwind": "^2.0.0-beta.4",
"eslint": "^9.23.0",
"eslint-plugin-readable-tailwind": "^2.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "4.0.0-alpha.0",
"globals": "^16.0.0",
"knip": "^5.43.6",
"knip": "^5.46.4",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"tailwind-scrollbar": "^4.0.0",
"tailwindcss": "^4.0.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0"
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.0.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
}
}