Skip to content

Commit 2468dc2

Browse files
committed
docs: update deps
1 parent 662975d commit 2468dc2

File tree

3 files changed

+296
-243
lines changed

3 files changed

+296
-243
lines changed

apps/public/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"format": "biome format --write"
1313
},
1414
"dependencies": {
15-
"@nivo/funnel": "^0.87.0",
15+
"@nivo/funnel": "^0.99.0",
1616
"@number-flow/react": "0.5.10",
1717
"@openpanel/common": "workspace:*",
1818
"@openpanel/nextjs": "^1.1.1",
@@ -26,13 +26,13 @@
2626
"class-variance-authority": "0.7.1",
2727
"clsx": "2.1.1",
2828
"dotted-map": "2.2.3",
29-
"framer-motion": "12.23.24",
30-
"fumadocs-core": "16.1.0",
31-
"fumadocs-mdx": "14.0.3",
32-
"fumadocs-ui": "16.1.0",
29+
"framer-motion": "12.23.25",
30+
"fumadocs-core": "16.2.2",
31+
"fumadocs-mdx": "14.0.4",
32+
"fumadocs-ui": "16.2.2",
3333
"geist": "1.5.1",
34-
"lucide-react": "^0.552.0",
35-
"next": "16.0.5",
34+
"lucide-react": "^0.555.0",
35+
"next": "16.0.7",
3636
"next-themes": "^0.4.6",
3737
"react": "catalog:",
3838
"react-dom": "catalog:",
@@ -44,7 +44,7 @@
4444
"zod": "catalog:"
4545
},
4646
"devDependencies": {
47-
"@tailwindcss/postcss": "^4.1.16",
47+
"@tailwindcss/postcss": "^4.1.17",
4848
"@types/mdx": "^2.0.13",
4949
"@types/node": "catalog:",
5050
"@types/react": "catalog:",

apps/public/src/app/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ code {
5555
}
5656

5757
@utility container {
58+
@apply mx-auto;
5859
@media (width >= 40rem) {
59-
@apply max-w-[1000px];
60+
@apply max-w-[1000px]
6061
}
6162
}
6263

0 commit comments

Comments
 (0)