Skip to content

Commit 8060c72

Browse files
committed
feat: grants page
1 parent 5a31187 commit 8060c72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1033
-150
lines changed

bun.lock

Lines changed: 56 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

messages/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"documentation": "Documentation",
77
"sponsors": "Sponsors",
88
"wiki": "Wiki",
9-
"search": "Search"
9+
"search": "Search",
10+
"grants": "Grants"
1011
},
1112

1213
"home": {

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"format:check": "prettier --check ."
1414
},
1515
"dependencies": {
16+
"@fillout/react": "^3.0.0",
1617
"@mdx-js/mdx": "^3.1.1",
1718
"@radix-ui/react-avatar": "^1.1.11",
1819
"@radix-ui/react-collapsible": "^1.1.12",
@@ -32,35 +33,35 @@
3233
"fumadocs-ui": "16.2.3",
3334
"gray-matter": "^4.0.3",
3435
"lucide-react": "^0.559.0",
35-
"mathjs": "^14.9.1",
36-
"motion": "^12.36.0",
37-
"next": "^16.1.6",
36+
"mathjs": "^14.6.0",
37+
"motion": "^12.38.0",
38+
"next": "16.1.5",
3839
"next-mdx-remote": "^5.0.0",
3940
"next-themes": "^0.4.6",
40-
"posthog-js": "^1.360.2",
41-
"react": "^19.2.4",
42-
"react-dom": "^19.2.4",
41+
"posthog-js": "^1.358.0",
42+
"react": "^19.2.3",
43+
"react-dom": "^19.2.3",
4344
"react-fast-marquee": "^1.6.5",
44-
"react-icons": "^5.6.0",
45-
"react-medium-image-zoom": "^5.4.1",
45+
"react-icons": "^5.5.0",
46+
"react-medium-image-zoom": "^5.4.0",
4647
"react-use": "^17.6.0",
47-
"tailwind-merge": "^3.5.0",
48-
"vite": "^7.3.1"
48+
"tailwind-merge": "^3.4.0",
49+
"vite": "^7.2.6"
4950
},
5051
"devDependencies": {
51-
"@eslint/eslintrc": "^3.3.5",
52-
"@tailwindcss/postcss": "^4.2.1",
53-
"@types/bun": "^1.3.10",
52+
"@eslint/eslintrc": "^3.3.3",
53+
"@tailwindcss/postcss": "^4.1.17",
54+
"@types/bun": "^1.3.3",
5455
"@types/mdx": "^2.0.13",
55-
"@types/node": "^24.12.0",
56-
"@types/react": "^19.2.14",
56+
"@types/node": "^24.10.1",
57+
"@types/react": "^19.2.7",
5758
"@types/react-dom": "^19.2.3",
58-
"eslint": "^9.39.4",
59+
"eslint": "^9.39.1",
5960
"eslint-config-next": "16.0.7",
60-
"postcss": "^8.5.8",
61-
"prettier": "^3.8.1",
61+
"postcss": "^8.5.6",
62+
"prettier": "^3.7.4",
6263
"prettier-plugin-tailwindcss": "^0.7.2",
63-
"tailwindcss": "^4.2.1",
64+
"tailwindcss": "^4.1.17",
6465
"tw-animate-css": "^1.4.0",
6566
"typescript": "^5.9.3"
6667
}

public/branding/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Disclaimer
2+
3+
The sponsor logos contained in this folder are the property of their respective owners. These images are provided for informational and representational purposes only. They are not covered by this repository's open source license. Unauthorized use, reproduction, or distribution of these logos may violate copyright or trademark laws. Please contact the respective sponsor for permission before using their logo outside of this project.
Lines changed: 52 additions & 0 deletions
Loading
Lines changed: 52 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)