Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 2d392cd commit 44e1e05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 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.2",
"@elysiajs/eden": "0.7.6",
"@elysiajs/static": "0.7.1",
"@elysiajs/swagger": "0.7.4",
"@elysiajs/cors": "0.8.0",
"@elysiajs/eden": "0.8.1",
"@elysiajs/static": "0.8.1",
"@elysiajs/swagger": "0.8.3",
"@libsql/client": "0.3.6",
"drizzle-orm": "0.29.1",
"drizzle-orm": "0.29.3",
"elysia": "latest",
"pino": "8.16.2"
"pino": "8.17.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.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"bun-types": "latest",
"drizzle-kit": "0.20.6",
"eslint": "8.55.0",
"drizzle-kit": "0.20.10",
"eslint": "8.56.0",
"eslint-config-productsway": "1.3.1",
"eslint-plugin-svelte": "2.35.1",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"superjson": "2.2.1",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.0.7"
"vite": "5.0.11"
}
}

0 comments on commit 44e1e05

Please sign in to comment.