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"
|
cache: "yarn"
|
||||||
- run: "yarn install"
|
- run: "yarn install"
|
||||||
- run: "yarn build"
|
- run: "yarn build"
|
||||||
- uses: "actions/upload-artifact@v6"
|
- uses: "actions/upload-artifact@v7"
|
||||||
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@v6"
|
- uses: "actions/upload-artifact@v7"
|
||||||
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@v6"
|
- uses: "actions/upload-artifact@v7"
|
||||||
with:
|
with:
|
||||||
name: "example"
|
name: "example"
|
||||||
path: "export"
|
path: "export"
|
||||||
|
|||||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -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@v7"
|
- uses: "actions/download-artifact@v8"
|
||||||
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
|
||||||
|
|||||||
@@ -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": "^4.0.0"
|
"vuetify": "^3.7.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node24": "^24.0.0",
|
"@tsconfig/node24": "^24.0.0",
|
||||||
|
|||||||
@@ -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@^4.0.0:
|
vuetify@^3.7.4:
|
||||||
version "4.0.0"
|
version "3.12.1"
|
||||||
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-4.0.0.tgz#9ff17fc9ab21bd131dbf14fbee0f2315d426ed29"
|
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.12.1.tgz#c5937d96ea5b53544d4419cd8769787b4206804f"
|
||||||
integrity sha512-TRyNWd2KlX1KXbKwuHYRfrX24yLHq85AdVKmokfy5llAgVx7MNW4oBPwFmYLeuuSrWvw5ITtDJ5VjdBIKD5WVw==
|
integrity sha512-JDHDzs1e195YJ9L3X4nWQySGSMyTxr0BefIY4+l/CpAgTd9pPV5F6oZzI8ZLuikMxS4HhfSGHteOAe6u/zh4vQ==
|
||||||
|
|
||||||
walk-up-path@^4.0.0:
|
walk-up-path@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user