Skip to content

Commit

Permalink
chore: default to using Jest 27 in this repo (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 17, 2021
1 parent a9ab796 commit 3e5e611
Show file tree
Hide file tree
Showing 2 changed files with 716 additions and 980 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-jest": "^25.1 || ^26",
"babel-jest": "^25.1 || ^26 || ^27",
"eslint": "^6 || ^7",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-prettier": "^3.1.4",
"execa": "^3.4.0",
"jest": "^25.1 || ^26",
"jest": "^25.1 || ^26 || ^27",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^0.5.0",
"jest-watch-typeahead": "^0.6.4",
"prettier": "1.19.1",
"rimraf": "^3.0.2"
},
Expand Down

0 comments on commit 3e5e611

Please sign in to comment.