Skip to content

Commit

Permalink
update deps, remove user/follow manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Mar 12, 2024
1 parent 01977ae commit 8a92705
Show file tree
Hide file tree
Showing 12 changed files with 1,019 additions and 1,544 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@
"drizzle:studio": "drizzle-kit studio --port 7331 --host 127.0.0.1 --verbose"
},
"devDependencies": {
"@asteasolutions/zod-to-openapi": "^6.3.1",
"@cloudflare/workers-types": "^4.20240208.0",
"@types/node": "^20.11.17",
"dotenv": "^16.4.2",
"@asteasolutions/zod-to-openapi": "^6.4.0",
"@cloudflare/workers-types": "^4.20240312.0",
"@types/node": "^20.11.26",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.14",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"openapi-generator": "link:@asteasolutions/zod-to-openapi/dist/v3.0/openapi-generator",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"wrangler": "3.28.1"
"typescript": "^5.4.2",
"wrangler": "3.33.0"
},
"private": true,
"dependencies": {
"@axiomhq/js": "1.0.0-rc.2",
"@hono/swagger-ui": "^0.2.1",
"@hono/zod-openapi": "^0.9.6",
"@libsql/client": "0.4.3",
"@lucia-auth/adapter-sqlite": "3.0.0",
"@scalar/hono-api-reference": "^0.3.47",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"better-sqlite3": "^9.4.1",
"@hono/zod-openapi": "^0.9.8",
"@libsql/client": "0.5.6",
"@lucia-auth/adapter-sqlite": "3.0.1",
"@scalar/hono-api-reference": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"better-sqlite3": "^9.4.3",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.29.3",
"drizzle-orm": "^0.30.1",
"drizzle-zod": "^0.5.1",
"hono": "^4.0.1",
"lucia": "3.0.1",
"oslo": "^1.1.0",
"hono": "^4.1.0",
"lucia": "3.1.1",
"oslo": "^1.1.3",
"prettier": "^3.2.5",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
Expand Down
Loading

0 comments on commit 8a92705

Please sign in to comment.