Skip to content

Commit d770e6c

Browse files
authored
build: update to latest YouTube typings (#29038)
We were a few versions behind on the typings for YouTube. These changes update to the latest ones.
1 parent 02c668c commit d770e6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "^18.0.0-rc.0",
6464
"@angular/platform-browser": "^18.0.0-rc.0",
6565
"@types/google.maps": "^3.54.10",
66-
"@types/youtube": "^0.0.46",
66+
"@types/youtube": "^0.0.50",
6767
"rxjs": "^6.6.7",
6868
"rxjs-tslint-rules": "^4.34.8",
6969
"tslib": "^2.3.1",

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.0.42",
20+
"@types/youtube": "^0.0.50",
2121
"tslib": "0.0.0-TSLIB"
2222
},
2323
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4632,10 +4632,10 @@
46324632
dependencies:
46334633
"@types/node" "*"
46344634

4635-
"@types/youtube@^0.0.46":
4636-
version "0.0.46"
4637-
resolved "https://registry.yarnpkg.com/@types/youtube/-/youtube-0.0.46.tgz#925afdf741f35279114da7c58c98013868a949f5"
4638-
integrity sha512-Yf1Y4bDj/QIn8v+zdy0l7+OW6s1uoUvzVn5cGqPNCsL4iUW4gYUlIdQIRtH9NOHVgwZNLbVeeRDEn6N4RMq6Nw==
4635+
"@types/youtube@^0.0.50":
4636+
version "0.0.50"
4637+
resolved "https://registry.yarnpkg.com/@types/youtube/-/youtube-0.0.50.tgz#c28cefde8e3f17ac3564bd83952eacf806d96eea"
4638+
integrity sha512-d4GpH4uPYp9W07kc487tiq6V/EUHl18vZWFMbQoe4Sk9LXEWzFi/BMf9x7TI4m7/j7gU3KeX8H6M8aPBgykeLw==
46394639

46404640
"@typescript-eslint/types@4.33.0":
46414641
version "4.33.0"

0 commit comments

Comments
 (0)