Update development dependencies

- Bump eslint from 8.23.0 to 8.23.1
- Bump typescript from 4.8.2 to 4.8.3
- Bump eslint-plugin-jest from 27.0.1 to 27.0.4
- Bump @typescript-eslint/parser from 5.36.2 to 5.37.0
This commit is contained in:
Daz DeBoer 2022-09-13 09:06:17 -06:00
parent 0e3ce37aac
commit e8a7e1402f
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
3 changed files with 96 additions and 84 deletions

View file

@ -39,16 +39,16 @@
"@types/jest": "28.1.7",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.36.2",
"@typescript-eslint/parser": "5.37.0",
"@vercel/ncc": "0.34.0",
"eslint": "8.23.0",
"eslint": "8.23.1",
"eslint-plugin-github": "4.3.7",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-jest": "27.0.4",
"jest": "28.1.3",
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}