Updated dependencies and UI version
This commit is contained in:
parent
d8184b0b99
commit
a330f20d97
1 changed files with 8 additions and 9 deletions
17
package.json
17
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "client",
|
"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.",
|
"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",
|
"main": "main.js",
|
||||||
"directories": {},
|
"directories": {},
|
||||||
|
@ -19,20 +19,19 @@
|
||||||
"author": "TeaSpeak (WolverinDEV)",
|
"author": "TeaSpeak (WolverinDEV)",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/emscripten": "0.0.32",
|
"@types/emscripten": "^1.38.0",
|
||||||
"@types/jquery": "^3.3.29",
|
"@types/jquery": "^3.3.31",
|
||||||
"@types/moment": "^2.13.0",
|
"@types/moment": "^2.13.0",
|
||||||
"@types/node": "^12.0.2",
|
"@types/node": "^12.7.2",
|
||||||
"@types/sha256": "^0.2.0",
|
"@types/sha256": "^0.2.0",
|
||||||
"@types/websocket": "0.0.40",
|
"@types/websocket": "0.0.40",
|
||||||
"babel-minify": "^0.5.0",
|
"babel-minify": "^0.5.1",
|
||||||
"csso-cli": "^2.0.2",
|
"csso-cli": "^2.0.2",
|
||||||
"electron": "4.0.5",
|
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"sass": "^1.20.1",
|
"sass": "^1.22.10",
|
||||||
"sha256": "^0.2.0",
|
"sha256": "^0.2.0",
|
||||||
"ttypescript": "^1.5.6",
|
"ttypescript": "^1.5.7",
|
||||||
"typescript": "^3.4.5",
|
"typescript": "^3.5.3",
|
||||||
"wat2wasm": "^1.0.2",
|
"wat2wasm": "^1.0.2",
|
||||||
"clean-css": "^4.2.1"
|
"clean-css": "^4.2.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue