Skip to content

Commit 9516fce

Browse files
authored
chore: Update dependencies (#162)
1 parent ab37e93 commit 9516fce

File tree

3 files changed

+1020
-774
lines changed

3 files changed

+1020
-774
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@
1818
},
1919
"homepage": "https://www.celest.dev",
2020
"dependencies": {
21-
"@calcom/embed-react": "^1.5.2",
21+
"@calcom/embed-react": "^1.5.3",
2222
"@fortawesome/fontawesome-svg-core": "^6.7.2",
2323
"@fortawesome/free-solid-svg-icons": "^6.7.2",
2424
"@fortawesome/react-fontawesome": "^0.2.2",
2525
"@heroicons/react": "^2.2.0",
2626
"@intercom/messenger-js-sdk": "^0.0.6",
27-
"@radix-ui/react-accordion": "^1.2.3",
28-
"@radix-ui/react-dialog": "^1.1.6",
29-
"@radix-ui/react-hover-card": "^1.1.6",
30-
"@radix-ui/react-slot": "^1.1.2",
31-
"@radix-ui/react-tooltip": "^1.1.8",
32-
"@sentry/nextjs": "^9.5.0",
33-
"@vercel/og": "^0.6.5",
27+
"@radix-ui/react-accordion": "^1.2.10",
28+
"@radix-ui/react-dialog": "^1.1.13",
29+
"@radix-ui/react-hover-card": "^1.1.13",
30+
"@radix-ui/react-slot": "^1.2.2",
31+
"@radix-ui/react-tooltip": "^1.2.6",
32+
"@sentry/nextjs": "^9.17.0",
33+
"@vercel/og": "^0.6.8",
3434
"@vercel/speed-insights": "^1.2.0",
3535
"class-variance-authority": "^0.7.1",
3636
"clsx": "^2.1.1",
37-
"embla-carousel-autoplay": "^8.5.2",
38-
"embla-carousel-react": "^8.5.2",
37+
"embla-carousel-autoplay": "^8.6.0",
38+
"embla-carousel-react": "^8.6.0",
3939
"lucide-react": "^0.378.0",
40-
"next": "^15.2.4",
40+
"next": "^15.3.2",
4141
"nextra": "^2.13.4",
4242
"nextra-theme-docs": "^2.13.4",
43-
"posthog-js": "^1.230.2",
43+
"posthog-js": "^1.240.6",
4444
"react": "~18.2.0",
4545
"react-dom": "~18.2.0",
4646
"react-icons": "^5.5.0",
47-
"recharts": "^2.15.1",
47+
"recharts": "^2.15.3",
4848
"sharp": "^0.33.5",
4949
"shiki": "^0.14.7",
5050
"tailwind-merge": "^2.6.0",

0 commit comments

Comments
 (0)