Skip to content

Commit

Permalink
Update @types/googlepay version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed May 26, 2020
1 parent d3b59b2 commit 8066d1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "google-pay-button",
"version": "0.3.3",
"version": "0.3.4",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/button-element/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.3.0"
"@types/googlepay": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion src/button-react/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.3.0"
"@types/googlepay": "^0.4.0"
},
"peerDependencies": {
"@types/react": ">=16.0.0",
Expand Down

0 comments on commit 8066d1d

Please sign in to comment.