Skip to content

Commit

Permalink
compress-gzip - upgrading eslint to 8.55.0 (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Dec 2, 2023
1 parent cf8c174 commit 83b03d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/compress-gzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc --project tsconfig.dist.json",
"prepare": "yarn build",
"test": "xo && c8 ava --serial",
"test": "xo --fix && c8 ava --serial",
"test:ci": "xo && ava --serial",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf ./dist && rm -rf coverage.lcov && rm -rf ./test/testdb.sqlite"
Expand Down Expand Up @@ -59,15 +59,15 @@
},
"homepage": "https://github.com/jaredwray/keyv",
"dependencies": {
"@types/pako": "^2.0.1",
"@types/pako": "^2.0.3",
"json-buffer": "^3.0.1",
"pako": "^2.1.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@keyv/test-suite": "*",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"keyv": "*",
"requirable": "^1.0.5",
"tsd": "^0.29.0"
Expand Down

0 comments on commit 83b03d9

Please sign in to comment.