Skip to content

Commit f2ebedc

Browse files
build(deps): bump the prod-deps group across 1 directory with 11 updates
Bumps the prod-deps group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@auth/core](https://github.com/nextauthjs/next-auth) | `0.37.4` | `0.41.1` | | [@convex-dev/auth](https://github.com/get-convex/convex-auth) | `0.0.90` | `0.0.91` | | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.38.0` | `10.42.0` | | [@upstash/redis](https://github.com/upstash/redis-js) | `1.36.2` | `1.36.4` | | botid | `1.5.10` | `1.5.11` | | [convex](https://github.com/get-convex/convex-js) | `1.31.7` | `1.32.0` | | [flags](https://github.com/vercel/flags) | `4.0.2` | `4.0.3` | | [geist](https://github.com/vercel/geist-font/tree/HEAD/packages/next) | `1.5.1` | `1.7.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.577.0` | | [nuqs](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) | `2.8.8` | `2.8.9` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` | Updates `@auth/core` from 0.37.4 to 0.41.1 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.37.4...@auth/core@0.41.1) Updates `@convex-dev/auth` from 0.0.90 to 0.0.91 - [Changelog](https://github.com/get-convex/convex-auth/blob/main/CHANGELOG.md) - [Commits](get-convex/convex-auth@v0.0.90...v0.0.91) Updates `@sentry/nextjs` from 10.38.0 to 10.42.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.38.0...10.42.0) Updates `@upstash/redis` from 1.36.2 to 1.36.4 - [Release notes](https://github.com/upstash/redis-js/releases) - [Commits](upstash/redis-js@v1.36.2...v1.36.4) Updates `botid` from 1.5.10 to 1.5.11 Updates `convex` from 1.31.7 to 1.32.0 - [Changelog](https://github.com/get-convex/convex-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/get-convex/convex-js/commits) Updates `flags` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/vercel/flags/releases) - [Commits](https://github.com/vercel/flags/compare/flags@4.0.2...flags@4.0.3) Updates `geist` from 1.5.1 to 1.7.0 - [Release notes](https://github.com/vercel/geist-font/releases) - [Changelog](https://github.com/vercel/geist-font/blob/main/packages/next/CHANGELOG.md) - [Commits](https://github.com/vercel/geist-font/commits/geist@1.7.0/packages/next) Updates `lucide-react` from 0.563.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react) Updates `nuqs` from 2.8.8 to 2.8.9 - [Release notes](https://github.com/47ng/nuqs/releases) - [Commits](https://github.com/47ng/nuqs/commits/v2.8.9/packages/nuqs) Updates `tailwind-merge` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@convex-dev/auth" dependency-version: 0.0.91 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: "@sentry/nextjs" dependency-version: 10.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@upstash/redis" dependency-version: 1.36.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: botid dependency-version: 1.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: convex dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: flags dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: geist dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: lucide-react dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: nuqs dependency-version: 2.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 712b283 commit f2ebedc

2 files changed

Lines changed: 657 additions & 712 deletions

File tree

apps/web/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,39 @@
1717
},
1818
"dependencies": {
1919
"@openpanel/nextjs": "^1.3.0",
20-
"@auth/core": "^0.37.4",
21-
"@convex-dev/auth": "^0.0.90",
20+
"@auth/core": "^0.41.1",
21+
"@convex-dev/auth": "^0.0.91",
2222
"@radix-ui/react-dialog": "^1.1.15",
2323
"@radix-ui/react-dropdown-menu": "^2.1.16",
2424
"@radix-ui/react-separator": "^1.1.8",
2525
"@radix-ui/react-slot": "^1.2.4",
2626
"@radix-ui/react-tabs": "^1.1.13",
27-
"@sentry/nextjs": "^10.38.0",
27+
"@sentry/nextjs": "^10.43.0",
2828
"@thedaviddias/analytics": "workspace:*",
2929
"@upstash/ratelimit": "^2.0.8",
30-
"@upstash/redis": "^1.36.2",
30+
"@upstash/redis": "^1.37.0",
3131
"@vercel/toolbar": "^0.2.2",
32-
"botid": "^1.5.10",
32+
"botid": "^1.5.11",
3333
"canvas-confetti": "^1.9.4",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"cmdk": "^1.1.1",
37-
"convex": "^1.31.7",
37+
"convex": "^1.33.1",
3838
"date-fns": "^4.1.0",
39-
"flags": "^4.0.2",
40-
"geist": "^1.5.1",
39+
"flags": "^4.0.5",
40+
"geist": "^1.7.0",
4141
"gray-matter": "^4.0.3",
42-
"lucide-react": "^0.563.0",
42+
"lucide-react": "^0.577.0",
4343
"next-mdx-remote": "^5.0.0",
4444
"reading-time": "^1.5.0",
4545
"next": "^16.1.6",
4646
"next-themes": "^0.4.6",
47-
"nuqs": "^2.8.8",
47+
"nuqs": "^2.8.9",
4848
"react": "^19.2.3",
4949
"react-dom": "^19.2.3",
5050
"react-tweet": "^3.3.0",
5151
"sonner": "^2.0.7",
52-
"tailwind-merge": "^3.4.0",
52+
"tailwind-merge": "^3.5.0",
5353
"tailwindcss-animate": "^1.0.7",
5454
"zod": "^3.23.8"
5555
},

0 commit comments

Comments
 (0)