Skip to content

Commit

Permalink
bump deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Jan 21, 2025
1 parent a19837c commit b498902
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 251 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "yarn prettier --cache --write ."
},
"dependencies": {
"@nextui-org/react": "^2.6.8",
"@nextui-org/react": "^2.6.11",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
Expand All @@ -29,45 +29,45 @@
"clsx": "^2.1.1",
"dataloader": "^2.2.3",
"dns-packet": "^5.6.1",
"framer-motion": "^11.15.0",
"framer-motion": "^12.0.1",
"is-valid-domain": "^0.1.6",
"isbot": "^5.1.18",
"lucide-react": "^0.469.0",
"isbot": "^5.1.21",
"lucide-react": "^0.473.0",
"natural-compare-lite": "^1.4.0",
"next": "^15.1.2",
"next": "^15.1.5",
"next-themes": "^0.4.4",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"punycode": "^2.3.1",
"react": "19.0.0",
"react-country-flag": "^3.1.0",
"react-dom": "19.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-string-replace": "^1.1.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tldts": "^6.1.69",
"tldts": "^6.1.73",
"validator": "^13.12.0",
"vaul": "^1.1.2",
"web-auth-library": "^1.0.3",
"whoiser": "^1.18.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/dns-packet": "^5.6.5",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^22",
"@types/node": "^22.10.7",
"@types/punycode": "^2.1.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/validator": "^13.12.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit b498902

Please sign in to comment.