Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52218aee6a | |||
| ab071e7116 | |||
| b06080aea1 | |||
| 2231eef77b | |||
| 3c010ed332 | |||
| 9c301f9ee7 | |||
| d7ed37d81a | |||
| 5671bcb9ae | |||
| cb4932b7d5 |
+1
-1
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
|
||||
FROM scratch as export
|
||||
COPY --from=builder /build/coverage /
|
||||
|
||||
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
|
||||
FROM amd64/nginx:1.30.0@sha256:5e9daa0c19a62005bf5663d17a81fee8ba8ab545bab633a0b47260fbf31b0541
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Generated
+250
-321
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -18,7 +18,7 @@
|
||||
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "4.1.7",
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.5.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.13.2",
|
||||
@@ -36,29 +36,29 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "20.5.0",
|
||||
"@commitlint/config-conventional": "20.5.0",
|
||||
"@graphql-codegen/cli": "6.2.1",
|
||||
"@graphql-codegen/typed-document-node": "6.1.7",
|
||||
"@graphql-codegen/typescript": "5.0.9",
|
||||
"@graphql-codegen/typescript-operations": "5.0.9",
|
||||
"@graphql-codegen/cli": "6.3.0",
|
||||
"@graphql-codegen/typed-document-node": "6.1.8",
|
||||
"@graphql-codegen/typescript": "5.0.10",
|
||||
"@graphql-codegen/typescript-operations": "5.1.0",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
|
||||
"@nuxt/devtools": "3.2.4",
|
||||
"@nuxt/eslint": "1.15.2",
|
||||
"@nuxtjs/stylelint-module": "5.2.1",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@vitejs/plugin-vue": "6.0.5",
|
||||
"@vitest/coverage-v8": "4.1.3",
|
||||
"@vitejs/plugin-vue": "6.0.6",
|
||||
"@vitest/coverage-v8": "4.1.4",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "10.2.0",
|
||||
"eslint": "10.2.1",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"jsdom": "29.0.2",
|
||||
"postcss-html": "1.8.1",
|
||||
"stylelint": "17.6.0",
|
||||
"stylelint": "17.8.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard": "40.0.0",
|
||||
"typescript": "6.0.2",
|
||||
"typescript-eslint": "8.58.1",
|
||||
"vitest": "4.1.3",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "8.58.2",
|
||||
"vitest": "4.1.4",
|
||||
"vue-eslint-parser": "10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user