Skip to content

Commit d942873

Browse files
committed
updated deps;fixed android performance
1 parent 2422da4 commit d942873

27 files changed

+88
-355
lines changed

apps/home/next.config.mjs

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ initOpenNextCloudflareForDev();
77
/** @type {import('next').NextConfig} */
88
const nextConfig = {
99
transpilePackages: ["@workspace/ui", "three"],
10-
redirects: [
11-
{
12-
source: '/explore',
13-
destination: '/',
14-
permanent: true,
15-
},
16-
],
10+
async redirects() {
11+
return [
12+
{
13+
source: "/explore",
14+
destination: "/",
15+
permanent: true,
16+
},
17+
];
18+
},
1719

1820
experimental: {
1921
// Disable for turbo

apps/home/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,32 @@
2626
"lucide-react": "^0.475.0",
2727
"maath": "^0.10.8",
2828
"motion": "^12.4.7",
29-
"next": "^15.1.7",
30-
"posthog-js": "^1.223.3",
29+
"next": "^15.2.0",
30+
"posthog-js": "^1.224.0",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0",
3333
"three": "^0.173.0",
34-
"three-stdlib": "^2.35.13",
34+
"three-stdlib": "^2.35.14",
3535
"valtio": "^2.1.3"
3636
},
3737
"devDependencies": {
3838
"next-themes": "^0.4.4",
39-
"@cloudflare/workers-types": "^4.20250204.0",
40-
"@next/bundle-analyzer": "^15.1.7",
41-
"@opennextjs/aws": "^3.4.2",
42-
"@opennextjs/cloudflare": "^0.5.3",
43-
"@types/node": "^20.17.17",
44-
"@types/react": "^19.0.8",
45-
"@types/react-dom": "^19.0.3",
39+
"@cloudflare/workers-types": "^4.20250224.0",
40+
"@next/bundle-analyzer": "^15.2.0",
41+
"@opennextjs/aws": "^3.5.0",
42+
"@opennextjs/cloudflare": "^0.5.5",
43+
"@types/node": "^20.17.19",
44+
"@types/react": "^19.0.10",
45+
"@types/react-dom": "^19.0.4",
4646
"@workspace/eslint-config": "workspace:^",
4747
"@workspace/typescript-config": "workspace:*",
4848
"depcheck": "^1.4.7",
4949
"eslint": "^9.21.0",
50-
"eslint-config-next": "^15.1.7",
50+
"eslint-config-next": "^15.2.0",
5151
"eslint-plugin-unused-imports": "^4.1.4",
52-
"postcss": "^8.5.2",
53-
"tailwindcss": "^4.0.0",
52+
"postcss": "^8.5.3",
53+
"tailwindcss": "^4.0.9",
5454
"typescript": "^5.7.3",
55-
"wrangler": "^3.108.0"
55+
"wrangler": "^3.111.0"
5656
}
5757
}

apps/home/public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
-160 KB
Binary file not shown.
-61.4 KB
Binary file not shown.
-54.8 KB
Binary file not shown.
-768 Bytes
Binary file not shown.
-2.43 KB
Binary file not shown.

apps/home/public/icons/favicon.ico

-15 KB
Binary file not shown.

apps/home/public/icons/site.webmanifest

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)