Skip to content

Commit

Permalink
feat: add support for offers
Browse files Browse the repository at this point in the history
This is achieved by updating @types/googlepay to 0.6.0
  • Loading branch information
Soc Sieng committed Jun 11, 2021
1 parent d26378e commit a329162
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser-dynamic": "^12.0.4",
"@angular/router": "^12.0.4",
"@google-pay/button-angular": "^2.3.0",
"@types/googlepay": "^0.5.1",
"@types/googlepay": "^0.6.0",
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "^0.11.3"
Expand Down
14 changes: 7 additions & 7 deletions 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
Expand Up @@ -29,7 +29,7 @@
"author": "socsieng@google.com",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.5.2"
"@types/googlepay": "^0.6.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.4",
Expand Down
4 changes: 2 additions & 2 deletions src/button-angular/package-template.json
Expand Up @@ -18,11 +18,11 @@
"build": "ng build --configuration production"
},
"dependencies": {
"@types/googlepay": "^0.5.2"
"@types/googlepay": "^0.6.0"
},
"peerDependencies": {
"@angular/core": ">=8.0.0",
"@types/googlepay": "^0.5.2"
"@types/googlepay": "^0.6.0"
},
"files": [
"dist/*",
Expand Down
2 changes: 1 addition & 1 deletion src/button-element/package-template.json
Expand Up @@ -18,7 +18,7 @@
"author": "socsieng@google.com",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.5.2"
"@types/googlepay": "^0.6.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 @@ -18,7 +18,7 @@
"author": "socsieng@google.com",
"license": "Apache-2.0",
"dependencies": {
"@types/googlepay": "^0.5.2"
"@types/googlepay": "^0.6.0"
},
"peerDependencies": {
"@types/react": ">=16.0.0",
Expand Down

0 comments on commit a329162

Please sign in to comment.