Skip to content

Commit 6552ead

Browse files
authoredMay 25, 2021
fix(deps): update jest peer dependency to accept v27 (#59)
Also update our own tests to use v27
1 parent da3b7c8 commit 6552ead

File tree

2 files changed

+560
-712
lines changed

2 files changed

+560
-712
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ansi-escapes": "^4.3.1",
2929
"chalk": "^4.0.0",
3030
"jest-regex-util": "^26.0.0",
31-
"jest-watcher": "^26.3.0",
31+
"jest-watcher": "^27.0.0",
3232
"slash": "^3.0.0",
3333
"string-length": "^4.0.1",
3434
"strip-ansi": "^6.0.0"
@@ -44,20 +44,20 @@
4444
"@typescript-eslint/eslint-plugin": "^4.0.1",
4545
"@typescript-eslint/parser": "^4.0.1",
4646
"babel-eslint": "^10.1.0",
47-
"babel-jest": "^26.0.0",
47+
"babel-jest": "^27.0.0",
4848
"eslint": "^7.8.1",
4949
"eslint-config-airbnb-base": "^14.1.0",
5050
"eslint-config-prettier": "^8.0.0",
5151
"eslint-plugin-import": "^2.20.2",
5252
"eslint-plugin-jest": "^24.0.0",
5353
"eslint-plugin-prettier": "^3.1.3",
54-
"jest": "^26.0.0",
54+
"jest": "^27.0.0",
5555
"prettier": "^2.1.1",
5656
"rimraf": "^3.0.2",
5757
"typescript": "^4.0.2"
5858
},
5959
"peerDependencies": {
60-
"jest": "^26.0.0"
60+
"jest": "^26.0.0 || ^27.0.0"
6161
},
6262
"jest": {
6363
"watchPlugins": [

‎yarn.lock

+556-708
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.