Skip to content

Commit

Permalink
Merge pull request #17 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored May 12, 2024
2 parents 6a29cc6 + de00dde commit e25afb8
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x, 22.x]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Test
run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: hildjj/node-abnf
3 changes: 3 additions & 0 deletions .ncurc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dep": ["prod", "dev", "packageManager"]
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ node_modules
pnpm-lock.yaml
t.abnf
test/
.ncurc
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"peggy": "^4.0.2"
},
"devDependencies": {
"@peggyjs/coverage": "1.0.0",
"@peggyjs/coverage": "1.1.0",
"@peggyjs/eslint-config": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"ava": "6.1.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"ava": "6.1.3",
"c8": "9.1.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.0.2+sha256.d6fc013639b81658ff175829ebb9435bcb89eff206769e460fd3ae27c2054df6",
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=18"
}
Expand Down
124 changes: 62 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e25afb8

Please sign in to comment.