Skip to content

Commit

Permalink
chore: downgrade to Jest 25
Browse files Browse the repository at this point in the history
Jest 26 dropped node 8 support
jestjs/jest#9423
  • Loading branch information
hamzahamidi committed May 22, 2020
1 parent f5416f7 commit 2b929c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,12 +38,12 @@
"acorn": "^6.1.1",
"ajv": "^6.12.2",
"all-contributors-cli": "^6.7.0",
"babel-jest": "^26.0.0",
"babel-jest": "^25.0.0",
"chalk": "^2.1.0",
"eslint-config-kentcdodds": "~14.13.0",
"husky": "^2.4.1",
"jest": "^26.0.0",
"jest-cli": "^26.0.0",
"jest": "^25.0.0",
"jest-cli": "^25.0.0",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"opt-cli": "^1.5.2",
Expand Down

0 comments on commit 2b929c2

Please sign in to comment.