Skip to content

Commit

Permalink
Merge pull request #28 from hildjj/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Jan 9, 2025
2 parents c27ef11 + 9a907af commit 06daf61
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 79 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "abnf",
"description": "Augmented Backus-Naur Form (ABNF) parsing. See RFC 5234.",
"version": "4.3.0",
"license": "Apache-2.0",
"author": "Joe Hildebrand <[email protected]>",
"contributors": [
{
Expand Down Expand Up @@ -60,16 +61,15 @@
"devDependencies": {
"@peggyjs/coverage": "1.3.2",
"@peggyjs/eslint-config": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"ava": "6.2.0",
"c8": "10.1.3",
"eslint": "^9.17.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18"
},
"license": "Apache-2.0"
}
}
156 changes: 83 additions & 73 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 06daf61

Please sign in to comment.