chore: upgrade dependencies

This commit is contained in:
2024-09-08 14:56:31 -05:00
parent 090a7504aa
commit 01aef0ad95
2 changed files with 19 additions and 19 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -19,37 +19,37 @@
"@consumet/extensions": "github:consumet/consumet.ts#3dd0ccb",
"@haverstack/axios-fetch-adapter": "^0.12.0",
"@hono/swagger-ui": "^0.2.2",
"@hono/zod-openapi": "^0.12.0",
"@hono/zod-openapi": "^0.12.2",
"@hono/zod-validator": "^0.2.2",
"@libsql/client": "^0.6.2",
"@upstash/qstash": "^2.7.0",
"drizzle-orm": "^0.31.2",
"gql.tada": "^1.7.5",
"graphql-request": "^7.0.1",
"hono": "^4.3.6",
"jose": "^5.4.0",
"@upstash/qstash": "^2.7.5",
"drizzle-orm": "^0.31.4",
"gql.tada": "^1.8.7",
"graphql-request": "^7.1.0",
"hono": "^4.5.11",
"jose": "^5.8.0",
"lodash.mapkeys": "^4.6.0",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.3",
"@cloudflare/workers-types": "^4.20240403.0",
"@0no-co/graphqlsp": "^1.12.14",
"@cloudflare/workers-types": "^4.20240903.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "^1.1.2",
"@types/bun": "^1.1.8",
"@types/lodash.mapkeys": "^4.6.9",
"@types/luxon": "^3.4.2",
"drizzle-kit": "^0.22.6",
"drizzle-kit": "^0.22.8",
"gtoken": "^7.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"msw": "^2.3.0",
"prettier": "^3.2.5",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"msw": "2.4.3",
"prettier": "^3.3.3",
"prettier-plugin-toml": "^2.0.1",
"ts-morph": "^22.0.0",
"typescript": "^5.4.5",
"wrangler": "^3.47.0",
"zx": "^8.1.2"
"typescript": "^5.5.4",
"wrangler": "^3.75.0",
"zx": "^8.1.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"