mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-28 13:20:15 +01:00
Compare commits
1 Commits
renovate/v
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c21b303e04 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -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
|
||||
|
||||
@@ -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": "^4.0.0"
|
||||
"vuetify": "^3.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "^24.0.0",
|
||||
|
||||
@@ -2991,10 +2991,10 @@ vue@^3.5.13:
|
||||
"@vue/server-renderer" "3.5.29"
|
||||
"@vue/shared" "3.5.29"
|
||||
|
||||
vuetify@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-4.0.0.tgz#9ff17fc9ab21bd131dbf14fbee0f2315d426ed29"
|
||||
integrity sha512-TRyNWd2KlX1KXbKwuHYRfrX24yLHq85AdVKmokfy5llAgVx7MNW4oBPwFmYLeuuSrWvw5ITtDJ5VjdBIKD5WVw==
|
||||
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==
|
||||
|
||||
walk-up-path@^4.0.0:
|
||||
version "4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user