Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 6097796 commit 9cae7a8
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 571 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: paulhatch/[email protected]

- name: Create GitHub tag and release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
with:
tag_name: ${{ steps.version.outputs.version_tag }}
generate_release_notes: true
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"@vitest/coverage-v8": "^2.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -45,6 +45,6 @@
"stylelint-prettier": "^5.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
}
}
Loading

0 comments on commit 9cae7a8

Please sign in to comment.