Revert to xterm 2.0 because of too many undocumented breaking changes

This commit is contained in:
GitSquared 2018-01-23 19:27:01 +01:00
parent 8f91853eb2
commit 77bdac76e4
No known key found for this signature in database
GPG Key ID: CD90D37C8F2993E8
3 changed files with 22 additions and 6 deletions

18
package-lock.json generated
View File

@ -10,7 +10,9 @@
"integrity": "sha512-QU3oR1dLLVrYGRkb7LU17jMCpIkWtXXW7q71ECXWXkR9vOv37VjykqpvFgs29HgSCNLZHnNKJzdG6RwAW0LwIA==",
"dev": true,
"requires": {
"7zip-bin-linux": "1.3.1"
"7zip-bin-linux": "1.3.1",
"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.52",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.52.tgz",

8
src/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "edex-ui",
"version": "0.7.1",
"version": "0.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -266,9 +266,9 @@
"integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
},
"systeminformation": {
"version": "3.33.12",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-3.33.12.tgz",
"integrity": "sha512-auKCft3Mc23bhx8P8GhAF+4xWHxMPSBhKRmNwmTxfWrmtwOvhwhU8GmBarYXlp0X52Jwv0QWT988Q9NhlkFecQ=="
"version": "3.33.18",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-3.33.18.tgz",
"integrity": "sha512-08/o7xP6UFURqEXEtBPX5DkXl0nkxv5WP/7xeQcgvz0PmVzJd0lkJdoW6DyMz9lK2w6iLSg8cHWMKD7vyamKqg=="
},
"to-decimal": {
"version": "2.0.0",

View File

@ -28,6 +28,6 @@
"smoothie": "1.34.0",
"systeminformation": "3.33.18",
"ws": "4.0.0",
"xterm": "3.0.2"
"xterm": "2.9.2"
}
}