Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Dec 5, 2023
1 parent 60ad709 commit 742f574
Show file tree
Hide file tree
Showing 11 changed files with 1,759 additions and 1,266 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

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

12 changes: 12 additions & 0 deletions .idea/digga.iml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

4 changes: 2 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--popover-foreground: 222.2 47.4% 11.2%;

--card: 0 0% 100%;
--card-foreground: 222.2 47.4% 11.2%;
--card-foreground: 212, 33%, 91%;

--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
Expand Down Expand Up @@ -47,7 +47,7 @@
--popover-foreground: 215 20.2% 65.1%;

--card: 224 71% 4%;
--card-foreground: 213 31% 91%;
--card-foreground: 212, 36%, 16%;

--border: 216 34% 17%;
--input: 216 34% 17%;
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const RootLayout: FC<RootLayoutProps> = ({ children }) => {
<html lang="en" suppressHydrationWarning className={rubik.className}>
<body>
<Providers>
<div className="flex min-h-screen flex-col items-center justify-center bg-dotted-spacing-8 bg-dotted-gray-300 dark:bg-dotted-slate-900">
<div className="flex min-h-screen flex-col items-center justify-center bg-dotted-spacing-8 bg-dotted-gray-300 dark:bg-dotted-background">
<Header />
<main className="w-full flex-1">{children}</main>
</div>
Expand Down
10 changes: 5 additions & 5 deletions components/CreditsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ const CreditsInfo: FC = () => {
return (
<Popover
showArrow
placement="top"
radius="sm"
placement="top-end"
radius="lg"
classNames={{
base: 'p-0 border-small border-divider bg-background',
arrow: 'bg-default-200',
base: 'border border-divider rounded-xl',
arrow: 'bg-divider',
}}
>
<PopoverTrigger>
<Button variant="ghost" className="bg-background" disableRipple>
<MedalIcon />
</Button>
</PopoverTrigger>
<PopoverContent className="rounded-md p-3 text-default-500 transition-opacity">
<PopoverContent className="rounded-xl p-3 text-default-500 transition-opacity bg-background">
originally created by{' '}
<a
className="decoration-offset-4 hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion components/RelatedDomains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const RelatedDomains: FC<RelatedDomainsProps> = ({ domain: original }) => {
key={domain}
asChild
variant="secondary"
className="h-6 p-2 text-xs"
className="h-6 p-2 text-xs rounded-lg"
>
<Link href={`/lookup/${domain}`}>{domain}</Link>
</Button>
Expand Down
9 changes: 5 additions & 4 deletions components/ThemeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ const ThemeMenu: FC<Record<string, never>> = () => {
return (
<Dropdown
showArrow
radius="sm"
placement="bottom-end"
radius="lg"
classNames={{
base: 'p-0 border-small border-divider bg-background',
arrow: 'bg-default-200',
base: 'border border-divider rounded-xl bg-background',
arrow: 'bg-divider',
}}
>
<DropdownTrigger>
Expand All @@ -44,7 +45,7 @@ const ThemeMenu: FC<Record<string, never>> = () => {
'dark:data-[hover=true]:bg-default-50',
'data-[selectable=true]:focus:bg-default-50',
'data-[pressed=true]:opacity-70',
'data-[focus-visible=true]:ring-default-500',
'data-[focus-visible=true]:ring-default-500'
],
}}
>
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,59 +14,59 @@
"format": "yarn prettier --write ."
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/punycode": "^2.1.1",
"@types/validator": "^13.11.5",
"@types/punycode": "^2.1.3",
"@types/validator": "^13.11.7",
"autoprefixer": "^10.4.16",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dataloader": "^2.2.2",
"dns-packet": "^5.6.0",
"framer-motion": "^10.16.4",
"dns-packet": "^5.6.1",
"framer-motion": "^10.16.14",
"is-valid-domain": "^0.1.6",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.290.0",
"lucide-react": "^0.294.0",
"natural-compare-lite": "^1.4.0",
"next": "^14.0.0",
"next": "^14.0.3",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"punycode": "^2.3.0",
"postcss": "^8.4.32",
"punycode": "^2.3.1",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-string-replace": "^1.1.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"whoiser": "^1.17.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/dns-packet": "^5.6.2",
"@types/leaflet": "^1.9.7",
"@types/natural-compare-lite": "^1.4.1",
"@types/node": "^20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dns-packet": "^5.6.4",
"@types/leaflet": "^1.9.8",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^20.10.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.8",
"tailwindcss-dotted-background": "^1.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 742f574

Please sign in to comment.