Skip to content

Commit

Permalink
Update dependencies incl Jest v25
Browse files Browse the repository at this point in the history
fbshipit-source-id: d8d0a52
  • Loading branch information
ide authored and expo-bot committed Mar 31, 2020
1 parent b126154 commit 2429308
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
},
"homepage": "https://github.com/expo/expo-server-sdk-node#readme",
"dependencies": {
"node-fetch": "^2.3.0",
"node-fetch": "^2.6.0",
"promise-limit": "^2.7.0"
},
"devDependencies": {
"@types/invariant": "^2.2.29",
"@types/jest": "^23.3.10",
"@types/node-fetch": "^2.1.4",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"typescript": "^3.2.1"
"@types/invariant": "^2.2.31",
"@types/jest": "^25.1.4",
"@types/node-fetch": "^2.5.5",
"jest": "^25.2.4",
"ts-jest": "~25.3.0",
"typescript": "^3.8.3"
}
}

0 comments on commit 2429308

Please sign in to comment.