Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
krishaamer committed Sep 24, 2024
1 parent e7f50bd commit 43e1759
Show file tree
Hide file tree
Showing 2 changed files with 662 additions and 652 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@fullstory/browser": "^2.0.5",
"@next/third-parties": "^14.2.8",
"@pinecone-database/pinecone": "^3.0.2",
"@next/third-parties": "^14.2.13",
"@pinecone-database/pinecone": "^3.0.3",
"@polygon.io/client-js": "^7.3.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.0",
Expand All @@ -27,19 +27,19 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@upstash/ratelimit": "^2.0.2",
"@upstash/ratelimit": "^2.0.3",
"@upstash/redis": "^1.34.0",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^2.0.0",
"@vis.gl/react-google-maps": "^1.1.3",
"ai": "3.3.28",
"@vis.gl/react-google-maps": "^1.2.0",
"ai": "3.4.2",
"chart.js": "^4.4.4",
"chartjs-chart-financial": "^0.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dewy-ts": "^0.4.0",
"finnhub": "^1.2.18",
"geist": "^1.3.1",
Expand All @@ -49,7 +49,7 @@
"next": "15.0.0-rc.0",
"next-auth": "5.0.0-beta.20",
"next-themes": "^0.3.0",
"openai": "^4.58.1",
"openai": "^4.63.0",
"react": "19.0.0-rc-f38c22b244-20240704",
"react-dom": "19.0.0-rc-f38c22b244-20240704",
"react-financial-charts": "^2.0.1",
Expand All @@ -60,27 +60,27 @@
"react-textarea-autosize": "^8.5.3",
"recharts": "2.13.0-alpha.4",
"remark-gfm": "^4.0.0",
"sass": "^1.78.0",
"sass": "^1.79.3",
"server-only": "^0.0.1",
"swiper": "^11.1.12",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.2"
"zod-to-json-schema": "3.23.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/google.maps": "^3.58.0",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/google.maps": "^3.58.1",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "9.10.0",
"eslint": "9.11.1",
"eslint-config-next": "15.0.0-rc.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 43e1759

Please sign in to comment.