fix jest version (#76)

This commit is contained in:
Oliver King
2022-06-27 14:00:33 -04:00
committed by GitHub
parent 97c3a3f138
commit a767c8d3a1
2 changed files with 130 additions and 624 deletions

View File

@ -20,11 +20,11 @@
"test-coverage": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^25.2.2",
"@types/jest": "^26.0.0",
"@types/node": "^12.0.10",
"@vercel/ncc": "^0.33.1",
"jest": "^26.0.1",
"ts-jest": "^25.5.1",
"ts-jest": "^26.0.0",
"typescript": "^3.5.2"
}
}
}