1 Commits

Author SHA1 Message Date
renovate 2f5a11f7bf chore(deps): update dependency vue-router to v5
dancefinder-app / build (pull_request) Failing after 47s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-02-02 10:02:26 +00:00
3 changed files with 1146 additions and 1259 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.5@sha256:c2a63cf3b2905e3ff73b0746cbd79e4d5b88fb70c56e9ce63d6537c1e5cc68d8
FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
+1131 -1244
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -16,43 +16,43 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "20.4.1",
"@commitlint/config-conventional": "20.4.1",
"@commitlint/cli": "20.4.0",
"@commitlint/config-conventional": "20.4.0",
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.7",
"@graphql-codegen/typescript-operations": "5.0.7",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.2.1",
"@nuxt/eslint": "1.15.1",
"@nuxt/devtools": "3.1.1",
"@nuxt/eslint": "1.13.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "10.2.3",
"@stylistic/eslint-plugin": "5.8.0",
"@nuxtjs/i18n": "10.2.1",
"@stylistic/eslint-plugin": "5.7.1",
"@vue/test-utils": "2.4.6",
"esbuild": "0.27.3",
"esbuild": "0.27.2",
"eslint": "9.39.2",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.7.0",
"nuxt": "4.3.1",
"nuxt": "4.3.0",
"postcss-html": "1.8.1",
"sass": "1.97.3",
"stylelint": "17.3.0",
"stylelint": "17.1.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.54.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.28",
"vue-eslint-parser": "10.3.0",
"vue": "3.5.27",
"vue-eslint-parser": "10.2.0",
"vue-router": "5.0.2",
"vuetify": "3.11.8"
},
"dependencies": {
"@apollo/client": "3.14.0",
"@auth0/auth0-vue": "2.5.0",
"@grafana/faro-web-sdk": "2.2.3",
"@grafana/faro-web-tracing": "2.2.3",
"@grafana/faro-web-sdk": "2.2.2",
"@grafana/faro-web-tracing": "2.2.2",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",