diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-05 10:05:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-09 14:52:55 +0200 |
commit | 27da4884ed0e5218e6dc84a2079ad21a8922deef (patch) | |
tree | 04023d6ef99f5bc837a9deafad6ce2480e1126c0 /client | |
parent | e0ef8dab287c21b3350c61174b7016ded9855611 (diff) | |
download | PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.gz PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.tar.zst PeerTube-27da4884ed0e5218e6dc84a2079ad21a8922deef.zip |
Use tslib in client
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 4 | ||||
-rw-r--r-- | client/tsconfig.json | 1 | ||||
-rw-r--r-- | client/yarn.lock | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index 474763d35..93c4cef37 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -116,6 +116,7 @@ | |||
116 | "stream-browserify": "^3.0.0", | 116 | "stream-browserify": "^3.0.0", |
117 | "stream-http": "^3.0.0", | 117 | "stream-http": "^3.0.0", |
118 | "terser-webpack-plugin": "^3.0.0", | 118 | "terser-webpack-plugin": "^3.0.0", |
119 | "tslib": "^2.0.0", | ||
119 | "tslint": "^6.1.0", | 120 | "tslint": "^6.1.0", |
120 | "tslint-angular": "^3.0.2", | 121 | "tslint-angular": "^3.0.2", |
121 | "tslint-config-standard": "^9.0.0", | 122 | "tslint-config-standard": "^9.0.0", |
@@ -137,7 +138,6 @@ | |||
137 | "@ngx-i18nsupport/tooling": "^8.0.3", | 138 | "@ngx-i18nsupport/tooling": "^8.0.3", |
138 | "junk": "^3.1.0", | 139 | "junk": "^3.1.0", |
139 | "punycode": "^2.1.1", | 140 | "punycode": "^2.1.1", |
140 | "simple-get": "^3.1.0", | 141 | "simple-get": "^3.1.0" |
141 | "tslib": "^1.10.0" | ||
142 | } | 142 | } |
143 | } | 143 | } |
diff --git a/client/tsconfig.json b/client/tsconfig.json index ce83a4f11..752f5b35f 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -13,6 +13,7 @@ | |||
13 | "noImplicitThis": true, | 13 | "noImplicitThis": true, |
14 | "suppressImplicitAnyIndexErrors":true, | 14 | "suppressImplicitAnyIndexErrors":true, |
15 | "alwaysStrict": true, | 15 | "alwaysStrict": true, |
16 | "importHelpers": true, | ||
16 | "strictBindCallApply": true, | 17 | "strictBindCallApply": true, |
17 | "target": "es2015", | 18 | "target": "es2015", |
18 | "typeRoots": [ | 19 | "typeRoots": [ |
diff --git a/client/yarn.lock b/client/yarn.lock index 170d21c63..dba4c91b9 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -11184,6 +11184,11 @@ tslib@^1.10.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0: | |||
11184 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9" | 11184 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9" |
11185 | integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg== | 11185 | integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg== |
11186 | 11186 | ||
11187 | tslib@^2.0.0: | ||
11188 | version "2.0.0" | ||
11189 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" | ||
11190 | integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== | ||
11191 | |||
11187 | tslint-angular@^3.0.2: | 11192 | tslint-angular@^3.0.2: |
11188 | version "3.0.2" | 11193 | version "3.0.2" |
11189 | resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-3.0.2.tgz#6f7480cc34f26fcc03df18d7ec3d5ce364b65064" | 11194 | resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-3.0.2.tgz#6f7480cc34f26fcc03df18d7ec3d5ce364b65064" |