Skip to content

Commit

Permalink
chore: add next-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent b3fbf43 commit 7a2fcdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.28",
"version": "0.0.29",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,16 +28,14 @@
"@radix-ui/react-tooltip": "1.0.7",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.30",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"cmdk": "1.0.0",
"geist": "1.3.0",
"lodash-es": "4.17.21",
"lucide-react": "0.363.0",
"next-themes": "0.3.0",
"nprogress": "0.2.0",
"react-hook-form": "7.51.2",
"sonner": "1.4.41",
Expand All @@ -48,6 +46,8 @@
"typescript": "5.4.3"
},
"peerDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18"
}
Expand Down

0 comments on commit 7a2fcdc

Please sign in to comment.