Skip to content

Commit

Permalink
chore(): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Feb 14, 2024
1 parent e98a65f commit f919b55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"firebase-functions": "4.7.0",
"http-errors": "2.0.0",
"node-fetch": "2.6.7",
"openai": "4.27.0"
"openai": "4.28.0"
},
"devDependencies": {
"@firebase/firestore-types": "3.0.0",
"@firebase/rules-unit-testing": "3.0.1",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.12",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"firebase-functions-test": "3.1.1",
"firebase-tools": "13.2.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"tslib": "2.6.2",
"web-vitals": "3.5.2",
"webm-muxer": "4.0.1",
"zone.js": "0.14.3"
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1701.3",
Expand Down Expand Up @@ -130,14 +130,14 @@
"@types/web-app-manifest": "1.0.7",
"@types/webgl2": "0.0.11",
"@types/wicg-file-system-access": "2023.10.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"browser-sync": "3.0.2",
"deepmerge": "4.3.1",
"dotenv": "16.4.2",
"dotenv": "16.4.4",
"eslint": "8.56.0",
"fuzzy": "0.1.3",
"husky": "9.0.10",
"husky": "9.0.11",
"inquirer": "9.2.14",
"inquirer-autocomplete-prompt": "3.0.1",
"jasmine-axe": "1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function getMediaSourceClass(): typeof MediaSource {
return window['WebKitMediaSource'] as any;
}

console.warn('Both ManagedMediaSource and MediaSource are not supported on this device');
console.warn('Neither ManagedMediaSource nor MediaSource are supported on this device');

return null;
}
Expand Down

0 comments on commit f919b55

Please sign in to comment.