Conversation
| "@mui/material": "^7.3.4", | ||
| "@react-icons/all-files": "^4.1.0", | ||
| "@sistent/sistent": "^0.18.8", | ||
| "@sistent/sistent": "^0.19.0", |
There was a problem hiding this comment.
This PR updates package.json but doesn’t include the corresponding lockfile update (e.g., package-lock.json). With npm, updating the lockfile alongside dependency bumps helps keep installs reproducible in CI and for contributors. Consider running npm install --legacy-peer-deps and committing the resulting lockfile changes.
| "@mui/material": "^7.3.4", | ||
| "@react-icons/all-files": "^4.1.0", | ||
| "@sistent/sistent": "^0.18.8", | ||
| "@sistent/sistent": "^0.19.0", |
There was a problem hiding this comment.
Using a caret range with a 0.x dependency (^0.19.0) will allow updates within <0.20.0. Since 0.x releases may introduce breaking changes outside of SemVer expectations, consider pinning to an exact version (or using a more restrictive range) if you’ve seen stability issues with Sistent minor releases.
| "@sistent/sistent": "^0.19.0", | |
| "@sistent/sistent": "0.19.0", |
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7658/
|
Signed-off-by: leecalcote <leecalcote@users.noreply.github.com>
Update to Sistent v0.20.1
This pull request has been auto-generated by l5io