Update all non-major dependencies (#1438)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2024-01-17 09:47:57 +00:00
committed by GitHub
parent ec3bb34e90
commit bc4c4159dc
6 changed files with 14 additions and 14 deletions

View File

@@ -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

View File

@@ -5,7 +5,7 @@
"esModuleInterop": true,
"target": "es2017",
"module": "es2022",
"lib": ["ESNext", "es2021", "dom"]
"lib": ["ESNext", "es2021", "dom"],
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
}