Compare commits
9 Commits
5dec513ed1
...
06d4e2a65d
| Author | SHA1 | Date | |
|---|---|---|---|
| 06d4e2a65d | |||
| 0306b71cef | |||
| 59c2a88b0f | |||
| 51c64e472e | |||
| 486a2a4837 | |||
| 8bfd755633 | |||
| d28ba91970 | |||
| a527118e61 | |||
| 644d81fd2c |
+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.29.6@sha256:d1073a71021ff031d41512329eb2ba01a1174faaef5f2ed0b10972a8a236ae14
|
FROM amd64/nginx:1.29.7@sha256:03a679e99632afbbd7d56284e5b4125f223c94263f2a7b71ad85f4826401a981
|
||||||
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
+903
-487
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -25,37 +25,37 @@
|
|||||||
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
|
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
|
||||||
"@nuxt/devtools": "3.2.4",
|
"@nuxt/devtools": "3.2.4",
|
||||||
"@nuxt/eslint": "1.15.2",
|
"@nuxt/eslint": "1.15.2",
|
||||||
"@nuxtjs/i18n": "10.2.3",
|
"@nuxtjs/i18n": "10.2.4",
|
||||||
"@stylistic/eslint-plugin": "5.10.0",
|
"@stylistic/eslint-plugin": "5.10.0",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"esbuild": "0.27.4",
|
"esbuild": "0.27.4",
|
||||||
"eslint": "10.0.3",
|
"eslint": "10.1.0",
|
||||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||||
"eslint-plugin-vue": "10.8.0",
|
"eslint-plugin-vue": "10.8.0",
|
||||||
"nuxt": "4.4.2",
|
"nuxt": "4.4.2",
|
||||||
"postcss-html": "1.8.1",
|
"postcss-html": "1.8.1",
|
||||||
"sass": "1.98.0",
|
"sass": "1.98.0",
|
||||||
"stylelint": "17.4.0",
|
"stylelint": "17.5.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": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.57.1",
|
"typescript-eslint": "8.57.2",
|
||||||
"vite-plugin-vuetify": "2.1.3",
|
"vite-plugin-vuetify": "2.1.3",
|
||||||
"vue": "3.5.30",
|
"vue": "3.5.30",
|
||||||
"vue-eslint-parser": "10.4.0",
|
"vue-eslint-parser": "10.4.0",
|
||||||
"vue-router": "4.6.4",
|
"vue-router": "5.0.4",
|
||||||
"vuetify": "3.12.3"
|
"vuetify": "3.12.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "3.14.1",
|
"@apollo/client": "3.14.1",
|
||||||
"@auth0/auth0-vue": "2.5.0",
|
"@auth0/auth0-vue": "2.5.0",
|
||||||
"@grafana/faro-web-sdk": "2.3.0",
|
"@grafana/faro-web-sdk": "2.3.1",
|
||||||
"@grafana/faro-web-tracing": "2.3.0",
|
"@grafana/faro-web-tracing": "2.3.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",
|
||||||
"date-fns": "4.1.0",
|
"date-fns": "4.1.0",
|
||||||
"graphql": "16.13.1",
|
"graphql": "16.13.2",
|
||||||
"graphql-tag": "2.12.6",
|
"graphql-tag": "2.12.6",
|
||||||
"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