Skip to content

Commit 7cf8cf9

Browse files
committed
chore: upgrade to angular 15
1 parent 842e225 commit 7cf8cf9

File tree

7 files changed

+20246
-25629
lines changed

7 files changed

+20246
-25629
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dist/
1919
.env.test.local
2020
.env.production.local
2121
.idea
22+
.angular/cache
2223

2324
npm-debug.log*
2425
yarn-debug.log*

angular.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
}
2525
}
2626
},
27-
"defaultProject": "google-pay-button"
27+
"defaultProject": "google-pay-button",
28+
"cli": {
29+
"analytics": false
30+
}
2831
}

examples/react/package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vue/package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)