Pin npm dependencies to specific versions for stability and update versions#174
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Pins frontend npm dependency versions in package.json to improve reproducibility and reduce surprise updates across installs/environments.
Changes:
- Replaced caret (
^) andlatestranges with exact version pins for runtime dependencies. - Pinned dev toolchain dependencies (Tailwind, TypeScript, ESLint, types) to exact versions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+34
to
+35
| "cmdk": "1.1.1", | ||
| "embla-carousel-react": "8.6.0", |
Comment on lines
+38
to
+39
| "react-hook-form": "7.66.0", | ||
| "react-resizable-panels": "3.0.6", |
GalacticCodeGambit
added a commit
that referenced
this pull request
May 22, 2026
* Python Black Formatierung umgesetzt * Fix typo in findRecipes function parameter name * Add import statement for Database module in RecipeSUCUK.py * Upgrade actions/checkout from v4 to v5 in CI configuration files * Correct directory name in README and update email variable for clarity * Improve grammar and punctuation in README description * Refactor CSS class names for consistency and clarity (#171) * Refactor CSS class names for consistency and clarity * Refactor CSS variables for improved readability and consistency * Remove unnecessary stylelint directive for cleaner CSS * Refactor variable names for consistency in recipe filtering functions * Fix css * Upgrade CodeQL action versions from v3 to v4 in CI configuration * Pin npm dependencies to specific versions for stability and update versions (#174) * Pin npm dependencies to specific versions for stability * Remove duplicate npm dependencies for cleaner package management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.