chore: update deps

This commit is contained in:
C4illin
2025-05-12 09:24:36 +02:00
parent 4f0573963f
commit fd9c151e01
2 changed files with 398 additions and 144 deletions

506
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -12,11 +12,11 @@
"lint:eslint": "eslint ."
},
"dependencies": {
"@elysiajs/html": "^1.2.0",
"@elysiajs/jwt": "^1.2.0",
"@elysiajs/static": "^1.2.0",
"@kitajs/html": "^4.2.7",
"elysia": "^1.2.25",
"@elysiajs/html": "^1.3.0",
"@elysiajs/jwt": "^1.3.0",
"@elysiajs/static": "^1.3.0",
"@kitajs/html": "^4.2.9",
"elysia": "^1.3.1",
"sanitize-filename": "^1.6.3"
},
"module": "src/index.tsx",
@@ -25,30 +25,30 @@
"start": "bun run src/index.tsx"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@eslint/js": "^9.26.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@kitajs/ts-html-plugin": "^4.1.1",
"@tailwindcss/cli": "^4.1.3",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/cli": "^4.1.6",
"@tailwindcss/postcss": "^4.1.6",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.2.9",
"@types/bun": "^1.2.13",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.14.1",
"@types/node": "^22.15.17",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"eslint": "^9.24.0",
"eslint-plugin-readable-tailwind": "^2.0.1",
"cssnano": "^7.0.7",
"eslint": "^9.26.0",
"eslint-plugin-readable-tailwind": "^2.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "4.0.0-alpha.0",
"globals": "^16.0.0",
"knip": "^5.50.2",
"npm-run-all2": "^8.0.0",
"globals": "^16.1.0",
"knip": "^5.55.1",
"npm-run-all2": "^8.0.1",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"prettier": "^3.5.3",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.6",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1"
"typescript-eslint": "^8.32.0"
}
}