Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
3829c586fc chore(deps): update github artifact actions 2025-10-25 10:13:22 +00:00
renovate[bot]
8f49a5deee chore(deps): update dependency three-mesh-bvh to v0.9.2 2025-10-25 05:03:43 +00:00
renovate[bot]
070488f8c6 chore(deps): update dependency @types/node to v22.18.12 2025-10-25 02:06:10 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ jobs:
cache: "yarn"
- run: "yarn install"
- run: "yarn build"
- uses: "actions/upload-artifact@v4"
- uses: "actions/upload-artifact@v5"
with:
name: "frontend"
path: "dist"
@@ -59,7 +59,7 @@ jobs:
- run: "poetry lock"
- run: "poetry install"
- run: "poetry run python yacv_server/logo.py"
- uses: "actions/upload-artifact@v4"
- uses: "actions/upload-artifact@v5"
with:
name: "logo"
path: "assets/logo_build"
@@ -80,7 +80,7 @@ jobs:
- run: "poetry lock"
- run: "poetry install"
- run: "YACV_DISABLE_SERVER=true poetry run python example/object.py"
- uses: "actions/upload-artifact@v4"
- uses: "actions/upload-artifact@v5"
with:
name: "example"
path: "export"

View File

@@ -32,7 +32,7 @@ jobs:
name: "github-pages"
url: "${{ steps.deployment.outputs.page_url }}"
steps:
- uses: "actions/download-artifact@v5"
- uses: "actions/download-artifact@v6"
with: # Downloads all artifacts from the build job
path: "./public"
merge-multiple: true

View File

@@ -1037,9 +1037,9 @@
integrity sha512-oANmFZMnFQvb219SSBIhI1Ih/r4CvHDOzkWyJS/XRqkMrGH5/kaPSA1hQhdIBzouaE+5KpE/f5ylI9cujmckQg==
"@types/node@^22.9.3":
version "22.18.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.11.tgz#aa8a8ccae8cc828512df642f0d82606b89450d71"
integrity sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ==
version "22.18.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
dependencies:
undici-types "~6.21.0"
@@ -2915,9 +2915,9 @@ terser@^5.36.0:
source-map-support "~0.5.20"
three-mesh-bvh@^0.9.0:
version "0.9.1"
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.9.1.tgz#fa6db25f14bb4d2453f15c926f5eb9eba1811168"
integrity sha512-WNT+m9jGQgtp4YdtwEnl4oFylNVifRf7iphlwWdJ4bJu7oNkY0xHIyntep9OzHuR1hpe/pyAP840gB/EsYDJfg==
version "0.9.2"
resolved "https://registry.yarnpkg.com/three-mesh-bvh/-/three-mesh-bvh-0.9.2.tgz#ff8258daaab5d0f9215494c863fa8c4674cc3ddf"
integrity sha512-W0oUU4AZv0QwisjlkYlLVaYTVxijhMXCztyNvVlDmTK/u0QB16Xbfem5nWkQBsz3oTzztA1B/ouiz4wYCMj78g==
"three-orientation-gizmo@git+https://github.com/jrj2211/three-orientation-gizmo.git":
version "1.1.0"