diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-02-08 14:52:52 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-02-08 15:26:24 +0100 |
| commit | 8248d4e29a61a61134320aaaa934b8a3d8487f7f (patch) | |
| tree | 06de1d648c167b4e0d1dabc09b2eb85b8917cc16 | |
| parent | 43bdfe6f7a64135730479de8fc36d6514e34b288 (diff) | |
| download | mullvadvpn-8248d4e29a61a61134320aaaa934b8a3d8487f7f.tar.xz mullvadvpn-8248d4e29a61a61134320aaaa934b8a3d8487f7f.zip | |
Upgrade TypeScript to 3.3.3
| -rw-r--r-- | gui/packages/components/package.json | 2 | ||||
| -rw-r--r-- | gui/packages/desktop/package.json | 2 | ||||
| -rw-r--r-- | gui/yarn.lock | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gui/packages/components/package.json b/gui/packages/components/package.json index fb96900c35..a173877573 100644 --- a/gui/packages/components/package.json +++ b/gui/packages/components/package.json @@ -36,7 +36,7 @@ "rimraf": "^2.6.2", "ts-node": "^7.0.1", "tslint": "^5.12.1", - "typescript": "^3.2.4" + "typescript": "^3.3.3" }, "dependencies": {}, "peerDependencies": { diff --git a/gui/packages/desktop/package.json b/gui/packages/desktop/package.json index 68fe6a59fd..37e360b76b 100644 --- a/gui/packages/desktop/package.json +++ b/gui/packages/desktop/package.json @@ -69,7 +69,7 @@ "sinon": "^7.1.1", "ts-node": "^7.0.1", "tslint": "^5.12.1", - "typescript": "^3.2.4" + "typescript": "^3.3.3" }, "scripts": { "postinstall": "electron-builder install-app-deps", diff --git a/gui/yarn.lock b/gui/yarn.lock index e50b299936..29007dbd94 100644 --- a/gui/yarn.lock +++ b/gui/yarn.lock @@ -7919,10 +7919,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" - integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg== +typescript@^3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221" + integrity sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A== ua-parser-js@0.7.17: version "0.7.17" |
