diff --git a/hak/tsconfig.json b/hak/tsconfig.json index 94abce3..6981ae7 100644 --- a/hak/tsconfig.json +++ b/hak/tsconfig.json @@ -5,10 +5,10 @@ "target": "es2016", "sourceMap": false, "strict": true, - "lib": ["es2020"] + "lib": ["es2020"], }, "include": ["../scripts/@types/*.d.ts", "./**/*.ts"], "ts-node": { - "transpileOnly": true - } + "transpileOnly": true, + }, } diff --git a/playwright/Dockerfile b/playwright/Dockerfile index f5be70f..15716ba 100644 --- a/playwright/Dockerfile +++ b/playwright/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.40.1-jammy +FROM mcr.microsoft.com/playwright:v1.41.0-jammy WORKDIR /work/element-desktop diff --git a/playwright/tsconfig.json b/playwright/tsconfig.json index 6b7ca5c..4432da2 100644 --- a/playwright/tsconfig.json +++ b/playwright/tsconfig.json @@ -5,7 +5,7 @@ "esModuleInterop": true, "target": "es2017", "module": "es2022", - "lib": ["ESNext", "es2021", "dom"] + "lib": ["ESNext", "es2021", "dom"], }, - "include": ["**/*.ts"] + "include": ["**/*.ts"], } diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index 4e547d9..12cb193 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -7,10 +7,10 @@ "module": "commonjs", "sourceMap": false, "strict": true, - "lib": ["es2020", "dom"] + "lib": ["es2020", "dom"], }, "include": ["../src/@types", "./**/*.ts"], "ts-node": { - "transpileOnly": true - } + "transpileOnly": true, + }, } diff --git a/tsconfig.json b/tsconfig.json index a6e97c9..dfed759 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "typeRoots": ["src/@types", "node_modules/@types"], "lib": ["es2020", "dom"], "types": ["node"], - "strict": true + "strict": true, }, - "include": ["./src/**/*.ts"] + "include": ["./src/**/*.ts"], } diff --git a/yarn.lock b/yarn.lock index 17e8237..8c08c80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5374,9 +5374,9 @@ prelude-ls@^1.2.1: integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" - integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw== + version "3.2.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380" + integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw== proc-log@^3.0.0: version "3.0.0"