Skip to content

Commit ae56889

Browse files
committed
fix(soba): update peer deps
1 parent 82f66b8 commit ae56889

File tree

3 files changed

+40
-422
lines changed

3 files changed

+40
-422
lines changed

libs/soba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"stats-gl": ">=2.0.0",
3838
"three": ">=0.148.0 <0.173.0",
3939
"three-custom-shader-material": ">=5.5.0 <6.3.0",
40-
"three-mesh-bvh": ">=0.5.0 <0.9.0",
40+
"three-mesh-bvh": ">=0.5.0 <0.10.0",
4141
"three-stdlib": "^2.0.0",
4242
"troika-three-text": ">=0.47.0 <0.53.0"
4343
},

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"typescript": "5.6.3",
9393
"typescript-eslint": "^8.19.1",
9494
"vite": "5.4.11",
95-
"vite-plugin-glslify": "^2.1.0",
9695
"vite-tsconfig-paths": "^4.3.2",
9796
"vitest": "1.6.0",
9897
"vitest-webgl-canvas-mock": "^1.1.0"
@@ -120,7 +119,7 @@
120119
"front-matter": "^4.0.2",
121120
"gl-noise": "^1.6.1",
122121
"gsap": "^3.12.5",
123-
"hls.js": "^1.5.19",
122+
"hls.js": "^1.5.20",
124123
"ionicons": "^7.4.0",
125124
"maath": "^0.10.8",
126125
"marked": "^13.0.3",
@@ -130,15 +129,14 @@
130129
"meshline": "^3.3.1",
131130
"n8ao": "^1.9.4",
132131
"ngxtension": "^4.2.0",
133-
"node-three-gltf": "^1.8.2",
134132
"prismjs": "^1.29.0",
135133
"react": "^18.3.1",
136134
"react-dom": "^18.3.1",
137135
"rxjs": "~7.8.1",
138136
"stats-gl": "^3.6.0",
139137
"three-custom-shader-material": "~6.2.1",
140-
"three-mesh-bvh": "^0.8.3",
141-
"three-stdlib": "^2.35.7",
138+
"three-mesh-bvh": "^0.9.0",
139+
"three-stdlib": "^2.35.12",
142140
"troika-three-text": "^0.52.3",
143141
"tslib": "^2.8.1",
144142
"zone.js": "0.15.0"

0 commit comments

Comments
 (0)