Skip to content

Commit

Permalink
Merge pull request #9 from johnie/dependabot/npm_and_yarn/dependencie…
Browse files Browse the repository at this point in the history
…s-6660aa668e

deps: bump the dependencies group with 13 updates
  • Loading branch information
johnie authored Nov 11, 2024
2 parents ad44cfa + d6f2480 commit 32d4179
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 183 deletions.
6 changes: 4 additions & 2 deletions components/theme-provider.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
'use client';

import * as React from 'react';
import { ThemeProvider as NextThemesProvider } from 'next-themes';
import { type ThemeProviderProps } from 'next-themes/dist/types';
import {
ThemeProvider as NextThemesProvider,
type ThemeProviderProps,
} from 'next-themes';

export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@hookform/resolvers": "^3.9.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.2",
"@next/mdx": "^15.0.3",
"@openpanel/nextjs": "^1.0.5",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
Expand All @@ -29,16 +29,16 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.454.0",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-intl": "^3.24.0",
"next-themes": "^0.3.0",
"next-intl": "^3.25.0",
"next-themes": "^0.4.3",
"next-view-transitions": "^0.3.2",
"nuqs": "^2.1.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.2",
"sonner": "^1.6.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
Expand All @@ -52,7 +52,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.0.2",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
Expand Down
Loading

0 comments on commit 32d4179

Please sign in to comment.