Skip to content

Commit b8e04b6

Browse files
author
Jamie Sanson
authored
Merge pull request #43 from TradeMe/google-play-parsing-fix
Updates google-play-scraper dependency to fix parsing issue
2 parents 4a5c1f1 + dee2b49 commit b8e04b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trademe/reviewme",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Google Play and App Store reviews posted to Slack",
55
"main": "index.js",
66
"scripts": {
@@ -34,9 +34,9 @@
3434
"homepage": "https://github.com/TradeMe/ReviewMe#readme",
3535
"dependencies": {
3636
"android-versions": "^1.4.0",
37-
"commander": "^4.0.1",
38-
"google-play-scraper": "^7.1.1",
39-
"googleapis": "^45.0.0",
37+
"commander": "^4.1.1",
38+
"google-play-scraper": "^7.1.3",
39+
"googleapis": "^52.1.0",
4040
"request": "^2.88.0"
4141
}
4242
}

0 commit comments

Comments
 (0)