Skip to content

Commit c579aea

Browse files
committed
Loosen jest versions
1 parent 94314b1 commit c579aea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"homepage": "https://github.com/abraham/remotedata#readme",
3737
"devDependencies": {
3838
"pkg-ok": "^3.0.0",
39-
"@types/jest": "^28.1.4",
39+
"@types/jest": "^28.0.0",
4040
"@typescript-eslint/eslint-plugin": "^5.0.0",
4141
"@typescript-eslint/parser": "^5.0.0",
4242
"eslint": "^8.0.0",
4343
"eslint-plugin-import": "^2.0.0",
4444
"eslint-plugin-jest": "^26.0.0",
45-
"jest": "^28.1.2",
45+
"jest": "^28.0.0",
4646
"prettier": "2.7.1",
47-
"ts-jest": "^28.0.5",
47+
"ts-jest": "^28.0.0",
4848
"typescript": "^4.0.0"
4949
},
5050
"jest": {

0 commit comments

Comments
 (0)