Skip to content

Commit

Permalink
feat: update @types/googlepay to support new button types
Browse files Browse the repository at this point in the history
Release-As: 2.4.1
  • Loading branch information
Soc Sieng authored and socsieng committed Jun 24, 2021
1 parent 80a36ab commit e017ab0
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
26 changes: 19 additions & 7 deletions examples/angular/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 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.6.0",
"@types/googlepay": "^0.6.1",
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "^0.11.3"
Expand Down
6 changes: 3 additions & 3 deletions examples/html/package-lock.json

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

7 changes: 4 additions & 3 deletions examples/react/package-lock.json

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

7 changes: 4 additions & 3 deletions examples/svelte/package-lock.json

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

7 changes: 4 additions & 3 deletions examples/vue/package-lock.json

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

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.6.0"
"@types/googlepay": "^0.6.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.4",
Expand Down
20 changes: 10 additions & 10 deletions src/button-angular/package-lock.json

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

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.6.0"
"@types/googlepay": "^0.6.1"
},
"peerDependencies": {
"@angular/core": ">=8.0.0",
"@types/googlepay": "^0.6.0"
"@types/googlepay": "^0.6.1"
},
"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.6.0"
"@types/googlepay": "^0.6.1"
},
"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.6.0"
"@types/googlepay": "^0.6.1"
},
"peerDependencies": {
"@types/react": ">=16.0.0",
Expand Down

0 comments on commit e017ab0

Please sign in to comment.