chore: update deps

This commit is contained in:
C4illin 2024-12-17 21:56:24 +01:00
parent 7f66a76bb0
commit 9e15114fe8
2 changed files with 14 additions and 14 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -16,8 +16,8 @@
"@elysiajs/html": "^1.1.1", "@elysiajs/html": "^1.1.1",
"@elysiajs/jwt": "^1.1.1", "@elysiajs/jwt": "^1.1.1",
"@elysiajs/static": "^1.1.1", "@elysiajs/static": "^1.1.1",
"@kitajs/html": "^4.2.4", "@kitajs/html": "^4.2.6",
"elysia": "^1.1.25" "elysia": "^1.1.26"
}, },
"module": "src/index.tsx", "module": "src/index.tsx",
"type": "module", "type": "module",
@ -25,31 +25,31 @@
"start": "bun run src/index.tsx" "start": "bun run src/index.tsx"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^1.2.3", "@eslint/compat": "^1.2.4",
"@eslint/js": "^9.15.0", "@eslint/js": "^9.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0", "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@kitajs/ts-html-plugin": "^4.1.0", "@kitajs/ts-html-plugin": "^4.1.1",
"@total-typescript/ts-reset": "^0.6.1", "@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.13", "@types/bun": "^1.1.14",
"@types/eslint-plugin-tailwindcss": "^3.17.0", "@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__js": "^8.42.3", "@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.4", "@types/node": "^22.10.2",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"eslint": "^9.15.0", "eslint": "^9.17.0",
"eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-readable-tailwind": "^1.8.2", "eslint-plugin-readable-tailwind": "^1.8.2",
"eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.5", "eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.12.0", "globals": "^15.13.0",
"knip": "^5.37.2", "knip": "^5.41.0",
"npm-run-all2": "^7.0.1", "npm-run-all2": "^7.0.2",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.15", "tailwindcss": "^3.4.17",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"typescript-eslint": "^8.16.0" "typescript-eslint": "^8.18.1"
} }
} }