Skip to content

Commit 5c95955

Browse files
committed
wip themes
1 parent 737e1fa commit 5c95955

File tree

11 files changed

+513
-488
lines changed

11 files changed

+513
-488
lines changed

pnpm-lock.yaml

+54-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/next.config.mjs

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ const config = {
1515
hostname: "ui.shadcn.com",
1616
},
1717
],
18-
},
19-
devIndicators: {
20-
appIsrStatus: false,
21-
},
18+
}
2219
};
2320

2421
export default withMDX(config);

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lucide-react": "^0.469.0",
4343
"motion": "^11.16.4",
4444
"nanoid": "^5.0.7",
45-
"next": "15.1.6",
45+
"next": "15.2.0",
4646
"next-themes": "^0.4.4",
4747
"next-view-transitions": "^0.3.4",
4848
"npm-to-yarn": "^3.0.0",

0 commit comments

Comments
 (0)