Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 22, 2024
1 parent a240052 commit 8dfbfa3
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 523 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
- name: Create the release
if: steps.changelog.outputs.changelog_content != ''
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
body: '${{ steps.changelog.outputs.changelog_content }}'
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@
"react": ">=18.0.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.3.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@logux/eslint-config": "^53.4.0",
"@size-limit/preset-small-lib": "^11.1.5",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"better-node-test": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"check-dts": "^0.8.2",
"clean-publish": "^5.0.0",
"eslint": "^9.8.0",
"happy-dom": "^14.12.3",
"eslint": "^9.11.0",
"happy-dom": "^15.7.4",
"nanodelay": "^2.0.2",
"nanostores": "^0.11.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^11.1.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
"size-limit": "^11.1.5",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 8dfbfa3

Please sign in to comment.