Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 0097e9f commit 46a9a57
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 142 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prod:reload": "pm2 reload ecosystem.config.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "3.588.0",
"@aws-sdk/client-s3": "3.592.0",
"@clerk/nextjs": "5.1.2",
"@clerk/themes": "2.1.7",
"@excalidraw/excalidraw": "0.17.6",
Expand All @@ -66,10 +66,10 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@shikijs/transformers": "1.6.0",
"@tanstack/query-async-storage-persister": "5.40.0",
"@tanstack/react-query": "5.40.0",
"@tanstack/react-query-devtools": "5.40.0",
"@tanstack/react-query-persist-client": "5.40.0",
"@tanstack/query-async-storage-persister": "5.44.0",
"@tanstack/react-query": "5.44.0",
"@tanstack/react-query-devtools": "5.44.0",
"@tanstack/react-query-persist-client": "5.44.0",
"@upstash/redis": "1.31.2",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.8.0",
Expand All @@ -78,7 +78,7 @@
"clsx": "2.1.1",
"colorjs.io": "^0.5.0",
"crossbell": "1.11.9",
"daisyui": "4.11.1",
"daisyui": "4.12.2",
"dayjs": "1.11.11",
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.9.3",
Expand All @@ -104,7 +104,7 @@
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.47.1",
"openai": "4.50.0",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
Expand All @@ -131,7 +131,7 @@
"@shiro/fetch": "link:./packages/fetch"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.1",
"@iconify-json/material-symbols": "1.1.80",
"@iconify-json/mingcute": "1.1.17",
"@iconify/tailwind": "1.1.1",
Expand Down Expand Up @@ -199,5 +199,5 @@
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
},
"packageManager": "pnpm@9.1.2"
"packageManager": "pnpm@9.3.0"
}
Loading

0 comments on commit 46a9a57

Please sign in to comment.