Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ff6de47d5 | ||
|
|
022947e69e | ||
|
|
e0d1938364 | ||
|
|
d4336e20b5 | ||
|
|
013886de1a | ||
|
|
a00b4ad68c | ||
|
|
29747c1134 | ||
|
|
2318778bbd | ||
|
|
28f49d8585 | ||
|
|
2a457bec4b | ||
|
|
4c022f2629 | ||
|
|
98e9ed45ed |
+1
-1
@@ -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:43ace282b3d48986981189b7a5046e4f1d4506654af0991415fcba0c0a9f2b33
|
||||
FROM amd64/nginx:1.31.3@sha256:1f1cd3af9bef5157e6f3956669aa67b4699ee21e7c6f4d7e749b86a01647ad96
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
|
||||
|
||||
Generated
+2539
-1938
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -21,7 +21,7 @@
|
||||
"@graphql-codegen/cli": "7.2.0",
|
||||
"@graphql-codegen/fragment-matcher": "7.1.0",
|
||||
"@graphql-codegen/typescript": "6.1.0",
|
||||
"@graphql-codegen/typescript-operations": "6.1.0",
|
||||
"@graphql-codegen/typescript-operations": "6.1.1",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||
"@nuxt/devtools": "3.2.4",
|
||||
"@nuxt/eslint": "1.16.0",
|
||||
@@ -30,25 +30,25 @@
|
||||
"@vue/test-utils": "2.4.11",
|
||||
"esbuild": "0.28.1",
|
||||
"eslint": "10.7.0",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"eslint-plugin-vue": "10.9.2",
|
||||
"nuxt": "4.4.8",
|
||||
"eslint-plugin-simple-import-sort": "14.0.0",
|
||||
"eslint-plugin-vue": "10.10.0",
|
||||
"nuxt": "4.5.0",
|
||||
"postcss-html": "1.8.1",
|
||||
"sass": "1.101.0",
|
||||
"stylelint": "17.14.0",
|
||||
"stylelint": "17.14.1",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard": "40.0.0",
|
||||
"typescript": "7.0.2",
|
||||
"typescript-eslint": "8.64.0",
|
||||
"typescript-eslint": "8.65.0",
|
||||
"vite-plugin-vuetify": "2.1.3",
|
||||
"vue": "3.5.39",
|
||||
"vue": "3.5.40",
|
||||
"vue-eslint-parser": "10.4.1",
|
||||
"vue-router": "5.1.0",
|
||||
"vuetify": "4.1.4"
|
||||
"vue-router": "5.2.0",
|
||||
"vuetify": "4.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@auth0/auth0-vue": "2.9.0",
|
||||
"@grafana/faro-web-sdk": "2.8.2",
|
||||
"@grafana/faro-web-tracing": "2.8.2",
|
||||
"@mdi/font": "7.4.47",
|
||||
|
||||
Reference in New Issue
Block a user