1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 19:04:41 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
edbf7efab5 chore(deps): update node.js to v24 2025-11-13 00:32:43 +00:00
renovate[bot]
86bf41d8d2 chore(deps): update all non-major dependencies (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 01:31:32 +00:00
3 changed files with 946 additions and 898 deletions

View File

@@ -1,4 +1,4 @@
ARG NODE_VERSION=22.21.1-slim
ARG NODE_VERSION=24.11.1-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder

View File

@@ -18,15 +18,15 @@
"style:fix": "prettier --write ."
},
"dependencies": {
"nuxt": "^4.2.0",
"nuxt": "^4.2.1",
"sass": "^1.93.3",
"vue": "^3.5.22",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.2"
"vue-tsc": "^3.1.3"
}
}

1836
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff