Update development dependencies

This commit is contained in:
Daz DeBoer 2023-03-25 12:13:42 -06:00
parent 951bc8ab16
commit ccdfb15394
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 1105 additions and 1037 deletions

2126
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,19 +36,19 @@
"string-argv": "0.3.1"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.21",
"@types/jest": "29.5.0",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.54.0",
"@typescript-eslint/parser": "5.56.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.35.0",
"eslint-plugin-github": "4.6.1",
"eslint": "8.36.0",
"eslint-plugin-github": "4.7.0",
"eslint-plugin-jest": "27.2.1",
"jest": "28.1.3",
"jest": "29.5.0",
"js-yaml": "4.1.0",
"patch-package": "6.5.1",
"prettier": "2.8.4",
"ts-jest": "28.0.8",
"typescript": "4.9.5"
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"typescript": "5.0.2"
}
}