未验证 提交 92776cee 编写于 作者: G GitSquared

Updated deps

上级 0e8dbaa3
......@@ -10,7 +10,9 @@
"integrity": "sha512-s2ZfgRWXeNUQTQE3O85CDDrU2Uo90pMlMkTxkz85wQOuzVxB8t4cubMPup3WlTPFKHQgb6lDkAHS3ljkUSFO6A==",
"dev": true,
"requires": {
"7zip-bin-linux": "1.2.0"
"7zip-bin-linux": "1.2.0",
"7zip-bin-mac": "1.0.1",
"7zip-bin-win": "2.1.1"
}
},
"7zip-bin-linux": {
......@@ -20,6 +22,20 @@
"dev": true,
"optional": true
},
"7zip-bin-mac": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/7zip-bin-mac/-/7zip-bin-mac-1.0.1.tgz",
"integrity": "sha1-Pmh3i78JJq3GgVlCcHRQXUdVXAI=",
"dev": true,
"optional": true
},
"7zip-bin-win": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/7zip-bin-win/-/7zip-bin-win-2.1.1.tgz",
"integrity": "sha512-6VGEW7PXGroTsoI2QW3b0ea95HJmbVBHvfANKLLMzSzFA1zKqVX5ybNuhmeGpf6vA0x8FJTt6twpprDANsY5WQ==",
"dev": true,
"optional": true
},
"@types/node": {
"version": "7.0.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.50.tgz",
......
{
"name": "edex-ui",
"version": "0.6.0",
"version": "0.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -251,9 +251,9 @@
}
},
"smoothie": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/smoothie/-/smoothie-1.33.0.tgz",
"integrity": "sha512-QK7Dus+X8Ls0iVcbubS98sd5rqCCKUfpIS+ghiyDbVEkCuTF6HkGkALbonF9vi8uEfW0BtvfExf4u3yLjnivDQ=="
"version": "1.34.0",
"resolved": "https://registry.npmjs.org/smoothie/-/smoothie-1.34.0.tgz",
"integrity": "sha512-d1GZfvN4RldPbBiBlkMlbR4BHp0paV2knPewaVJ3U4oXOR3cGfecJL0dK5aRdL4yY1dEFpNcwZD7bn3HTtB/gA=="
},
"stream-buffers": {
"version": "0.2.6",
......@@ -266,9 +266,9 @@
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
},
"systeminformation": {
"version": "3.33.11",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-3.33.11.tgz",
"integrity": "sha512-9QhPQVUHz1zueQRegutuWeIEACBEsCvsG+j3HnOThhmb158mPKFPZV0sLUOnfvhpnW3baMASHmiMcGl3o921tg=="
"version": "3.33.12",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-3.33.12.tgz",
"integrity": "sha512-auKCft3Mc23bhx8P8GhAF+4xWHxMPSBhKRmNwmTxfWrmtwOvhwhU8GmBarYXlp0X52Jwv0QWT988Q9NhlkFecQ=="
},
"to-decimal": {
"version": "2.0.0",
......
......@@ -25,8 +25,8 @@
"dependencies": {
"battery-level": "^3.0.0",
"node-pty": "0.7.4",
"smoothie": "^1.33.0",
"systeminformation": "^3.33.11",
"smoothie": "^1.34.0",
"systeminformation": "^3.33.12",
"ws": "3.3.3",
"xterm": "2.9.2"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册