Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent e6643f7 commit e4b6d7e
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Lint
run: nr lint
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.0
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: alexzhang1030/wshe
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wshe",
"type": "module",
"version": "2.2.0",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.1.2",
"description": "A simple yet modern websocket client.",
"author": "alexzhang1030",
"license": "MIT",
Expand Down Expand Up @@ -43,14 +43,14 @@
"mitt": "^3.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.19.0",
"@types/ws": "^8.5.10",
"@vitest/coverage-v8": "^1.6.0",
"bumpp": "^9.4.1",
"eslint": "npm:eslint-ts-patch@8.56.0-0",
"eslint-ts-patch": "8.56.0-0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.5",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit e4b6d7e

Please sign in to comment.