Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@astrojs/preact": "^4.1.1",
"@astrojs/rss": "^4.0.12",
"astro": "^5.14.8",
"@astrojs/rss": "^4.0.13",
"astro": "^5.15.1",
Comment on lines +13 to +14

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved stability, consider pinning dependency versions. While the lockfile ensures deterministic builds, using exact versions (e.g., "4.0.13" instead of "^4.0.13") in package.json makes your dependency declarations more explicit and prevents unexpected behavior in environments where the lockfile might not be used. If you adopt this practice, it should be applied consistently across all dependencies for clarity.

Suggested change
"@astrojs/rss": "^4.0.13",
"astro": "^5.15.1",
"@astrojs/rss": "4.0.13",
"astro": "5.15.1",

"preact": "^10.27.2"
},
"devDependencies": {
Expand Down
Loading