From c3170da1e208d2fe77fc22d9c2dd895e6f7849b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:55:32 +0000 Subject: [PATCH] chore(deps): Bump the thatopen group across 1 directory with 3 updates Bumps the thatopen group with 3 updates in the /apps/web directory: [@thatopen/fragments](https://github.com/ThatOpen/engine_fragment/tree/HEAD/packages/fragments), [@thatopen/ui](https://github.com/ThatOpen/engine_ui-components) and [three](https://github.com/mrdoob/three.js). Updates `@thatopen/fragments` from 3.4.5 to 3.4.6 - [Release notes](https://github.com/ThatOpen/engine_fragment/releases) - [Changelog](https://github.com/ThatOpen/engine_fragment/blob/main/CHANGELOG.md) - [Commits](https://github.com/ThatOpen/engine_fragment/commits/HEAD/packages/fragments) Updates `@thatopen/ui` from 3.4.3 to 3.4.9 - [Release notes](https://github.com/ThatOpen/engine_ui-components/releases) - [Changelog](https://github.com/ThatOpen/engine_ui-components/blob/main/CHANGELOG.md) - [Commits](https://github.com/ThatOpen/engine_ui-components/commits) Updates `three` from 0.184.0 to 0.185.1 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: "@thatopen/fragments" dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: thatopen - dependency-name: "@thatopen/ui" dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: thatopen - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: thatopen ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index c8ae5929..86699bae 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -34,15 +34,15 @@ "@tauri-apps/plugin-fs": "^2.5.1", "@thatopen/components": "3.4.6", "@thatopen/components-front": "3.4.3", - "@thatopen/fragments": "3.4.5", - "@thatopen/ui": "3.4.3", + "@thatopen/fragments": "3.4.6", + "@thatopen/ui": "3.4.9", "camera-controls": "3.1.2", "geotiff": "^3.0.5", "laz-perf": "^0.0.7", "pdf-lib": "^1.17.1", "pdfjs-dist": "^6.0.227", "qrcode": "^1.5.4", - "three": "0.184.0", + "three": "0.185.1", "web-ifc": "0.0.77" }, "devDependencies": { @@ -52,7 +52,7 @@ "@capacitor/ios": "^6.2.1", "@eslint/js": "^9.39.5", "@types/qrcode": "^1.5.6", - "@types/three": "0.184.1", + "@types/three": "0.185.1", "eslint": "^9.39.5", "globals": "^17.7.0", "happy-dom": "^15.11.7",