mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-06 15:11:52 +08:00
[GUI] Bumped socket.io-client version to fix compatibility with latest python version, removed unused dependency
This commit is contained in:
367
GUI/package-lock.json
generated
367
GUI/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user