Compare commits
38
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec216ffc6b | ||
|
|
ced3e1f853 | ||
|
|
c200c245f9 | ||
|
|
f10a90e64c | ||
|
|
1b52ddd5e0 | ||
|
|
bef1d4b9cf | ||
|
|
ef2b0d298e | ||
|
|
cd2409a838 | ||
|
|
5e89876ae4 | ||
|
|
aff2b9a1eb | ||
|
|
952c38a752 | ||
|
|
ae787919c3 | ||
|
|
04908a3f5c | ||
|
|
a431c07152 | ||
|
|
5d114a86e2 | ||
|
|
95445082ae | ||
|
|
8ba6ac7cdc | ||
|
|
302c894cbc | ||
|
|
022947e69e | ||
|
|
e0d1938364 | ||
|
|
d4336e20b5 | ||
|
|
013886de1a | ||
|
|
a00b4ad68c | ||
|
|
29747c1134 | ||
|
|
2318778bbd | ||
|
|
28f49d8585 | ||
|
|
2a457bec4b | ||
|
|
4c022f2629 | ||
|
|
98e9ed45ed | ||
|
|
56c6bde20c | ||
|
|
7fb27b7476 | ||
|
|
dd4ca4c2a2 | ||
|
|
50f791ed88 | ||
|
|
46ba53f63b | ||
|
|
d7a5144197 | ||
|
|
12a1e939fe | ||
|
|
78a40edd18 | ||
|
|
b1c4ddfbc8 |
+1
-1
@@ -12,7 +12,7 @@ COPY . /build
|
|||||||
RUN npm run postinstall && npm run generate && npm run lint
|
RUN npm run postinstall && npm run generate && npm run lint
|
||||||
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
#RUN yarn start:ci & yarn wait && yarn test:cypress
|
||||||
|
|
||||||
FROM amd64/nginx:1.31.2@sha256:1aa526045addc7cb378cc388a81592a96f749f2eb122a718fab23ef68cd7033d
|
FROM amd64/nginx:1.31.3@sha256:1f1cd3af9bef5157e6f3956669aa67b4699ee21e7c6f4d7e749b86a01647ad96
|
||||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||||
|
|
||||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||||
|
|||||||
Generated
+3968
-2464
File diff suppressed because it is too large
Load Diff
+24
-24
@@ -16,46 +16,46 @@
|
|||||||
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
|
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "21.2.0",
|
"@commitlint/cli": "21.2.1",
|
||||||
"@commitlint/config-conventional": "21.2.0",
|
"@commitlint/config-conventional": "21.2.0",
|
||||||
"@graphql-codegen/cli": "7.1.3",
|
"@graphql-codegen/cli": "7.2.0",
|
||||||
"@graphql-codegen/fragment-matcher": "7.0.1",
|
"@graphql-codegen/fragment-matcher": "7.1.0",
|
||||||
"@graphql-codegen/typescript": "6.0.2",
|
"@graphql-codegen/typescript": "6.1.0",
|
||||||
"@graphql-codegen/typescript-operations": "6.0.5",
|
"@graphql-codegen/typescript-operations": "6.1.2",
|
||||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||||
"@nuxt/devtools": "3.2.4",
|
"@nuxt/devtools": "3.4.0",
|
||||||
"@nuxt/eslint": "1.16.0",
|
"@nuxt/eslint": "1.16.0",
|
||||||
"@nuxtjs/i18n": "10.4.0",
|
"@nuxtjs/i18n": "10.6.0",
|
||||||
"@stylistic/eslint-plugin": "5.10.0",
|
"@stylistic/eslint-plugin": "5.10.0",
|
||||||
"@vue/test-utils": "2.4.11",
|
"@vue/test-utils": "2.4.11",
|
||||||
"esbuild": "0.28.1",
|
"esbuild": "0.28.1",
|
||||||
"eslint": "10.6.0",
|
"eslint": "10.8.0",
|
||||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
"eslint-plugin-simple-import-sort": "14.0.0",
|
||||||
"eslint-plugin-vue": "10.9.2",
|
"eslint-plugin-vue": "10.10.0",
|
||||||
"nuxt": "4.4.8",
|
"nuxt": "4.5.1",
|
||||||
"postcss-html": "1.8.1",
|
"postcss-html": "2.0.0",
|
||||||
"sass": "1.101.0",
|
"sass": "1.102.0",
|
||||||
"stylelint": "17.14.0",
|
"stylelint": "17.14.1",
|
||||||
"stylelint-config-recommended-vue": "1.6.1",
|
"stylelint-config-recommended-vue": "2.0.0",
|
||||||
"stylelint-config-standard": "40.0.0",
|
"stylelint-config-standard": "40.0.0",
|
||||||
"typescript": "6.0.3",
|
"typescript": "7.0.2",
|
||||||
"typescript-eslint": "8.62.1",
|
"typescript-eslint": "8.66.0",
|
||||||
"vite-plugin-vuetify": "2.1.3",
|
"vite-plugin-vuetify": "2.1.3",
|
||||||
"vue": "3.5.39",
|
"vue": "3.5.40",
|
||||||
"vue-eslint-parser": "10.4.1",
|
"vue-eslint-parser": "10.4.1",
|
||||||
"vue-router": "5.1.0",
|
"vue-router": "5.2.0",
|
||||||
"vuetify": "4.1.3"
|
"vuetify": "4.1.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.1",
|
"@apollo/client": "3.14.1",
|
||||||
"@auth0/auth0-vue": "2.7.0",
|
"@auth0/auth0-vue": "2.9.0",
|
||||||
"@grafana/faro-web-sdk": "2.8.2",
|
"@grafana/faro-web-sdk": "2.9.0",
|
||||||
"@grafana/faro-web-tracing": "2.8.2",
|
"@grafana/faro-web-tracing": "2.9.0",
|
||||||
"@mdi/font": "7.4.47",
|
"@mdi/font": "7.4.47",
|
||||||
"@pinia/nuxt": "0.11.3",
|
"@pinia/nuxt": "0.11.3",
|
||||||
"@vue/apollo-composable": "4.2.2",
|
"@vue/apollo-composable": "4.2.2",
|
||||||
"date-fns": "4.4.0",
|
"date-fns": "4.4.0",
|
||||||
"graphql": "17.0.2",
|
"graphql": "16.14.2",
|
||||||
"graphql-tag": "2.12.7",
|
"graphql-tag": "2.12.7",
|
||||||
"pinia": "3.0.4",
|
"pinia": "3.0.4",
|
||||||
"pinia-plugin-persistedstate": "4.7.1"
|
"pinia-plugin-persistedstate": "4.7.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user