Skip to content

Commit

Permalink
Use preact
Browse files Browse the repository at this point in the history
  • Loading branch information
TetraTsunami committed Jun 13, 2024
1 parent 8270ce3 commit 2f8b114
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"openai": "^4.38.5",
"plasmo": "0.84.2",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"preact": "10.22.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
Expand All @@ -44,5 +45,9 @@
"id": "[email protected]"
}
}
},
"alias": {
"react": "preact/compat",
"react-dom": "preact/compat"
}
}
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 2f8b114

Please sign in to comment.