mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-07 05:48:56 +01:00
Compare commits
1 Commits
renovate/l
...
cd8f5530c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd8f5530c1 |
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
name: "Build frontend"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- uses: "actions/setup-node@v6"
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
- run: "yarn install"
|
||||
- run: "yarn build"
|
||||
- uses: "actions/upload-artifact@v6"
|
||||
- uses: "actions/upload-artifact@v5"
|
||||
with:
|
||||
name: "frontend"
|
||||
path: "dist"
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
name: "Build backend"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- run: "pipx install poetry"
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
name: "Build logo"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- run: "pipx install poetry"
|
||||
@@ -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@v5"
|
||||
with:
|
||||
name: "logo"
|
||||
path: "assets/logo_build"
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
name: "Build example"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- run: "pipx install poetry"
|
||||
@@ -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@v5"
|
||||
with:
|
||||
name: "example"
|
||||
path: "export"
|
||||
|
||||
2
.github/workflows/deploy1.yml
vendored
2
.github/workflows/deploy1.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
outputs:
|
||||
skip: "${{ steps.check_recursive.outputs.skip || 'false' }}" # Default to false if not set
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with: # Ensure we are not in a detached HEAD state
|
||||
ref: "master"
|
||||
token: "${{ secrets.GH_PAT }}"
|
||||
|
||||
4
.github/workflows/deploy2.yml
vendored
4
.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@v6"
|
||||
with: # Downloads all artifacts from the build job
|
||||
path: "./public"
|
||||
merge-multiple: true
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
needs: "rebuild"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v6"
|
||||
- uses: "actions/checkout@v5"
|
||||
with:
|
||||
ref: "${{ inputs.ref }}"
|
||||
- uses: "actions/setup-node@v6"
|
||||
|
||||
@@ -28,17 +28,17 @@
|
||||
"pako": "^2.1.0",
|
||||
"pyodide": "^0.29.0",
|
||||
"tanmayo7lock": "^1.0.18",
|
||||
"three": "^0.182.0",
|
||||
"three": "^0.181.0",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "^24.0.0",
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@types/three": "^0.182.0",
|
||||
"@types/three": "^0.181.0",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.0",
|
||||
"@vue/tsconfig": "^0.8.0",
|
||||
|
||||
1051
poetry.lock
generated
1051
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -27,8 +27,8 @@ build123d = ">=0.10,<0.11"
|
||||
|
||||
# Misc
|
||||
pygltflib = "^1.16.2"
|
||||
pillow = ">=12,<12.2"
|
||||
poetry-core = "==2.3.1"
|
||||
pillow = ">=12,<12.1"
|
||||
poetry-core = "==2.2.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
taskipy = "^1.14.1"
|
||||
|
||||
Reference in New Issue
Block a user