Compare commits

...

4 Commits

Author SHA1 Message Date
renovate[bot]
430b894f07 fix(deps): update dependency vuetify to v4 2026-02-28 21:45:32 +00:00
renovate[bot]
0865a0a437 chore(deps): update github artifact actions 2026-02-28 20:36:46 +00:00
renovate[bot]
952ec66e23 chore(deps): update dependency @types/node to v24.11.0 2026-02-28 13:19:27 +00:00
renovate[bot]
3f08f39fda chore(deps): update dependency three to v0.183.2 2026-02-28 11:11:39 +00:00
4 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ jobs:
cache: "yarn"
- run: "yarn install"
- run: "yarn build"
- uses: "actions/upload-artifact@v6"
- uses: "actions/upload-artifact@v7"
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@v6"
- uses: "actions/upload-artifact@v7"
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@v6"
- uses: "actions/upload-artifact@v7"
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@v7"
- uses: "actions/download-artifact@v8"
with: # Downloads all artifacts from the build job
path: "./public"
merge-multiple: true

View File

@@ -32,7 +32,7 @@
"three-mesh-bvh": "^0.9.0",
"three-orientation-gizmo": "git+https://github.com/jrj2211/three-orientation-gizmo.git",
"vue": "^3.5.13",
"vuetify": "^3.7.4"
"vuetify": "^4.0.0"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.0",

View File

@@ -1034,9 +1034,9 @@
integrity sha512-oANmFZMnFQvb219SSBIhI1Ih/r4CvHDOzkWyJS/XRqkMrGH5/kaPSA1hQhdIBzouaE+5KpE/f5ylI9cujmckQg==
"@types/node@^24.0.0":
version "24.10.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.13.tgz#2fac25c0e30f3848e19912c3b8791a28370e9e07"
integrity sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==
version "24.11.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.11.0.tgz#34e8f9603ada03fdc36a532faefdb8e1bb3693a0"
integrity sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==
dependencies:
undici-types "~7.16.0"
@@ -2853,9 +2853,9 @@ three@^0.125.0:
integrity sha512-7rIRO23jVKWcAPFdW/HREU2NZMGWPBZ4XwEMt0Ak0jwLUKVJhcKM55eCBWyGZq/KiQbeo1IeuAoo/9l2dzhTXA==
three@^0.183.0:
version "0.183.1"
resolved "https://registry.yarnpkg.com/three/-/three-0.183.1.tgz#542153dce00df37e42d1197085d77d76f6de8e7e"
integrity sha512-Psv6bbd3d/M/01MT2zZ+VmD0Vj2dbWTNhfe4CuSg7w5TuW96M3NOyCVuh9SZQ05CpGmD7NEcJhZw4GVjhCYxfQ==
version "0.183.2"
resolved "https://registry.yarnpkg.com/three/-/three-0.183.2.tgz#606e3195bf210ef8d1eaaca2ab8c59d92d2bbc18"
integrity sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==
tinyglobby@^0.2.12, tinyglobby@^0.2.15:
version "0.2.15"
@@ -2991,10 +2991,10 @@ vue@^3.5.13:
"@vue/server-renderer" "3.5.29"
"@vue/shared" "3.5.29"
vuetify@^3.7.4:
version "3.12.1"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.12.1.tgz#c5937d96ea5b53544d4419cd8769787b4206804f"
integrity sha512-JDHDzs1e195YJ9L3X4nWQySGSMyTxr0BefIY4+l/CpAgTd9pPV5F6oZzI8ZLuikMxS4HhfSGHteOAe6u/zh4vQ==
vuetify@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-4.0.0.tgz#9ff17fc9ab21bd131dbf14fbee0f2315d426ed29"
integrity sha512-TRyNWd2KlX1KXbKwuHYRfrX24yLHq85AdVKmokfy5llAgVx7MNW4oBPwFmYLeuuSrWvw5ITtDJ5VjdBIKD5WVw==
walk-up-path@^4.0.0:
version "4.0.0"