Skip to content

Commit 5498ccf

Browse files
authored
Merge branch 'main' into bianca/faqs
2 parents eb2dcf9 + 68e769e commit 5498ccf

25 files changed

Lines changed: 1020 additions & 116 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ yarn-error.log*
4747
*.tsbuildinfo
4848

4949
# idea files
50-
.idea
50+
.idea
51+
52+
# codex
53+
.codex

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@
1414
"check:fix": "biome check --write --unsafe"
1515
},
1616
"dependencies": {
17+
"@radix-ui/react-accordion": "^1.2.12",
1718
"@radix-ui/react-select": "^2.2.6",
1819
"@radix-ui/react-separator": "^1.1.8",
1920
"@radix-ui/react-slot": "^1.2.4",
20-
"@radix-ui/react-accordion": "^1.2.12",
2121
"@radix-ui/react-tabs": "^1.1.13",
2222
"@t3-oss/env-nextjs": "^0.13.10",
2323
"@tanstack/react-table": "^8.21.3",
2424
"babel-plugin-react-compiler": "^1.0.0",
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
2727
"cmdk": "1.1.1",
28+
"embla-carousel-react": "^8.6.0",
2829
"geist": "^1.5.1",
29-
"next": "^15.5.15",
30+
"next": "^15.5.18",
3031
"next-themes": "^0.4.6",
3132
"radix-ui": "^1.4.3",
3233
"react": "^19.2.3",
@@ -44,7 +45,7 @@
4445
"@types/react": "^19.2.7",
4546
"@types/react-dom": "^19.2.3",
4647
"cross-env": "^10.1.0",
47-
"postcss": "^8.5.6",
48+
"postcss": "^8.5.10",
4849
"tailwindcss": "^4.1.14",
4950
"tw-animate-css": "^1.4.0",
5051
"typescript": "^5.9.3"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)