Skip to content

Commit

Permalink
upgrade to react 19 + three 173
Browse files Browse the repository at this point in the history
  • Loading branch information
wass08 committed Feb 27, 2025
1 parent 0365c27 commit 7fb6340
Show file tree
Hide file tree
Showing 2 changed files with 643 additions and 766 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.111.3",
"@react-three/fiber": "^8.17.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.167.1"
"@react-three/drei": "^10.0.3",
"@react-three/fiber": "^9.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.173.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"vite": "^5.4.1"
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.15.0",
"vite": "^6.2.0"
}
}
Loading

0 comments on commit 7fb6340

Please sign in to comment.