Skip to content

Commit

Permalink
chore(CI): install latest react
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jan 9, 2025
1 parent f771f39 commit 61adfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ appdir="$tmp/$appname"
(cd $tmp; npm create -y vite@latest $appname -- --template react-ts)

# drei
(cd $appdir; npm i react react-dom @react-three/fiber@rc $TGZ --legacy-peer-deps)
(cd $appdir; npm i @types/react@latest @types/react-dom@latest react@latest react-dom@latest @react-three/fiber@rc $TGZ --legacy-peer-deps)

# App.tsx
cp App.tsx $appdir/src/App.tsx
Expand Down

0 comments on commit 61adfe6

Please sign in to comment.