Fix the major update packages including Jest. (#166)

Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
Tatsinnit 2025-06-18 07:10:19 +12:00 committed by GitHub
parent 857b11c18c
commit 8ee333116b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3182 additions and 2059 deletions

View file

@ -23,12 +23,12 @@
"@actions/tool-cache": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.29",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.2",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"jest": "^30.0.0",
"prettier": "3.5.3",
"ts-jest": "^29.3.4",
"ts-jest": "^29.4.0",
"typescript": "5.8.3"
}
}