Skip to content

Commit 12cff12

Browse files
feat: integrate Solvro Alerts banner (#352)
1 parent 43dca76 commit 12cff12

9 files changed

Lines changed: 881 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ yarn-error.log*
3737
next-env.d.ts
3838

3939
# seo/public
40-
**/sitemap*.xml
40+
**/sitemap*.xml
41+
/.idea

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"html-to-image": "^1.11.11",
6060
"input-otp": "^1.4.2",
6161
"ioredis": "^5.10.1",
62+
"isomorphic-dompurify": "^3.11.0",
6263
"jotai": "^2.9.3",
6364
"jotai-family": "^1.0.1",
6465
"lucide-react": "^0.426.0",
@@ -85,6 +86,7 @@
8586
"devDependencies": {
8687
"@react-email/ui": "6.0.8",
8788
"@solvro/config": "^2.3.0",
89+
"@tailwindcss/typography": "^0.5.19",
8890
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
8991
"@types/crypto-js": "^4.2.2",
9092
"@types/node": "^20.17.10",

0 commit comments

Comments
 (0)