Fix ordering of devDependencies

This commit is contained in:
David Sanders 2023-08-30 18:40:12 -07:00 committed by GitHub
parent 4435a5d90e
commit 9c7ea015aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.48.0",
"eslint-plugin-github": "^4.10.0",