chore(Deps): remove setimmediate (#5159)

setimmediate is a browser polyfill, and since we do not support webpack anymore, there is no reason to keep it here.
This commit is contained in:
Antonio Román
2020-12-30 11:22:11 +01:00
committed by GitHub
parent 8c2e6b70b8
commit b0077dcd0c
3 changed files with 0 additions and 7 deletions

View File

@@ -50,7 +50,6 @@
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.1",
"prism-media": "^1.2.2",
"setimmediate": "^1.0.5",
"tweetnacl": "^1.0.3",
"ws": "^7.3.1"
},