1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-20 18:15:18 +00:00

Compare commits

6 Commits

Author SHA1 Message Date
renovate[bot] 0aac543a87 chore(deps): update all non-major dependencies to ^4.4.7 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-06 01:55:40 +00:00
renovate[bot] a92d16baf9 chore(deps): update devdependency vue-tsc to ^3.3.3 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-02 01:55:27 +00:00
renovate[bot] dbbabe2a54 chore(deps): update all non-major dependencies (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-30 01:27:25 +00:00
renovate[bot] 21c4910b41 chore(deps): update all non-major dependencies (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-24 01:30:26 +00:00
robonen 35dbde5d29 Merge pull request #69 from robonen/renovate/ubuntu-26.x
chore(deps): update ubuntu docker tag to v26
2026-05-21 02:27:52 +07:00
renovate[bot] 5d5ef77442 chore(deps): update ubuntu docker tag to v26 2026-04-24 02:14:29 +00:00
4 changed files with 992 additions and 1860 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.15.0-slim
ARG NODE_VERSION=24.16.0-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder
+5 -5
View File
@@ -18,15 +18,15 @@
"style:fix": "prettier --write ."
},
"dependencies": {
"nuxt": "^4.4.4",
"sass": "^1.99.0",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
"nuxt": "^4.4.7",
"sass": "^1.100.0",
"vue": "^3.5.35",
"vue-router": "^4.6.4"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.8"
"vue-tsc": "^3.3.3"
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04
MAINTAINER Robonen Andrew <robonenandrew@gmail.com>
+985 -1853
View File
File diff suppressed because it is too large Load Diff