Updated dependencies and UI version

This commit is contained in:
WolverinDEV 2019-08-21 12:16:05 +02:00
parent d8184b0b99
commit a330f20d97

View file

@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.0.1",
"version": "1.1.0",
"description": "Welcome here! This repository is created with two reasons:\n 1. People can bring their own ideas and follow their implementation\n 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.",
"main": "main.js",
"directories": {},
@ -19,20 +19,19 @@
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",
"devDependencies": {
"@types/emscripten": "0.0.32",
"@types/jquery": "^3.3.29",
"@types/emscripten": "^1.38.0",
"@types/jquery": "^3.3.31",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.2",
"@types/node": "^12.7.2",
"@types/sha256": "^0.2.0",
"@types/websocket": "0.0.40",
"babel-minify": "^0.5.0",
"babel-minify": "^0.5.1",
"csso-cli": "^2.0.2",
"electron": "4.0.5",
"gulp": "^4.0.2",
"sass": "^1.20.1",
"sass": "^1.22.10",
"sha256": "^0.2.0",
"ttypescript": "^1.5.6",
"typescript": "^3.4.5",
"ttypescript": "^1.5.7",
"typescript": "^3.5.3",
"wat2wasm": "^1.0.2",
"clean-css": "^4.2.1"
},