[GUI] Bumped socket.io-client version to fix compatibility with latest python version, removed unused dependency

This commit is contained in:
PAJohnson
2020-12-21 15:59:50 -05:00
parent 444e5434f1
commit 55d4e96bf3
2 changed files with 75 additions and 296 deletions

367
GUI/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,7 @@
"core-js": "^3.6.5",
"electron": "^9.1.1",
"file-saver": "^2.0.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"socket.io-client": "^3.0.4",
"typeface-roboto": "0.0.75",
"uuid": "^8.2.0",
"vue": "^2.6.11",
@@ -32,7 +31,6 @@
"vue-directive-tooltip": "^1.6.3",
"vue-json-component": "^0.4.1",
"vue-slider-component": "^3.2.2",
"vue-socket.io": "^3.0.9",
"vuex": "^3.5.1"
},
"devDependencies": {