Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and joulev committed Oct 29, 2024
1 parent f984877 commit 6fe8f9e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@ai-sdk/openai": "0.0.68",
"@ai-sdk/openai": "0.0.70",
"@auth/core": "0.37.2",
"@aws-sdk/client-s3": "3.675.0",
"@aws-sdk/s3-request-presigner": "3.675.0",
"@aws-sdk/client-s3": "3.679.0",
"@aws-sdk/s3-request-presigner": "3.679.0",
"@biomejs/biome": "1.9.4",
"@discordjs/builders": "1.9.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.4.0",
"@graphql-codegen/typescript": "4.1.0",
"@graphql-codegen/client-preset": "4.5.0",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-typed-document-node/core": "3.2.0",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@neondatabase/serverless": "0.10.1",
"@next/mdx": "15.0.0",
"@next/mdx": "15.0.1",
"@paralleldrive/cuid2": "2.2.2",
"@parcel/watcher": "2.4.1",
"@radix-ui/react-dialog": "1.1.2",
Expand All @@ -47,34 +47,34 @@
"@tailwindcss/typography": "0.5.15",
"@types/google-maps": "3.2.6",
"@types/mdx": "2.0.13",
"@types/node": "22.7.7",
"@types/node": "22.8.2",
"@types/nprogress": "0.2.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"ai": "3.4.16",
"@types/react-dom": "npm:[email protected]",
"@vercel/analytics": "1.3.2",
"@vercel/speed-insights": "1.0.14",
"ai": "3.4.23",
"autoprefixer": "10.4.20",
"concurrently": "9.0.1",
"cva": "1.0.0-beta.1",
"discord-api-types": "0.37.102",
"discord-api-types": "0.37.103",
"dotenv": "16.4.5",
"drizzle-kit": "0.26.2",
"drizzle-orm": "0.35.2",
"drizzle-orm": "0.35.3",
"github-slugger": "2.0.0",
"graphql": "16.9.0",
"graphql-request": "7.1.0",
"immer": "10.1.1",
"next": "15.0.0",
"next": "15.0.1",
"next-auth": "5.0.0-beta.25",
"next-axiom": "1.5.1",
"nextjs-route-types": "2.0.1",
"nprogress": "0.2.0",
"nuqs": "2.0.4",
"octokit": "4.0.2",
"postcss": "8.4.47",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-intersection-observer": "9.13.1",
"react-markdown": "9.0.1",
"react-tweet": "3.2.1",
Expand All @@ -85,20 +85,20 @@
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"sharp": "0.33.5",
"shiki": "1.22.0",
"shiki": "1.22.2",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"tailwindcss-bg-patterns": "0.3.0",
"typescript": "5.6.3",
"valibot": "0.42.1",
"wrangler": "3.81.0",
"wrangler": "3.83.0",
"ytmusic-api": "5.2.2",
"zod": "3.23.8"
},
"trustedDependencies": ["@biomejs/biome", "@vercel/speed-insights", "sharp"],
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1"
"@types/react-dom": "npm:[email protected]"
}
}

0 comments on commit 6fe8f9e

Please sign in to comment.