Fix: Update three.js peer dependency to support newer versions

This commit is contained in:
BaekRyang 2025-11-04 10:46:56 +09:00
parent 05b47fb177
commit ceab8f4332

View File

@ -22,7 +22,7 @@
"peerDependencies": { "peerDependencies": {
"react": "^18.0.0 || ^19.0.0", "react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0",
"three": "^0.150.0" "three": ">=0.150.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.2.2", "@types/react": "^19.2.2",