Skip to content

Commit

Permalink
website: fix website issue. #648
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2024
1 parent e265172 commit 9ca4bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"jest": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0"
"jest-environment-node": "^29.5.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
Expand Down

0 comments on commit 9ca4bd9

Please sign in to comment.