Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8455dde0c | |||
| bcc40f11a3 | |||
| 7099a29950 | |||
| c87eb1137a | |||
| 1ed99f22ca | |||
| dec44ac824 | |||
| 75ee34b65b | |||
| c871604095 | |||
| c70dbfad1e | |||
| 95bd790203 |
+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.1@sha256:517c2431e2b76faec21d2cc51608349b1856a92b7c9016ba479dde7f0fa553eb
|
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
|
||||||
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
+473
-447
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -27,30 +27,30 @@
|
|||||||
"@nuxt/eslint": "1.15.2",
|
"@nuxt/eslint": "1.15.2",
|
||||||
"@nuxtjs/i18n": "10.4.0",
|
"@nuxtjs/i18n": "10.4.0",
|
||||||
"@stylistic/eslint-plugin": "5.10.0",
|
"@stylistic/eslint-plugin": "5.10.0",
|
||||||
"@vue/test-utils": "2.4.10",
|
"@vue/test-utils": "2.4.11",
|
||||||
"esbuild": "0.28.0",
|
"esbuild": "0.28.0",
|
||||||
"eslint": "10.4.1",
|
"eslint": "10.4.1",
|
||||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||||
"eslint-plugin-vue": "10.9.1",
|
"eslint-plugin-vue": "10.9.2",
|
||||||
"nuxt": "4.4.6",
|
"nuxt": "4.4.8",
|
||||||
"postcss-html": "1.8.1",
|
"postcss-html": "1.8.1",
|
||||||
"sass": "1.100.0",
|
"sass": "1.100.0",
|
||||||
"stylelint": "17.12.0",
|
"stylelint": "17.13.0",
|
||||||
"stylelint-config-recommended-vue": "1.6.1",
|
"stylelint-config-recommended-vue": "1.6.1",
|
||||||
"stylelint-config-standard": "40.0.0",
|
"stylelint-config-standard": "40.0.0",
|
||||||
"typescript": "6.0.3",
|
"typescript": "6.0.3",
|
||||||
"typescript-eslint": "8.60.1",
|
"typescript-eslint": "8.61.0",
|
||||||
"vite-plugin-vuetify": "2.1.3",
|
"vite-plugin-vuetify": "2.1.3",
|
||||||
"vue": "3.5.35",
|
"vue": "3.5.35",
|
||||||
"vue-eslint-parser": "10.4.1",
|
"vue-eslint-parser": "10.4.1",
|
||||||
"vue-router": "5.1.0",
|
"vue-router": "5.1.0",
|
||||||
"vuetify": "4.1.0"
|
"vuetify": "4.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.1",
|
"@apollo/client": "4.2.3",
|
||||||
"@auth0/auth0-vue": "2.7.0",
|
"@auth0/auth0-vue": "2.7.0",
|
||||||
"@grafana/faro-web-sdk": "2.7.0",
|
"@grafana/faro-web-sdk": "2.7.1",
|
||||||
"@grafana/faro-web-tracing": "2.7.0",
|
"@grafana/faro-web-tracing": "2.7.1",
|
||||||
"@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",
|
||||||
|
|||||||
Reference in New Issue
Block a user