Compare commits
1 Commits
90c752f7fa
...
bc4265966c
Author | SHA1 | Date | |
---|---|---|---|
bc4265966c |
10
.drone.yml
10
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,7 +39,7 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -55,4 +55,8 @@ steps:
|
||||
source: ./dist/
|
||||
target: /srv/www/onboarding.wtf-eg.de/
|
||||
recursive: true
|
||||
---
|
||||
kind: signature
|
||||
hmac: 70805b2844197f893652856ef393c64fd6767c650628371ee99a71a5f8a07924
|
||||
|
||||
...
|
||||
|
2952
package-lock.json
generated
2952
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"bootstrap": "5.3.3",
|
||||
"core-js": "3.39.0",
|
||||
"qrcode.vue": "3.6.0",
|
||||
"qrcode.vue": "3.4.1",
|
||||
"register-service-worker": "1.7.2",
|
||||
"vue": "3.5.12"
|
||||
},
|
||||
@ -22,10 +22,10 @@
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.5.12",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"eslint": "9.15.0",
|
||||
"eslint": "9.14.0",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.13.2",
|
||||
"eslint-plugin-n": "17.11.1",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-vue": "9.31.0"
|
||||
"eslint-plugin-vue": "9.30.0"
|
||||
}
|
||||
}
|
||||
|
@ -68,7 +68,6 @@
|
||||
Bankverbindung:
|
||||
</label>
|
||||
<table class="table table-striped mt-2">
|
||||
<tbody>
|
||||
<tr class="no-print">
|
||||
<td>Kontoinhaberin:</td>
|
||||
<td>WTF Kooperative eG</td>
|
||||
@ -85,7 +84,6 @@
|
||||
<td>BIC:</td>
|
||||
<td> GENO DE M1 NRD</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<input
|
||||
class="form-check-input"
|
||||
|
Loading…
x
Reference in New Issue
Block a user