Skip to content

Commit

Permalink
fix: update package dependency for @types/googlepay to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Jun 16, 2020
1 parent 92aa3cc commit 89f48fc
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.0"
"@types/googlepay": "^0.4.1"
},
"files": ["dist/*", "package.json", "README.md"],
"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.0"
"@types/googlepay": "^0.4.1"
},
"peerDependencies": {
"@types/react": ">=16.0.0",
Expand Down

0 comments on commit 89f48fc

Please sign in to comment.