File tree 3 files changed +9
-9
lines changed
src/app/pages/translate/pose-viewers
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
"firebase-functions" : " 4.7.0" ,
30
30
"http-errors" : " 2.0.0" ,
31
31
"node-fetch" : " 2.6.7" ,
32
- "openai" : " 4.27 .0"
32
+ "openai" : " 4.28 .0"
33
33
},
34
34
"devDependencies" : {
35
35
"@firebase/firestore-types" : " 3.0.0" ,
36
36
"@firebase/rules-unit-testing" : " 3.0.1" ,
37
37
"@types/http-errors" : " 2.0.4" ,
38
38
"@types/jest" : " 29.5.12" ,
39
39
"@types/node-fetch" : " 2.6.11" ,
40
- "@typescript-eslint/eslint-plugin" : " 6.21.0 " ,
41
- "@typescript-eslint/parser" : " 6.21.0 " ,
40
+ "@typescript-eslint/eslint-plugin" : " 7.0.1 " ,
41
+ "@typescript-eslint/parser" : " 7.0.1 " ,
42
42
"eslint" : " 8.56.0" ,
43
43
"firebase-functions-test" : " 3.1.1" ,
44
44
"firebase-tools" : " 13.2.1" ,
Original file line number Diff line number Diff line change 102
102
"tslib" : " 2.6.2" ,
103
103
"web-vitals" : " 3.5.2" ,
104
104
"webm-muxer" : " 4.0.1" ,
105
- "zone.js" : " 0.14.3 "
105
+ "zone.js" : " 0.14.4 "
106
106
},
107
107
"devDependencies" : {
108
108
"@angular-devkit/architect" : " 0.1701.3" ,
130
130
"@types/web-app-manifest" : " 1.0.7" ,
131
131
"@types/webgl2" : " 0.0.11" ,
132
132
"@types/wicg-file-system-access" : " 2023.10.4" ,
133
- "@typescript-eslint/eslint-plugin" : " 6.21.0 " ,
134
- "@typescript-eslint/parser" : " 6.21.0 " ,
133
+ "@typescript-eslint/eslint-plugin" : " 7.0.1 " ,
134
+ "@typescript-eslint/parser" : " 7.0.1 " ,
135
135
"browser-sync" : " 3.0.2" ,
136
136
"deepmerge" : " 4.3.1" ,
137
- "dotenv" : " 16.4.2 " ,
137
+ "dotenv" : " 16.4.4 " ,
138
138
"eslint" : " 8.56.0" ,
139
139
"fuzzy" : " 0.1.3" ,
140
- "husky" : " 9.0.10 " ,
140
+ "husky" : " 9.0.11 " ,
141
141
"inquirer" : " 9.2.14" ,
142
142
"inquirer-autocomplete-prompt" : " 3.0.1" ,
143
143
"jasmine-axe" : " 1.1.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export function getMediaSourceClass(): typeof MediaSource {
12
12
return window [ 'WebKitMediaSource' ] as any ;
13
13
}
14
14
15
- console . warn ( 'Both ManagedMediaSource and MediaSource are not supported on this device' ) ;
15
+ console . warn ( 'Neither ManagedMediaSource nor MediaSource are supported on this device' ) ;
16
16
17
17
return null ;
18
18
}
You can’t perform that action at this time.
0 commit comments