Skip to content

Commit 72179e3

Browse files
committed
chore: update fragments dependency
1 parent ed6eca2 commit 72179e3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components",
33
"description": "Collection of core functionalities to author BIM apps.",
4-
"version": "2.3.0-alpha.9",
4+
"version": "2.3.0",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -37,7 +37,7 @@
3737
"access": "public"
3838
},
3939
"devDependencies": {
40-
"@thatopen/fragments": ">=2.3.0-alpha.8",
40+
"@thatopen/fragments": "~2.3.0",
4141
"@thatopen/ui": "~2.2.0",
4242
"@types/three": "0.160.0",
4343
"stats.js": "^0.17.0",
@@ -51,8 +51,8 @@
5151
"three-mesh-bvh": "0.7.0"
5252
},
5353
"peerDependencies": {
54-
"@thatopen/fragments": ">=2.3.0-alpha.8",
54+
"@thatopen/fragments": "~2.3.0",
5555
"three": "^0.160.1",
5656
"web-ifc": "0.0.57"
5757
}
58-
}
58+
}

packages/front/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thatopen/components-front",
33
"description": "Collection of frontend tools to author BIM apps.",
4-
"version": "2.3.0-alpha.16",
4+
"version": "2.3.0",
55
"author": "That Open Company",
66
"contributors": [
77
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
@@ -38,7 +38,7 @@
3838
"web-ifc": "0.0.57"
3939
},
4040
"devDependencies": {
41-
"@thatopen/fragments": ">=2.3.0-alpha.8",
41+
"@thatopen/fragments": "~2.3.0",
4242
"@thatopen/ui": "~2.2.0",
4343
"@thatopen/ui-obc": "~2.2.0",
4444
"@types/earcut": "^2.1.4",
@@ -54,4 +54,4 @@
5454
"n8ao": "1.5.1",
5555
"postprocessing": "6.34.2"
5656
}
57-
}
57+
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ __metadata:
622622
resolution: "@thatopen/components-front@workspace:packages/front"
623623
dependencies:
624624
"@thatopen/components": ">=2.3.0-alpha.5"
625-
"@thatopen/fragments": ">=2.3.0-alpha.8"
625+
"@thatopen/fragments": ~2.3.0
626626
"@thatopen/ui": ~2.2.0
627627
"@thatopen/ui-obc": ~2.2.0
628628
"@types/earcut": ^2.1.4
@@ -645,7 +645,7 @@ __metadata:
645645
version: 0.0.0-use.local
646646
resolution: "@thatopen/components@workspace:packages/core"
647647
dependencies:
648-
"@thatopen/fragments": ">=2.3.0-alpha.8"
648+
"@thatopen/fragments": ~2.3.0
649649
"@thatopen/ui": ~2.2.0
650650
"@types/three": 0.160.0
651651
camera-controls: 2.7.3
@@ -656,21 +656,21 @@ __metadata:
656656
three-mesh-bvh: 0.7.0
657657
web-ifc: 0.0.57
658658
peerDependencies:
659-
"@thatopen/fragments": ">=2.3.0-alpha.8"
659+
"@thatopen/fragments": ~2.3.0
660660
three: ^0.160.1
661661
web-ifc: 0.0.57
662662
languageName: unknown
663663
linkType: soft
664664

665-
"@thatopen/fragments@npm:>=2.3.0-alpha.8":
666-
version: 2.3.0-alpha.8
667-
resolution: "@thatopen/fragments@npm:2.3.0-alpha.8"
665+
"@thatopen/fragments@npm:~2.3.0":
666+
version: 2.3.0
667+
resolution: "@thatopen/fragments@npm:2.3.0"
668668
dependencies:
669669
flatbuffers: 23.3.3
670670
three-mesh-bvh: 0.7.0
671671
peerDependencies:
672672
three: ^0.160.1
673-
checksum: 3ca9e2118d6168669cae04b44c4b0c856e75d89ab9576e4357bacee7ff354a1bcb212cedfefa582bda4f294052bade7e992843bd9c141ea17ce321f56b9e4dfc
673+
checksum: b2e64a08dbc5ffa458fd76b6724f7afb86b7a6a338a520cbc4f539f1d2868ab1c3129c1321625b3ab49829762d4712fd4f96662630a3defdd79c2d34b6f6994b
674674
languageName: node
675675
linkType: hard
676676

0 commit comments

Comments
 (0)