Skip to content

Commit 750dba6

Browse files
authored
Merge branch 'main' into 2134-refactorcomponents-assets-are-missing
2 parents b153993 + 8eb6eea commit 750dba6

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
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

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",

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"fs-extra": "^11.2.0",
9494
"glob": "^10.3.10",
9595
"http-server": "14.1.1",
96-
"husky": "9.0.2",
96+
"husky": "9.0.6",
9797
"inquirer": "^9.2.12",
9898
"jscpd": "^3.5.10",
9999
"lint-staged": "^15.2.0",

0 commit comments

Comments
 (0)