Compare commits

..

No commits in common. "main" and "beitrag-2024" have entirely different histories.

3 changed files with 519 additions and 959 deletions

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
commands:
- npm install
- npm run lint
- name: build
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:

1466
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,8 +24,8 @@
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.32.0"
"eslint-plugin-n": "17.13.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.31.0"
}
}