Force upgrade lru-cache with a resolution

Due to https://github.com/isaacs/node-lru-cache/issues/352 preventing us from upgrading typescript

Causes more warnings about the version being incompatible with what the deps want, unfortunately.

Attempt 2 with newer yarn, replaces https://github.com/element-hq/element-desktop/pull/1904
This commit is contained in:
David Baker
2024-10-03 14:21:34 +01:00
parent fc9798b726
commit 38d35a108b
2 changed files with 6 additions and 29 deletions
+2 -1
View File
@@ -123,6 +123,7 @@
},
"resolutions": {
"@types/node": "18.19.54",
"config-file-ts": "0.2.8-rc1"
"config-file-ts": "0.2.8-rc1",
"lru-cache": "11.0.1"
}
}