Skip to content

Commit b9a71ab

Browse files
committed
Refactoring, Bug fix
1 parent 27eb224 commit b9a71ab

File tree

13 files changed

+5343
-4120
lines changed

13 files changed

+5343
-4120
lines changed
File renamed without changes.

next.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const nextConfig = {
1212
},
1313
],
1414
},
15+
//cacheHandler: require.resolve('./cache-handler.js')
1516
};
1617

1718
export default nextConfig;

package.json

+34-34
Original file line numberDiff line numberDiff line change
@@ -12,54 +12,54 @@
1212
"edge:deploy": "pnpm run edge:build && wasmer deploy"
1313
},
1414
"dependencies": {
15-
"@clerk/localizations": "^3.6.4",
16-
"@clerk/nextjs": "^6.3.4",
15+
"@clerk/localizations": "^3.9.5",
16+
"@clerk/nextjs": "^6.9.6",
1717
"@clerk/upgrade": "^1.2.3",
18-
"@google/generative-ai": "^0.16.1",
18+
"@google/generative-ai": "^0.21.0",
1919
"@googlemaps/google-maps-services-js": "^3.4.0",
2020
"@huggingface/inference": "^2.8.1",
21-
"@langchain/community": "^0.3.14",
22-
"@langchain/core": "^0.3.18",
23-
"@langchain/ollama": "^0.1.2",
24-
"@reduxjs/toolkit": "^2.3.0",
25-
"@supabase/ssr": "^0.4.1",
26-
"@supabase/supabase-js": "^2.46.1",
21+
"@langchain/community": "^0.3.20",
22+
"@langchain/core": "^0.3.26",
23+
"@langchain/ollama": "^0.1.4",
24+
"@reduxjs/toolkit": "^2.5.0",
25+
"@supabase/ssr": "^0.5.2",
26+
"@supabase/supabase-js": "^2.47.10",
2727
"@xenova/transformers": "^2.17.2",
28-
"cron": "^3.2.1",
29-
"deck.gl": "^9.0.35",
30-
"dotenv": "^16.4.5",
28+
"cron": "^3.3.1",
29+
"deck.gl": "^9.0.38",
30+
"dotenv": "^16.4.7",
3131
"flowbite-react": "^0.10.2",
3232
"gl-matrix": "^3.4.3",
33-
"js-tiktoken": "^1.0.15",
34-
"kepler.gl": "^3.0.0",
35-
"langchain": "^0.3.5",
36-
"llamaindex": "^0.6.22",
37-
"mapbox-gl": "^3.8.0",
33+
"js-tiktoken": "^1.0.16",
34+
"kepler.gl": "3.1.0-alpha.3",
35+
"langchain": "^0.3.8",
36+
"llamaindex": "^0.8.30",
37+
"mapbox-gl": "^3.9.1",
3838
"maplibre-gl": "^4.7.1",
39-
"marked": "^14.1.4",
40-
"next": "15.0.3",
41-
"next-themes": "^0.3.0",
42-
"nextjs-toploader": "^1.6.12",
43-
"react": "18.3.1",
44-
"react-dom": "^18.3.1",
45-
"react-icons": "^5.3.0",
39+
"marked": "^15.0.4",
40+
"next": "15.1.3",
41+
"next-themes": "^0.4.4",
42+
"nextjs-toploader": "^3.7.15",
43+
"react": "19.0.0",
44+
"react-dom": "^19.0.0",
45+
"react-icons": "^5.4.0",
4646
"react-loading-skeleton": "^3.5.0",
4747
"react-map-gl": "7.2.0-beta.1",
4848
"react-palm": "^3.3.8",
49-
"react-redux": "^9.1.2",
49+
"react-redux": "^9.2.0",
5050
"redux": "^5.0.1",
5151
"styled-components": "^6.1.13",
52-
"swr": "^2.2.5",
53-
"tiktoken": "^1.0.17"
52+
"swr": "^2.3.0",
53+
"tiktoken": "^1.0.18"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^22.9.0",
57-
"@types/react": "19.0.1",
58-
"eslint": "^9.14.0",
59-
"eslint-config-next": "14.3.0-canary.9",
56+
"@types/node": "^22.10.2",
57+
"@types/react": "19.0.2",
58+
"eslint": "^9.17.0",
59+
"eslint-config-next": "15.1.3",
6060
"postcss": "^8.4.49",
61-
"tailwindcss": "^3.4.15",
62-
"typescript": "^5.6.3"
61+
"tailwindcss": "^3.4.17",
62+
"typescript": "^5.7.2"
6363
},
6464
"browser": {
6565
"fs": false,
@@ -68,5 +68,5 @@
6868
"net": false,
6969
"tls": false
7070
},
71-
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
71+
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
7272
}

0 commit comments

Comments
 (0)