Update dev dependencies

This commit is contained in:
daz 2023-11-27 12:28:37 +10:00
parent 21a3ebb55f
commit beff1c573c
No known key found for this signature in database
2 changed files with 98 additions and 98 deletions

View file

@ -44,19 +44,19 @@
},
"devDependencies": {
"@types/node": "16.18.38",
"@types/jest": "29.5.7",
"@types/unzipper": "0.10.8",
"@typescript-eslint/parser": "6.10.0",
"@types/jest": "29.5.8",
"@types/unzipper": "0.10.9",
"@typescript-eslint/parser": "6.12.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"patch-package": "8.0.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}