Skip to content

Commit

Permalink
update dependencies, fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 25, 2023
1 parent 03b568e commit 0e55e16
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 169 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"knip": "^2.41.6",
"knip": "^3.8.4",
"npm-run-all2": "^6.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
},
"scripts": {
Expand Down
Loading

0 comments on commit 0e55e16

Please sign in to comment.