Skip to content

Commit

Permalink
Remove binary-parser (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Aug 9, 2024
1 parent ff43ff2 commit 8b33c64
Show file tree
Hide file tree
Showing 14 changed files with 656 additions and 717 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
],
"dependencies": {
"@gmod/abortable-promise-cache": "^2.0.0",
"binary-parser": "^2.1.0",
"generic-filehandle": "^3.0.0",
"pako": "^2.0.0",
"quick-lru": "^4.0.0",
Expand All @@ -54,12 +53,12 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 8b33c64

Please sign in to comment.