diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-25 08:46:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-25 09:24:55 +0200 |
commit | 51afea54116192c99621c5758b8f9154a4218f9f (patch) | |
tree | ab6d1d52f4c9344394f95afb407e5ba208018a05 /client/e2e/tsconfig.json | |
parent | 98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b (diff) | |
download | PeerTube-51afea54116192c99621c5758b8f9154a4218f9f.tar.gz PeerTube-51afea54116192c99621c5758b8f9154a4218f9f.tar.zst PeerTube-51afea54116192c99621c5758b8f9154a4218f9f.zip |
Update client dependencies
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r-- | client/e2e/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json index c72e1ed4c..c62ffa931 100644 --- a/client/e2e/tsconfig.json +++ b/client/e2e/tsconfig.json | |||
@@ -8,7 +8,7 @@ | |||
8 | "target": "es5", | 8 | "target": "es5", |
9 | "types": [ | 9 | "types": [ |
10 | "node", | 10 | "node", |
11 | "webdriverio/async", | 11 | "@wdio/globals/types", |
12 | "@wdio/mocha-framework", | 12 | "@wdio/mocha-framework", |
13 | "expect-webdriverio" | 13 | "expect-webdriverio" |
14 | ] | 14 | ] |