1 Commits

Author SHA1 Message Date
renovate d06101626d fix(deps): update dependency graphql to v17
dancefinder-app / build (pull_request) Failing after 49s
dancefinder-app / deploy-prod (pull_request) Has been skipped
renovate/stability-days Updates have met minimum release age requirement
2026-06-20 22:04:40 +00:00
2 changed files with 2 additions and 2 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.31.2@sha256:7ee510cf2ffa2d94a10f8f8e2f4fb547c0dd3783b56ed9f9efee84a3081ac25c
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+1 -1
View File
@@ -55,7 +55,7 @@
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0",
"graphql": "16.14.2",
"graphql": "17.0.1",
"graphql-tag": "2.12.7",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1"