diff --git a/examples/next-pages/package.json b/examples/next-pages/package.json index f32529b7567..730d813507d 100644 --- a/examples/next-pages/package.json +++ b/examples/next-pages/package.json @@ -12,12 +12,12 @@ "@chakra-ui/react": "workspace:*", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@types/node": "^20.12.12", + "@types/node": "^22.4.0", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "next": "^14.2.3", "next-themes": "^0.3.0", - "lucide-react": "^0.379.0", + "lucide-react": "^0.428.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^5.4.5"