Skip to content

Commit

Permalink
chore: use R3F v9 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Feb 19, 2025
1 parent 1e72ac4 commit 7a8e2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-three/drei",
"version": "10.0.0-rc.3",
"version": "0.0.0-semantic-release",
"private": true,
"description": "useful add-ons for react-three-fiber",
"keywords": [
Expand Down Expand Up @@ -81,7 +81,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.45.2",
"@react-three/fiber": "9.0.0-rc.10",
"@react-three/fiber": "^9.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -129,7 +129,7 @@
"vite-plugin-glslify": "^2.1.0"
},
"peerDependencies": {
"@react-three/fiber": "9.0.0-rc.10",
"@react-three/fiber": "^9.0.0",
"react": "^19",
"react-dom": "^19",
"three": ">=0.159"
Expand Down
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 $appname -- --template react-ts)

# drei
(cd $appdir; npm i @react-three/fiber@rc $TGZ)
(cd $appdir; npm i; npm i $TGZ)

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

0 comments on commit 7a8e2c3

Please sign in to comment.