Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/youtube": "^0.0.44",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "8.0.1",
"any-observable": "^0.2.0",
"any-observable": "^0.5.1",
"autoprefixer": "^10.3.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "29.7.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2940,7 +2940,7 @@ __metadata:
"@types/youtube": "npm:^0.0.44"
"@typescript-eslint/eslint-plugin": "npm:5.61.0"
"@typescript-eslint/parser": "npm:8.0.1"
any-observable: "npm:^0.2.0"
any-observable: "npm:^0.5.1"
autoprefixer: "npm:^10.3.7"
babel-core: "npm:^7.0.0-bridge.0"
babel-jest: "npm:29.7.0"
Expand Down Expand Up @@ -5497,6 +5497,18 @@ __metadata:
languageName: node
linkType: hard

"any-observable@npm:^0.5.1":
version: 0.5.1
resolution: "any-observable@npm:0.5.1"
peerDependenciesMeta:
rxjs:
optional: true
zen-observable:
optional: true
checksum: 10c0/df51c63854819fc7b69e7ba22d37f63bd2aa116aef944aa45469476f5182f1489a56a3072f8eaaac78d7077b7343fbf6ae7d37a3759913d9c10e00256089706d
languageName: node
linkType: hard

"anymatch@npm:^3.0.3, anymatch@npm:~3.1.2":
version: 3.1.3
resolution: "anymatch@npm:3.1.3"
Expand Down
Loading