mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 23:07:12 -05:00
Merge pull request #2303 from adroitwhiz/no-socket-io-client
Remove unused socket.io-client dependency
This commit is contained in:
commit
cd1890f77e
2 changed files with 188 additions and 357 deletions
543
package-lock.json
generated
543
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -45,7 +45,6 @@
|
|||
"scratch-parser": "5.0.0",
|
||||
"scratch-sb1-converter": "0.2.7",
|
||||
"scratch-translate-extension-languages": "0.0.20191118205314",
|
||||
"socket.io-client": "2.0.4",
|
||||
"text-encoding": "0.7.0",
|
||||
"worker-loader": "^1.1.1"
|
||||
},
|
||||
|
@ -55,6 +54,7 @@
|
|||
"adm-zip": "0.4.11",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.4",
|
||||
"callsite": "^1.0.0",
|
||||
"copy-webpack-plugin": "^4.5.4",
|
||||
"docdash": "^1.0.0",
|
||||
"eslint": "^5.3.0",
|
||||
|
|
Loading…
Reference in a new issue