Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 4, 2024
1 parent a6c6d43 commit 4a49f17
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 427 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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@logux/actions": "^0.4.0",
"@logux/core": "^0.9.0",
"cookie": "^0.6.0",
"cookie": "^0.7.1",
"dotenv": "^16.4.5",
"fastq": "^1.17.1",
"nanoevents": "^9.0.0",
Expand All @@ -44,27 +44,27 @@
"pino-abstract-transport": "^2.0.0",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"tinyglobby": "^0.2.6",
"tinyglobby": "^0.2.9",
"url-pattern": "^1.0.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.4.0",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.5.4",
"@types/node": "^22.7.4",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitest/coverage-v8": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitest/coverage-v8": "^2.1.2",
"check-dts": "^0.8.2",
"clean-publish": "^5.0.0",
"cross-spawn": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"nanospy": "^1.0.0",
"print-snapshots": "^0.4.2",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 4a49f17

Please sign in to comment.