Skip to content

Commit 9e71762

Browse files
authored
Merge branch 'main' into refactor-added-another-dependabot-group
2 parents 985690f + c4ebd6b commit 9e71762

File tree

10 files changed

+2652
-3999
lines changed

10 files changed

+2652
-3999
lines changed

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🛑 Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.12.0
12+
uses: styfle/cancel-workflow-action@0.12.1
1313

1414
- name: ⏬ Checkout repo
1515
uses: actions/checkout@v4

docs/adr-xx-Template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| | | |
44
| -------------- | ---------- | --- |
5-
| **Datum** | 2022-11-01 |
6-
| **Status** | |
7-
| **Beteiligte** | |
5+
| **Datum** | 2022-11-01 | |
6+
| **Status** | | |
7+
| **Beteiligte** | | |
88

99
## Entscheidung und Begründung
1010

output/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"start": "ng serve"
1717
},
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "17.0.10",
20-
"@angular/common": "17.0.9",
21-
"ng-packagr": "17.0.3",
19+
"@angular-devkit/build-angular": "17.1.1",
20+
"@angular/common": "17.1.1",
21+
"ng-packagr": "17.1.2",
2222
"typescript": "^5.2.2"
2323
},
2424
"publishConfig": {

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tsc": "tsc -p . --sourceMap false"
2626
},
2727
"devDependencies": {
28-
"@axe-core/playwright": "^4.8.3",
28+
"@axe-core/playwright": "^4.8.4",
2929
"@playwright/experimental-ct-react": "1.41.1",
3030
"@types/react": "^18.2.48",
3131
"react": "^18.2.0",

output/vue/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vue": "^3.4.15"
3535
},
3636
"devDependencies": {
37-
"@axe-core/playwright": "^4.8.3",
37+
"@axe-core/playwright": "^4.8.4",
3838
"@playwright/experimental-ct-vue": "1.41.1",
3939
"@vitejs/plugin-vue": "^5.0.3",
4040
"sass": "^1.70.0",

0 commit comments

Comments
 (0)