Skip to content

Commit a1ce1ad

Browse files
authored
build: bump google maps typings (#33454)
We were behind a bunch of versions on the Google Maps types. These changes update us to the latest.
1 parent 58a7807 commit a1ce1ad

3 files changed

Lines changed: 28 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@angular/core": "catalog:",
6464
"@angular/forms": "catalog:",
6565
"@angular/platform-browser": "catalog:",
66-
"@types/google.maps": "^3.54.10",
66+
"@types/google.maps": "^3.65.1",
6767
"@types/youtube": "0.3.0",
6868
"date-fns": "^4.1.0",
6969
"luxon": "^3.7.2",

pnpm-lock.yaml

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google-maps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"homepage": "https://github.com/angular/components/tree/main/src/google-maps#readme",
1919
"dependencies": {
20-
"@types/google.maps": "^3.54.10",
20+
"@types/google.maps": "^3.65.1",
2121
"tslib": "^2.3.0"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)