1
0
mirror of synced 2026-02-03 18:01:02 -05:00

fix: Fix jest version incompatability (#43)

This commit is contained in:
Brandon Bayer
2020-03-05 08:12:35 +07:00
committed by GitHub
parent cdb5ff2133
commit 97bb455cc4
2 changed files with 29 additions and 832 deletions

View File

@@ -24,7 +24,7 @@
"cross-env": "^7.0.0",
"debug": "^4.1.1",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest": "24.9.0",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"npm-run-all": "^4.1.5",
@@ -40,5 +40,8 @@
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"resolutions": {
"tsdx/jest": "24.9.0"
}
}

856
yarn.lock

File diff suppressed because it is too large Load Diff