File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ export default {
131
131
CSSFontFaceRule : false ,
132
132
CSSFontFeatureValuesRule : false ,
133
133
CSSFontPaletteValuesRule : false ,
134
+ CSSFunctionDeclarations : false ,
135
+ CSSFunctionDescriptors : false ,
136
+ CSSFunctionRule : false ,
134
137
CSSGroupingRule : false ,
135
138
CSSImageValue : false ,
136
139
CSSImportRule : false ,
@@ -867,6 +870,11 @@ export default {
867
870
SnapEvent : false ,
868
871
SourceBuffer : false ,
869
872
SourceBufferList : false ,
873
+ SpeechGrammar : false ,
874
+ SpeechGrammarList : false ,
875
+ SpeechRecognition : false ,
876
+ SpeechRecognitionErrorEvent : false ,
877
+ SpeechRecognitionEvent : false ,
870
878
speechSynthesis : false ,
871
879
SpeechSynthesis : false ,
872
880
SpeechSynthesisErrorEvent : false ,
Original file line number Diff line number Diff line change 156
156
"CSSFontFaceRule" : false ,
157
157
"CSSFontFeatureValuesRule" : false ,
158
158
"CSSFontPaletteValuesRule" : false ,
159
+ "CSSFunctionDeclarations" : false ,
160
+ "CSSFunctionDescriptors" : false ,
161
+ "CSSFunctionRule" : false ,
159
162
"CSSGroupingRule" : false ,
160
163
"CSSImageValue" : false ,
161
164
"CSSImportRule" : false ,
892
895
"SnapEvent" : false ,
893
896
"SourceBuffer" : false ,
894
897
"SourceBufferList" : false ,
898
+ "SpeechGrammar" : false ,
899
+ "SpeechGrammarList" : false ,
900
+ "SpeechRecognition" : false ,
901
+ "SpeechRecognitionErrorEvent" : false ,
902
+ "SpeechRecognitionEvent" : false ,
895
903
"speechSynthesis" : false ,
896
904
"SpeechSynthesis" : false ,
897
905
"SpeechSynthesisErrorEvent" : false ,
Original file line number Diff line number Diff line change 55
55
"nano-spawn" : " ^0.2.0" ,
56
56
"npm-run-all2" : " ^8.0.1" ,
57
57
"outdent" : " ^0.8.0" ,
58
- "puppeteer" : " ^24.11.1 " ,
58
+ "puppeteer" : " ^24.19.0 " ,
59
59
"shelljs" : " ^0.9.2" ,
60
60
"tsd" : " ^0.32.0" ,
61
61
"type-fest" : " ^4.41.0" ,
You can’t perform that action at this time.
0 commit comments