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

1 Commits

Author SHA1 Message Date
renovate[bot] 07b0b21b95 chore(deps): update devdependency typescript to v7 2026-07-12 01:58:30 +00:00
3 changed files with 2098 additions and 2525 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 # Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder FROM node:${NODE_VERSION} AS builder
+6 -6
View File
@@ -18,15 +18,15 @@
"style:fix": "prettier --write ." "style:fix": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"nuxt": "^4.5.2", "nuxt": "^4.4.8",
"sass": "^1.102.0", "sass": "^1.101.0",
"vue": "^3.5.41", "vue": "^3.5.39",
"vue-router": "^4.6.4" "vue-router": "^4.6.4"
}, },
"devDependencies": { "devDependencies": {
"husky": "^9.1.7", "husky": "^9.1.7",
"prettier": "^3.9.6", "prettier": "^3.9.5",
"typescript": "^6.0.3", "typescript": "^7.0.2",
"vue-tsc": "^3.3.9" "vue-tsc": "^3.3.7"
} }
} }
+2091 -2518
View File
File diff suppressed because it is too large Load Diff