Skip to content

Commit

Permalink
Merge pull request #8 from hildjj/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Dec 10, 2024
2 parents 1d94055 + ad354e1 commit 942f543
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 416 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]
workflow_call:
secrets:
codecov_token:
CODECOV_TOKEN:
required: true

jobs:
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,25 @@
"@sovpro/delimited-stream": "^1.1.0"
},
"devDependencies": {
"@cto.af/eslint-config": "^5.0.1",
"@types/node": "^22.7.9",
"ava": "^6.1.3",
"c8": "10.1.2",
"eslint": "^9.13.0",
"@cto.af/eslint-config": "^5.1.1",
"@types/node": "^22.10.1",
"ava": "^6.2.0",
"c8": "10.1.3",
"eslint": "^9.16.0",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-n": "17.11.1",
"typescript": "^5.6.3"
"eslint-plugin-n": "17.15.0",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"semver": ">=7.5.3",
"word-wrap": "npm:@aashutoshrathi/word-wrap"
"cross-spawn": "^7.0.6"
}
},
"overrides": {
"semver": ">=7.5.3",
"word-wrap": "npm:@aashutoshrathi/word-wrap"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 942f543

Please sign in to comment.