1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-08-19 09:52:02 +00:00

1 Commits

Author SHA1 Message Date
renovate[bot] 9f1bbd742c chore(deps): update dependency vue-router to v5 2026-07-30 20:50:46 +00:00
3 changed files with 1305 additions and 937 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.19.0-slim
ARG NODE_VERSION=24.18.0-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder
+4 -4
View File
@@ -18,15 +18,15 @@
"style:fix": "prettier --write ."
},
"dependencies": {
"nuxt": "^4.5.2",
"nuxt": "^4.5.0",
"sass": "^1.102.0",
"vue": "^3.5.41",
"vue-router": "^4.6.4"
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.9.6",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.10"
"vue-tsc": "^3.3.8"
}
}
+1300 -932
View File
File diff suppressed because it is too large Load Diff