Skip to content

Commit

Permalink
Merge branch 'main' into refactor-added-another-dependabot-group
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 30, 2024
2 parents 985690f + c4ebd6b commit 9e71762
Show file tree
Hide file tree
Showing 10 changed files with 2,652 additions and 3,999 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/00-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1

- name: ⏬ Checkout repo
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions docs/adr-xx-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| | | |
| -------------- | ---------- | --- |
| **Datum** | 2022-11-01 |
| **Status** | |
| **Beteiligte** | |
| **Datum** | 2022-11-01 | |
| **Status** | | |
| **Beteiligte** | | |

## Entscheidung und Begründung

Expand Down
6 changes: 3 additions & 3 deletions output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"start": "ng serve"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.10",
"@angular/common": "17.0.9",
"ng-packagr": "17.0.3",
"@angular-devkit/build-angular": "17.1.1",
"@angular/common": "17.1.1",
"ng-packagr": "17.1.2",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc -p . --sourceMap false"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@axe-core/playwright": "^4.8.4",
"@playwright/experimental-ct-react": "1.41.1",
"@types/react": "^18.2.48",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue": "^3.4.15"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@axe-core/playwright": "^4.8.4",
"@playwright/experimental-ct-vue": "1.41.1",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.70.0",
Expand Down
Loading

0 comments on commit 9e71762

Please sign in to comment.