Skip to content

Commit

Permalink
fix: update @types/googlepay package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 10, 2020
1 parent 1fd1659 commit eddc588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/button-element/package-template.json
Expand Up @@ -16,7 +16,7 @@
"author": "socsieng@google.com",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.4.1"
"@types/googlepay": "^0.5.0"
},
"files": ["dist/*", "package.json", "README.md", "LICENSE"],
"keywords": ["googlepay", "google-pay", "button", "custom-element", "web-component"]
Expand Down
2 changes: 1 addition & 1 deletion src/button-react/package-template.json
Expand Up @@ -16,7 +16,7 @@
"author": "socsieng@google.com",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.4.1"
"@types/googlepay": "^0.5.0"
},
"peerDependencies": {
"@types/react": ">=16.0.0",
Expand Down

0 comments on commit eddc588

Please sign in to comment.