Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Dec 9, 2023
1 parent c59d217 commit 4ae758d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@
"typecheck:web": "tsc --noEmit --project web/tsconfig.json"
},
"dependencies": {
"@elysiajs/cors": "0.7.1",
"@elysiajs/eden": "0.7.4",
"@elysiajs/cors": "0.7.2",
"@elysiajs/eden": "0.7.6",
"@elysiajs/static": "0.7.1",
"@elysiajs/swagger": "0.7.4",
"@libsql/client": "0.3.6",
"drizzle-orm": "0.29.0",
"drizzle-orm": "0.29.1",
"elysia": "latest",
"pino": "8.16.1"
"pino": "8.16.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@tsconfig/svelte": "5.0.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"bun-types": "latest",
"drizzle-kit": "0.20.2",
"eslint": "8.53.0",
"eslint-config-productsway": "1.3.0",
"eslint-plugin-svelte": "2.35.0",
"drizzle-kit": "0.20.6",
"eslint": "8.55.0",
"eslint-config-productsway": "1.3.1",
"eslint-plugin-svelte": "2.35.1",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"superjson": "2.2.1",
"svelte": "4.2.3",
"svelte-check": "3.6.0",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "5.0.4"
"typescript": "5.3.3",
"vite": "5.0.7"
}
}

0 comments on commit 4ae758d

Please # to comment.