bump jest back, typescript version was the real issue

This commit is contained in:
jordanb-afs 2023-04-10 09:35:23 -06:00
parent 6098719e4f
commit 00ec0bcf8c
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -16,7 +16,7 @@
"micromatch": "^4.0.4"
},
"devDependencies": {
"@types/jest": "27.4.0",
"@types/jest": "^27.4.0",
"@types/js-yaml": "^3.12.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^14.0.5",

View file

@ -33,7 +33,7 @@
"micromatch": "^4.0.4"
},
"devDependencies": {
"@types/jest": "27.4.0",
"@types/jest": "^27.4.0",
"@types/js-yaml": "^3.12.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^14.0.5",