Update development dependencies

- prettier 2.5.1 -> 2.6.0
- eslint 8.10.0 -> 8.11.0
- @typescript-eslint/parser 5.13.0 -> 5.15.0
This commit is contained in:
Daz DeBoer 2022-03-17 11:25:41 -06:00
parent 53af4d4f57
commit e706aba73c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 454 additions and 549 deletions

997
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -38,15 +38,15 @@
"@types/jest": "27.4.1",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.13.0",
"@typescript-eslint/parser": "5.15.0",
"@zeit/ncc": "0.22.3",
"eslint": "8.10.0",
"eslint": "8.11.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "26.1.1",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"js-yaml": "4.1.0",
"prettier": "2.5.1",
"prettier": "2.6.0",
"ts-jest": "27.1.3",
"typescript": "4.6.2"
}