Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabon-f committed Jun 19, 2024
1 parent da4c4c1 commit 6b2b9ca
Show file tree
Hide file tree
Showing 3 changed files with 1,102 additions and 870 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ jobs:
node-version:
- 18
- 20
- 22
os:
- ubuntu-latest
# I don't know and don't have energy to investigate why the tests fails sometimes on Windows.
# - windows-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"image-dimensions": "^2.3.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@tsconfig/strictest": "^2.0.2",
"@ava/typescript": "^5.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/test-listen": "^1.1.2",
"ava": "^6.0.1",
"rimraf": "^5.0.5",
"ava": "^6.1.3",
"rimraf": "^5.0.7",
"test-listen": "^1.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"ava": {
"typescript": {
Expand Down
Loading

0 comments on commit 6b2b9ca

Please sign in to comment.