Hello π
To my understanding, you, @sindresorhus, use internally your own package dot-prop
? According to my package-lock.json
, that package is included as "dot-prop": "^6.0.1"
. However, I need to access array items by index using dot notation for store migration between versions. This seems to be a feature that you added in version 7 of dot-prop
. Could you upgrade the (sub-) dependency in electron-store
accordingly?
Using the overrides feature of npm as follows leads to below error:
"overrides": {
"dot-prop": "7.2.0"
}
Uncaught Exception:
Error [ERR_REQUIRE_ESM]: require() of ES Module
Cheers,
Raphael
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too