2 Commits

Author SHA1 Message Date
argoyle a91bcd897e fix: add vite optimizeDeps for runtime-discovered dependencies
dancefinder-app / build (pull_request) Successful in 2m41s
dancefinder-app / deploy-prod (pull_request) Has been skipped
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 17:37:28 +02:00
renovate 0a4a02ae6b chore(deps): update dependency vuetify to v4 2026-03-29 17:26:32 +02:00
3 changed files with 296 additions and 1748 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.29.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
FROM amd64/nginx:1.29.7@sha256:03a679e99632afbbd7d56284e5b4125f223c94263f2a7b71ad85f4826401a981
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+287 -1739
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -28,23 +28,23 @@
"@nuxtjs/i18n": "10.2.4",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.6",
"esbuild": "0.28.0",
"eslint": "10.2.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"esbuild": "0.27.4",
"eslint": "10.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.4.2",
"postcss-html": "1.8.1",
"sass": "1.99.0",
"sass": "1.98.0",
"stylelint": "17.6.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.2",
"typescript-eslint": "8.58.0",
"typescript": "5.9.3",
"typescript-eslint": "8.57.2",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.32",
"vue": "3.5.31",
"vue-eslint-parser": "10.4.0",
"vue-router": "4.6.4",
"vuetify": "4.0.5"
"vuetify": "4.0.4"
},
"dependencies": {
"@apollo/client": "3.14.1",