Compare commits
22 Commits
bc4265966c
...
90c752f7fa
Author | SHA1 | Date | |
---|---|---|---|
90c752f7fa | |||
ffc8a39139 | |||
dc997f2edf | |||
872c3ac2f9 | |||
19cc9901de | |||
ea13d7f883 | |||
ab41c8825f | |||
62d70547a3 | |||
b143fbb8d4 | |||
884f8f95fb | |||
948a7fe131 | |||
6a80a09c34 | |||
9c24f83f67 | |||
24b81b4605 | |||
7fa1088db3 | |||
744a1b2a28 | |||
f63e02c706 | |||
106ac368f0 | |||
7f8f6b1550 | |||
a5f976b5ef | |||
bc75491076 | |||
22af669a79 |
10
.drone.yml
10
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||||
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.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -55,8 +55,4 @@ 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: 70805b2844197f893652856ef393c64fd6767c650628371ee99a71a5f8a07924
|
|
||||||
|
|
||||||
...
|
|
||||||
|
2946
package-lock.json
generated
2946
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "5.3.3",
|
"bootstrap": "5.3.3",
|
||||||
"core-js": "3.39.0",
|
"core-js": "3.39.0",
|
||||||
"qrcode.vue": "3.4.1",
|
"qrcode.vue": "3.6.0",
|
||||||
"register-service-worker": "1.7.2",
|
"register-service-worker": "1.7.2",
|
||||||
"vue": "3.5.12"
|
"vue": "3.5.12"
|
||||||
},
|
},
|
||||||
@ -22,10 +22,10 @@
|
|||||||
"@vue/cli-service": "5.0.8",
|
"@vue/cli-service": "5.0.8",
|
||||||
"@vue/compiler-sfc": "3.5.12",
|
"@vue/compiler-sfc": "3.5.12",
|
||||||
"@vue/eslint-config-standard": "8.0.1",
|
"@vue/eslint-config-standard": "8.0.1",
|
||||||
"eslint": "8.57.1",
|
"eslint": "9.15.0",
|
||||||
"eslint-plugin-import": "2.31.0",
|
"eslint-plugin-import": "2.31.0",
|
||||||
"eslint-plugin-n": "17.11.1",
|
"eslint-plugin-n": "17.13.2",
|
||||||
"eslint-plugin-promise": "7.1.0",
|
"eslint-plugin-promise": "7.1.0",
|
||||||
"eslint-plugin-vue": "9.30.0"
|
"eslint-plugin-vue": "9.31.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -68,6 +68,7 @@
|
|||||||
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>
|
||||||
@ -84,6 +85,7 @@
|
|||||||
<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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user