Update devDependencies versions

This commit is contained in:
Daz DeBoer 2021-07-05 12:37:50 -06:00
parent 127b9b6624
commit 3fba6132b4
No known key found for this signature in database
GPG Key ID: 70F584A28F2230E8
2 changed files with 617 additions and 503 deletions

1100
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,19 +35,19 @@
"unzipper": "0.10.11"
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.12.6",
"@types/unzipper": "0.10.3",
"@typescript-eslint/parser": "4.11.0",
"@types/jest": "26.0.23",
"@types/node": "14.17.3",
"@types/unzipper": "0.10.4",
"@typescript-eslint/parser": "4.28.2",
"@zeit/ncc": "0.22.3",
"eslint": "7.16.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.3",
"eslint": "7.30.0",
"eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "24.3.6",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "3.14.1",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"typescript": "4.0.2"
"prettier": "2.3.2",
"ts-jest": "26.5.6",
"typescript": "4.3.5"
}
}