Skip to content

Commit

Permalink
chore: remove unnecessary @react-aria/utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Jun 19, 2024
1 parent 591b65f commit 0b47d88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"dependencies": {
"@giantnodes/theme": "workspace:*",
"@react-aria/utils": "^3.24.1",
"class-variance-authority": "^0.7.0",
"next-themes": "^0.3.0",
"react-aria": "^3.33.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/hooks/use-design-system.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use client'

import type { ThemeProviderProps } from 'next-themes/dist/types'
import { RouterProvider } from '@react-aria/utils'
import { ThemeProvider } from 'next-themes'
import { RouterProvider } from 'react-aria-components'

export type UseDesignSystemProps = Omit<ThemeProviderProps, 'children'> & {
/**
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b47d88

Please sign in to comment.