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 Dec 15, 2023
1 parent 2d392cd commit 0505bbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
},
"dependencies": {
"@elysiajs/cors": "0.7.2",
"@elysiajs/eden": "0.7.6",
"@elysiajs/eden": "0.7.7",
"@elysiajs/static": "0.7.1",
"@elysiajs/swagger": "0.7.4",
"@libsql/client": "0.3.6",
"drizzle-orm": "0.29.1",
"elysia": "latest",
"pino": "8.16.2"
"pino": "8.17.1"
},
"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.14.0",
"@typescript-eslint/parser": "6.14.0",
"bun-types": "latest",
"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",
"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.10"
}
}

0 comments on commit 0505bbb

Please sign in to comment.