Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: yarn format

- name: Apply autofix.ci
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
with:
fail-fast: false
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.3",
"@eslint/compat": "^1.2.9",
"@stylistic/eslint-plugin": "^4.2.0",
"@stylistic/eslint-plugin": "^5.0.0",
"@stylistic/eslint-plugin-js": "^4.2.0",
"@stylistic/eslint-plugin-jsx": "^4.2.0",
"@stylistic/eslint-plugin-plus": "^4.2.0",
Expand All @@ -96,9 +96,9 @@
"eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.1.0",
"jest": "^29.7.0",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"prettier-plugin-pkg": "^0.19.0",
"prettier-plugin-pkg": "^0.21.0",
"typescript": "^5.8.3",
"vue-eslint-parser": "^10.1.3",
"yarn-berry-deduplicate": "^6.1.3"
Expand Down
Loading
Loading