Skip to content

Commit 782a72e

Browse files
committed
build: update dependency @types/youtube to v0.2.0
See associated pull request for more information.
1 parent 100dc2b commit 782a72e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

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

pnpm-lock.yaml

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

src/youtube-player/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/youtube-player#readme",
1919
"dependencies": {
20-
"@types/youtube": "0.1.2",
20+
"@types/youtube": "0.2.0",
2121
"tslib": "^2.3.0",
2222
"safevalues": "^1.2.0"
2323
},

0 commit comments

Comments
 (0)