Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
5f7d715e8f chore(deps): update actions/checkout action to v6 2025-11-22 08:27:16 +00:00
6 changed files with 1535 additions and 1366 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@v6" - uses: "actions/upload-artifact@v5"
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@v5"
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@v5"
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@v7" - uses: "actions/download-artifact@v6"
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

@@ -24,21 +24,21 @@
"@mdi/js": "^7.4.47", "@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47", "@mdi/svg": "^7.4.47",
"js-base64": "^3.7.7", "js-base64": "^3.7.7",
"monaco-editor": "^0.55.0", "monaco-editor": "^0.54.0",
"pako": "^2.1.0", "pako": "^2.1.0",
"pyodide": "^0.29.0", "pyodide": "^0.29.0",
"tanmayo7lock": "^1.0.18", "tanmayo7lock": "^1.0.18",
"three": "^0.182.0", "three": "^0.181.0",
"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": "^3.7.4"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/node24": "^24.0.0", "@tsconfig/node20": "^20.1.4",
"@types/node": "^24.0.0", "@types/node": "^24.0.0",
"@types/pako": "^2.0.3", "@types/pako": "^2.0.3",
"@types/three": "^0.182.0", "@types/three": "^0.181.0",
"@vitejs/plugin-vue": "^6.0.0", "@vitejs/plugin-vue": "^6.0.0",
"@vitejs/plugin-vue-jsx": "^5.0.0", "@vitejs/plugin-vue-jsx": "^5.0.0",
"@vue/tsconfig": "^0.8.0", "@vue/tsconfig": "^0.8.0",

1051
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,8 +27,8 @@ build123d = ">=0.10,<0.11"
# Misc # Misc
pygltflib = "^1.16.2" pygltflib = "^1.16.2"
pillow = ">=12,<12.2" pillow = ">=12,<12.1"
poetry-core = "==2.3.1" poetry-core = "==2.2.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
taskipy = "^1.14.1" taskipy = "^1.14.1"

1830
yarn.lock

File diff suppressed because it is too large Load Diff