Skip to content

Commit

Permalink
Refactoring, Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-Rexter committed Jan 3, 2025
1 parent 27eb224 commit b9a71ab
Show file tree
Hide file tree
Showing 13 changed files with 5,343 additions and 4,120 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const nextConfig = {
},
],
},
//cacheHandler: require.resolve('./cache-handler.js')
};

export default nextConfig;
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,54 @@
"edge:deploy": "pnpm run edge:build && wasmer deploy"
},
"dependencies": {
"@clerk/localizations": "^3.6.4",
"@clerk/nextjs": "^6.3.4",
"@clerk/localizations": "^3.9.5",
"@clerk/nextjs": "^6.9.6",
"@clerk/upgrade": "^1.2.3",
"@google/generative-ai": "^0.16.1",
"@google/generative-ai": "^0.21.0",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@huggingface/inference": "^2.8.1",
"@langchain/community": "^0.3.14",
"@langchain/core": "^0.3.18",
"@langchain/ollama": "^0.1.2",
"@reduxjs/toolkit": "^2.3.0",
"@supabase/ssr": "^0.4.1",
"@supabase/supabase-js": "^2.46.1",
"@langchain/community": "^0.3.20",
"@langchain/core": "^0.3.26",
"@langchain/ollama": "^0.1.4",
"@reduxjs/toolkit": "^2.5.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"@xenova/transformers": "^2.17.2",
"cron": "^3.2.1",
"deck.gl": "^9.0.35",
"dotenv": "^16.4.5",
"cron": "^3.3.1",
"deck.gl": "^9.0.38",
"dotenv": "^16.4.7",
"flowbite-react": "^0.10.2",
"gl-matrix": "^3.4.3",
"js-tiktoken": "^1.0.15",
"kepler.gl": "^3.0.0",
"langchain": "^0.3.5",
"llamaindex": "^0.6.22",
"mapbox-gl": "^3.8.0",
"js-tiktoken": "^1.0.16",
"kepler.gl": "3.1.0-alpha.3",
"langchain": "^0.3.8",
"llamaindex": "^0.8.30",
"mapbox-gl": "^3.9.1",
"maplibre-gl": "^4.7.1",
"marked": "^14.1.4",
"next": "15.0.3",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"marked": "^15.0.4",
"next": "15.1.3",
"next-themes": "^0.4.4",
"nextjs-toploader": "^3.7.15",
"react": "19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-loading-skeleton": "^3.5.0",
"react-map-gl": "7.2.0-beta.1",
"react-palm": "^3.3.8",
"react-redux": "^9.1.2",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"styled-components": "^6.1.13",
"swr": "^2.2.5",
"tiktoken": "^1.0.17"
"swr": "^2.3.0",
"tiktoken": "^1.0.18"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "19.0.1",
"eslint": "^9.14.0",
"eslint-config-next": "14.3.0-canary.9",
"@types/node": "^22.10.2",
"@types/react": "19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"browser": {
"fs": false,
Expand All @@ -68,5 +68,5 @@
"net": false,
"tls": false
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}
Loading

0 comments on commit b9a71ab

Please sign in to comment.