Update all non-major dependencies (#12168)
* Update all non-major dependencies * prettier Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> 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
ca5ab09f3b
commit
aea55eb080
7 changed files with 60 additions and 71 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM mcr.microsoft.com/playwright:v1.40.1-jammy
|
||||
FROM mcr.microsoft.com/playwright:v1.41.1-jammy
|
||||
|
||||
WORKDIR /work/matrix-react-sdk
|
||||
VOLUME ["/work/element-web/node_modules"]
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "es2022"
|
||||
"module": "es2022",
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"../node_modules/matrix-js-sdk/src/@types/*.d.ts",
|
||||
"../node_modules/matrix-js-sdk/node_modules/@matrix-org/olm/index.d.ts"
|
||||
]
|
||||
"../node_modules/matrix-js-sdk/node_modules/@matrix-org/olm/index.d.ts",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue