Skip to content

Commit

Permalink
chore: update fragments dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Oct 7, 2024
1 parent ed6eca2 commit 72179e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components",
"description": "Collection of core functionalities to author BIM apps.",
"version": "2.3.0-alpha.9",
"version": "2.3.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@thatopen/fragments": ">=2.3.0-alpha.8",
"@thatopen/fragments": "~2.3.0",
"@thatopen/ui": "~2.2.0",
"@types/three": "0.160.0",
"stats.js": "^0.17.0",
Expand All @@ -51,8 +51,8 @@
"three-mesh-bvh": "0.7.0"
},
"peerDependencies": {
"@thatopen/fragments": ">=2.3.0-alpha.8",
"@thatopen/fragments": "~2.3.0",
"three": "^0.160.1",
"web-ifc": "0.0.57"
}
}
}
6 changes: 3 additions & 3 deletions packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components-front",
"description": "Collection of frontend tools to author BIM apps.",
"version": "2.3.0-alpha.16",
"version": "2.3.0",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down Expand Up @@ -38,7 +38,7 @@
"web-ifc": "0.0.57"
},
"devDependencies": {
"@thatopen/fragments": ">=2.3.0-alpha.8",
"@thatopen/fragments": "~2.3.0",
"@thatopen/ui": "~2.2.0",
"@thatopen/ui-obc": "~2.2.0",
"@types/earcut": "^2.1.4",
Expand All @@ -54,4 +54,4 @@
"n8ao": "1.5.1",
"postprocessing": "6.34.2"
}
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ __metadata:
resolution: "@thatopen/components-front@workspace:packages/front"
dependencies:
"@thatopen/components": ">=2.3.0-alpha.5"
"@thatopen/fragments": ">=2.3.0-alpha.8"
"@thatopen/fragments": ~2.3.0
"@thatopen/ui": ~2.2.0
"@thatopen/ui-obc": ~2.2.0
"@types/earcut": ^2.1.4
Expand All @@ -645,7 +645,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@thatopen/components@workspace:packages/core"
dependencies:
"@thatopen/fragments": ">=2.3.0-alpha.8"
"@thatopen/fragments": ~2.3.0
"@thatopen/ui": ~2.2.0
"@types/three": 0.160.0
camera-controls: 2.7.3
Expand All @@ -656,21 +656,21 @@ __metadata:
three-mesh-bvh: 0.7.0
web-ifc: 0.0.57
peerDependencies:
"@thatopen/fragments": ">=2.3.0-alpha.8"
"@thatopen/fragments": ~2.3.0
three: ^0.160.1
web-ifc: 0.0.57
languageName: unknown
linkType: soft

"@thatopen/fragments@npm:>=2.3.0-alpha.8":
version: 2.3.0-alpha.8
resolution: "@thatopen/fragments@npm:2.3.0-alpha.8"
"@thatopen/fragments@npm:~2.3.0":
version: 2.3.0
resolution: "@thatopen/fragments@npm:2.3.0"
dependencies:
flatbuffers: 23.3.3
three-mesh-bvh: 0.7.0
peerDependencies:
three: ^0.160.1
checksum: 3ca9e2118d6168669cae04b44c4b0c856e75d89ab9576e4357bacee7ff354a1bcb212cedfefa582bda4f294052bade7e992843bd9c141ea17ce321f56b9e4dfc
checksum: b2e64a08dbc5ffa458fd76b6724f7afb86b7a6a338a520cbc4f539f1d2868ab1c3129c1321625b3ab49829762d4712fd4f96662630a3defdd79c2d34b6f6994b
languageName: node
linkType: hard

Expand Down

0 comments on commit 72179e3

Please sign in to comment.