Skip to content

Commit b4afbe7

Browse files
committed
chore: fix jest types on latest npm-install
1 parent fd8baac commit b4afbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/babel__standalone": "^7.1.2",
27-
"@types/jest": "24.0.15",
27+
"@types/jest": "^20.0.8",
2828
"@types/loadable__component": "^5.10.0",
2929
"@types/lodash": "^4.14.149",
3030
"@types/node": "12.0.10",
@@ -38,7 +38,7 @@
3838
"eslint-plugin-prettier": "^3.1.0",
3939
"gh-pages": "^2.2.0",
4040
"prettier": "^1.18.2",
41-
"react-scripts": "^3.1.1",
41+
"react-scripts": "^3.4.1",
4242
"typescript": "3.5.2"
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)