Skip to content

Commit

Permalink
Merge pull request #50 from jerzakm/three-170-compat
Browse files Browse the repository at this point in the history
Troika & three bump to v170
  • Loading branch information
jerzakm authored Nov 27, 2024
2 parents a9178c6 + 9dc174c commit b675bf4
Show file tree
Hide file tree
Showing 4 changed files with 5,477 additions and 4,301 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-ways-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@threejs-kit/instanced-sprite-mesh': minor
---

Update troik dep and three to work with three 170.0.0
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@threlte/core": "^7.1.0",
"@threlte/extras": "^8.7.3",
"@tweakpane/core": "^2.0.1",
"@types/three": "^0.159.0",
"@types/three": "^0.170.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
Expand All @@ -27,7 +27,7 @@
"prettier-plugin-svelte": "^3.1.0",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"three": "^0.159.0",
"three": "^0.170.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/instanced-sprite-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"build": "vite build"
},
"devDependencies": {
"@types/three": "^0.158.2",
"@types/three": "^0.170.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": ">=0.170.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -42,7 +42,7 @@
"diet-sprite": "^0.0.1",
"earcut": "^2.2.4",
"maath": "^0.10.7",
"three-instanced-uniforms-mesh": "^0.49.0",
"troika-three-utils": "^0.49.0"
"three-instanced-uniforms-mesh": "^0.52.0",
"troika-three-utils": "^0.52.0"
}
}
Loading

0 comments on commit b675bf4

Please sign in to comment.