Skip to content

Commit ef92608

Browse files
committed
fix(core): update peer deps
1 parent fc7ab35 commit ef92608

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

libs/core/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
"@angular/common": ">=18.0.0 <19.0.0",
2626
"@angular/core": ">=18.0.0 <19.0.0",
2727
"ngxtension": ">=3.0.0",
28-
"three": ">=0.148.0 <0.168.0",
29-
"node-three-gltf": ">=1.0.0 <2.0.0",
28+
"three": ">=0.148.0 <0.169.0",
3029
"@nativescript/angular": ">=18.0.0 <19.0.0",
3130
"@nativescript/canvas": "2.0.0-webgpu.11",
3231
"@nativescript/canvas-three": "2.0.0-webgpu.11",
3332
"@nativescript/canvas-media": "2.0.0-webgpu.11"
3433
},
3534
"peerDependenciesMeta": {
36-
"node-three-gltf": {
37-
"optional": true
38-
},
3935
"@nativescript/angular": {
4036
"optional": true
4137
},
@@ -50,7 +46,7 @@
5046
}
5147
},
5248
"dependencies": {
53-
"tslib": "^2.3.0",
49+
"tslib": "^2.7.0",
5450
"@nx/devkit": "^19.0.0",
5551
"@phenomnomnominal/tsquery": "^6.0.0",
5652
"nx": "^19.0.0"

0 commit comments

Comments
 (0)