Update npm devDependencies to latest (#651)

This commit is contained in:
John Sudol
2023-04-05 16:14:53 -04:00
committed by GitHub
parent 44c6b5a539
commit 651e321d0a
5 changed files with 4423 additions and 7306 deletions

View File

@ -28,16 +28,16 @@
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-jest": "^25.3.2",
"jest": "^27.2.5",
"@types/node": "^18.15.0",
"@typescript-eslint/parser": "^5.57.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.37.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"typescript": "^4.4.4"
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
}
}