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:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user