Skip to content

Commit

Permalink
move deps back
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Nov 16, 2023
1 parent 8736dd9 commit c38c297
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/instanced-sprite-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@
},
"devDependencies": {
"@types/three": "^0.158.2",
"three": "^0.158.0",
"three-instanced-uniforms-mesh": "^0.49.0",
"troika-three-utils": "^0.49.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2",
"three-instanced-uniforms-mesh": "^0.49.0",
"troika-three-utils": "^0.49.0",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3"
},
"peerDependencies": {
"three": ">=0.155.0"
"three": ">=0.158.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c38c297

Please sign in to comment.