Skip to content

Commit d9d4a14

Browse files
committed
chore(package): update to bcd 3.1.2
1 parent 076ca2b commit d9d4a14

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"type": "module",
3535
"devDependencies": {
36-
"@mdn/browser-compat-data": "3.1.1",
36+
"@mdn/browser-compat-data": "3.1.2",
3737
"@types/jsdom": "^16.2.6",
3838
"@types/node": "^14.14.27",
3939
"@types/node-fetch": "^2.5.8",

src/build/bcd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ const forceKeepAlive: Record<string, string[]> = {
168168
SpeechSynthesisEvent: ["charLength"],
169169
TextDecoderStream: [],
170170
TextEncoderStream: [],
171-
TrackEvent: ["track"],
172171
TransformStream: ["readable", "writable"],
173172
WebAssembly: [
174173
"compile",

0 commit comments

Comments
 (0)