Skip to content

Commit

Permalink
Merge pull request #210 from eik-lib/deps
Browse files Browse the repository at this point in the history
fix: update dependencies
  • Loading branch information
wkillerud authored Nov 15, 2024
2 parents 709516f + 670150f commit 757f15c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18, 20]
node-version: [20, 22]
runs-on: ${{ matrix.os }}

steps:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
},
"homepage": "https://github.com/eik-lib/node-client#readme",
"dependencies": {
"@eik/common": "4.1.1",
"@eik/common": "5.0.0",
"abslog": "2.4.4",
"undici": "5.28.4"
"undici": "6.21.0"
},
"devDependencies": {
"@eik/eslint-config": "1.0.4",
"@eik/eslint-config": "1.0.5",
"@eik/prettier-config": "1.0.1",
"@eik/semantic-release-config": "1.0.0",
"@eik/typescript-config": "1.0.0",
"eslint": "9.13.0",
"npm-run-all2": "5.0.2",
"eslint": "9.14.0",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.22.5",
"semantic-release": "24.0.0",
"rollup": "4.27.0",
"semantic-release": "24.2.0",
"tap": "21.0.1",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}

0 comments on commit 757f15c

Please sign in to comment.