Compare commits

..

6 Commits

Author SHA1 Message Date
renovate[bot]
1a731abb2b chore(deps): lock file maintenance 2026-03-01 21:32:57 +00:00
renovate[bot]
074ce40b83 chore(deps): lock file maintenance 2026-03-01 01:32:33 +00:00
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

@@ -421,9 +421,9 @@
vue-demi latest
"@img/colour@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@img/colour/-/colour-1.0.0.tgz#d2fabb223455a793bf3bf9c70de3d28526aa8311"
integrity sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==
version "1.1.0"
resolved "https://registry.yarnpkg.com/@img/colour/-/colour-1.1.0.tgz#b0c2c2fa661adf75effd6b4964497cd80010bb9d"
integrity sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==
"@img/sharp-darwin-arm64@0.34.5":
version "0.34.5"
@@ -1416,9 +1416,9 @@ callsites@^3.0.0:
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
caniuse-lite@^1.0.30001759:
version "1.0.30001774"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001774.tgz#0e576b6f374063abcd499d202b9ba1301be29b70"
integrity sha512-DDdwPGz99nmIEv216hKSgLD+D4ikHQHjBC/seF98N9CPqRX4M5mSxT9eTV6oyisnJcuzxtZy4n17yKKQYmYQOA==
version "1.0.30001775"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001775.tgz#9572266e3f7f77efee5deac1efeb4795879d1b7f"
integrity sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==
chalk@^4.1.0:
version "4.1.2"
@@ -2948,10 +2948,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"