Skip to content

Commit

Permalink
(chore): Remove wrangler toml and update dompurify type decl
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Nov 29, 2024
1 parent 0305677 commit 4967e5d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 49 deletions.
85 changes: 42 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.1",
"dompurify": "^3.2.2",
"firebase": "^11.0.2",
"input-otp": "^1.4.1",
"lucide-react": "^0.460.0",
Expand All @@ -55,13 +55,16 @@
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.5",
"@types/dompurify": "^3.2.0",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"compilerOptions": {
"typeRoots": ["node_modules/@types"],
"types": ["dompurify"]
}
}
4 changes: 0 additions & 4 deletions wrangler.toml

This file was deleted.

0 comments on commit 4967e5d

Please sign in to comment.