Skip to content

Commit 94314b1

Browse files
authored
Merge pull request #452 from abraham/jest
Jest 28
2 parents 43a2c32 + 312a5aa commit 94314b1

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": "^27.0.0",
39+
"@types/jest": "^28.1.4",
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": "^27.0.0",
45+
"jest": "^28.1.2",
4646
"prettier": "2.7.1",
47-
"ts-jest": "^27.0.0",
47+
"ts-jest": "^28.0.5",
4848
"typescript": "^4.0.0"
4949
},
5050
"jest": {

0 commit comments

Comments
 (0)