Skip to content

Commit cb4655d

Browse files
committed
fix: loosen three peer to >=0.182.0; release @thatopen/services 0.3.1
Caret on a 0.x version (^0.182.0) locks to 0.182.x, which conflicts with consumers on three 0.184 (the beta engine). Use >=0.182.0 in the peer + dev dep + app template so newer three minors resolve cleanly.
1 parent 22170db commit cb4655d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"access": "public"
1616
},
1717
"private": false,
18-
"version": "0.3.0",
18+
"version": "0.3.1",
1919
"main": "dist/index.cjs.js",
2020
"module": "dist/index.es.js",
2121
"types": "dist/index.d.ts",
@@ -67,7 +67,7 @@
6767
"globals": "^15.3.0",
6868
"jszip": "^3.10.1",
6969
"prettier": "^3.2.5",
70-
"three": "^0.182.0",
70+
"three": ">=0.182.0",
7171
"tsx": "^4.16.2",
7272
"typescript": "^5.2.2",
7373
"typescript-eslint": "^7.10.0",
@@ -84,7 +84,7 @@
8484
"peerDependencies": {
8585
"@thatopen/components": "~3.4.0",
8686
"@thatopen/ui": "~3.4.0",
87-
"three": "^0.182.0"
87+
"three": ">=0.182.0"
8888
},
8989
"peerDependenciesMeta": {
9090
"@thatopen/components": {

src/cli/templates/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@thatopen/fragments": "~3.4.0",
1818
"@thatopen/services": "file:../../../..",
1919
"@thatopen/ui": "~3.4.4",
20-
"three": "^0.182.0",
20+
"three": ">=0.182.0",
2121
"@sparkjsdev/spark": "^0.1.10",
2222
"3d-tiles-renderer": "^0.4.28",
2323
"camera-controls": "^3.1.2",

0 commit comments

Comments
 (0)