Compare commits

..

No commits in common. "main" and "brain-patch-2" have entirely different histories.

4 changed files with 1412 additions and 2440 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps: steps:
- name: lint - name: lint
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
commands: commands:
- npm install - npm install
- npm run lint - npm run lint
- name: build - name: build
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
@ -39,7 +39,7 @@ depends_on:
steps: steps:
- name: build - name: build
image: node:20.18.0@sha256:a5e0ed56f2c20b9689e0f7dd498cac7e08d2a3a283e92d9304e7b9b83e3c6ff3 image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
environment: environment:
NODE_OPTIONS: '--openssl-legacy-provider' NODE_OPTIONS: '--openssl-legacy-provider'
commands: commands:
@ -55,4 +55,8 @@ steps:
source: ./dist/ source: ./dist/
target: /srv/www/onboarding.wtf-eg.de/ target: /srv/www/onboarding.wtf-eg.de/
recursive: true recursive: true
---
kind: signature
hmac: 43c3ec3bad06f5767e0852947b1c53db5cab0023412483bf9c378408c0442f59
...

3817
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,24 +8,25 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"bootstrap": "5.3.3", "bootstrap": "^5.3.3",
"core-js": "3.39.0", "core-js": "^3.36.1",
"qrcode.vue": "3.6.0", "qrcode.vue": "^3.4.1",
"register-service-worker": "1.7.2", "register-service-worker": "^1.7.2",
"vue": "3.5.12" "vue": "^3.4.23"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.12", "@vue/compiler-sfc": "3.4.37",
"@vue/eslint-config-standard": "8.0.1", "@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1", "@babel/eslint-parser": "7.25.1",
"eslint-plugin-import": "2.31.0", "eslint": "8.57.0",
"eslint-plugin-n": "17.12.0", "eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.10.2",
"eslint-plugin-promise": "7.1.0", "eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0" "eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.27.0"
} }
} }

View File

@ -68,7 +68,6 @@
Bankverbindung: Bankverbindung:
</label> </label>
<table class="table table-striped mt-2"> <table class="table table-striped mt-2">
<tbody>
<tr class="no-print"> <tr class="no-print">
<td>Kontoinhaberin:</td> <td>Kontoinhaberin:</td>
<td>WTF Kooperative eG</td> <td>WTF Kooperative eG</td>
@ -85,7 +84,6 @@
<td>BIC:</td> <td>BIC:</td>
<td> GENO DE M1 NRD</td> <td> GENO DE M1 NRD</td>
</tr> </tr>
</tbody>
</table> </table>
<input <input
class="form-check-input" class="form-check-input"