Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
4e60cbcbe8 fix(deps): update dependency vuetify to v4 2026-02-28 11:11:54 +00:00
4 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -2991,10 +2991,10 @@ vue@^3.5.13:
"@vue/server-renderer" "3.5.29" "@vue/server-renderer" "3.5.29"
"@vue/shared" "3.5.29" "@vue/shared" "3.5.29"
vuetify@^3.7.4: vuetify@^4.0.0:
version "3.12.1" version "4.0.0"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.12.1.tgz#c5937d96ea5b53544d4419cd8769787b4206804f" resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-4.0.0.tgz#9ff17fc9ab21bd131dbf14fbee0f2315d426ed29"
integrity sha512-JDHDzs1e195YJ9L3X4nWQySGSMyTxr0BefIY4+l/CpAgTd9pPV5F6oZzI8ZLuikMxS4HhfSGHteOAe6u/zh4vQ== integrity sha512-TRyNWd2KlX1KXbKwuHYRfrX24yLHq85AdVKmokfy5llAgVx7MNW4oBPwFmYLeuuSrWvw5ITtDJ5VjdBIKD5WVw==
walk-up-path@^4.0.0: walk-up-path@^4.0.0:
version "4.0.0" version "4.0.0"