Update development dependencies

This commit is contained in:
daz 2023-04-12 12:36:53 -06:00
parent 2eddd207d6
commit ff62946998
No known key found for this signature in database
2 changed files with 118 additions and 115 deletions

View file

@ -39,16 +39,16 @@
"@types/node": "16.11.21",
"@types/jest": "29.5.0",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/parser": "5.58.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.36.0",
"eslint": "8.38.0",
"eslint-plugin-github": "4.7.0",
"eslint-plugin-jest": "27.2.1",
"jest": "29.5.0",
"js-yaml": "4.1.0",
"patch-package": "6.5.1",
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"typescript": "5.0.2"
"ts-jest": "29.1.0",
"typescript": "5.0.4"
}
}