chore(deps): update dependencies

This commit is contained in:
C4illin
2024-08-23 19:16:25 +02:00
parent bc4ad49285
commit 7456174022
2 changed files with 8 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -16,7 +16,7 @@
"@elysiajs/html": "1.0.2",
"@elysiajs/jwt": "^1.1.0",
"@elysiajs/static": "1.0.3",
"elysia": "^1.1.5"
"elysia": "^1.1.7"
},
"module": "src/index.tsx",
"type": "module",
@@ -26,18 +26,18 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@kitajs/ts-html-plugin": "^4.0.2",
"@picocss/pico": "^2.0.6",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.6",
"@types/eslint": "^9.6.0",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
@@ -45,11 +45,11 @@
"eslint-plugin-isaacscript": "^3.12.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"knip": "^5.27.0",
"knip": "^5.27.3",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typescript-eslint": "^8.2.0"
},
"trustedDependencies": ["@biomejs/biome"]
}