Bump versions for devDependencies

- typescript 4.5.5 -> 4.6.2
- @typescipt-eslint/parser 5.12.1 -> 5.13.0
- eslint 8.9.0 -> 8.10.0
This commit is contained in:
Daz DeBoer 2022-03-02 13:47:44 -07:00
parent 52e5a688fb
commit db5c425004
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
6 changed files with 76 additions and 76 deletions

View file

@ -38,9 +38,9 @@
"@types/jest": "27.4.1",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.12.1",
"@typescript-eslint/parser": "5.13.0",
"@zeit/ncc": "0.22.3",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "26.1.1",
"jest": "27.5.1",
@ -48,6 +48,6 @@
"js-yaml": "4.1.0",
"prettier": "2.5.1",
"ts-jest": "27.1.3",
"typescript": "4.5.5"
"typescript": "4.6.2"
}
}