mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
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:
parent
ec3bb34e90
commit
bc4c4159dc
@ -5,10 +5,10 @@
|
|||||||
"target": "es2016",
|
"target": "es2016",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["es2020"]
|
"lib": ["es2020"],
|
||||||
},
|
},
|
||||||
"include": ["../scripts/@types/*.d.ts", "./**/*.ts"],
|
"include": ["../scripts/@types/*.d.ts", "./**/*.ts"],
|
||||||
"ts-node": {
|
"ts-node": {
|
||||||
"transpileOnly": true
|
"transpileOnly": true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
@ -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
|
WORKDIR /work/element-desktop
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"module": "es2022",
|
"module": "es2022",
|
||||||
"lib": ["ESNext", "es2021", "dom"]
|
"lib": ["ESNext", "es2021", "dom"],
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts"]
|
"include": ["**/*.ts"],
|
||||||
}
|
}
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["es2020", "dom"]
|
"lib": ["es2020", "dom"],
|
||||||
},
|
},
|
||||||
"include": ["../src/@types", "./**/*.ts"],
|
"include": ["../src/@types", "./**/*.ts"],
|
||||||
"ts-node": {
|
"ts-node": {
|
||||||
"transpileOnly": true
|
"transpileOnly": true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"typeRoots": ["src/@types", "node_modules/@types"],
|
"typeRoots": ["src/@types", "node_modules/@types"],
|
||||||
"lib": ["es2020", "dom"],
|
"lib": ["es2020", "dom"],
|
||||||
"types": ["node"],
|
"types": ["node"],
|
||||||
"strict": true
|
"strict": true,
|
||||||
},
|
},
|
||||||
"include": ["./src/**/*.ts"]
|
"include": ["./src/**/*.ts"],
|
||||||
}
|
}
|
||||||
|
@ -5374,9 +5374,9 @@ prelude-ls@^1.2.1:
|
|||||||
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
||||||
|
|
||||||
prettier@^3.0.0:
|
prettier@^3.0.0:
|
||||||
version "3.1.1"
|
version "3.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380"
|
||||||
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw==
|
||||||
|
|
||||||
proc-log@^3.0.0:
|
proc-log@^3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user