Skip to content

Commit

Permalink
- rearrange dependencies in package.json
Browse files Browse the repository at this point in the history
- changeset
  • Loading branch information
jerzakm committed Apr 13, 2024
1 parent d85eea5 commit 437b867
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-masks-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@threejs-kit/instanced-sprite-mesh': patch
---

update package.json, move dependencies from peer&dev to dependencies
8 changes: 4 additions & 4 deletions packages/instanced-sprite-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
},
"devDependencies": {
"@types/three": "^0.158.2",
"troika-three-utils": "^0.49.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3"
},
"peerDependencies": {
"three": ">=0.151.0",
"three-instanced-uniforms-mesh": "^0.49.0"
"three": ">=0.151.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -43,6 +41,8 @@
"dependencies": {
"diet-sprite": "^0.0.1",
"earcut": "^2.2.4",
"maath": "^0.10.7"
"maath": "^0.10.7",
"three-instanced-uniforms-mesh": "^0.49.0",
"troika-three-utils": "^0.49.0"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 437b867

Please sign in to comment.