Skip to content

Pin npm dependencies to specific versions for stability and update versions#174

Merged
GalacticCodeGambit merged 2 commits into
blatt18from
feat/pinning-npm-dependencies
May 22, 2026
Merged

Pin npm dependencies to specific versions for stability and update versions#174
GalacticCodeGambit merged 2 commits into
blatt18from
feat/pinning-npm-dependencies

Conversation

@GalacticCodeGambit
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 22, 2026 11:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins frontend npm dependency versions in package.json to improve reproducibility and reduce surprise updates across installs/environments.

Changes:

  • Replaced caret (^) and latest ranges 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 thread project/frontend/package.json Outdated
Comment on lines +34 to +35
"cmdk": "1.1.1",
"embla-carousel-react": "8.6.0",
Comment thread project/frontend/package.json Outdated
Comment on lines +38 to +39
"react-hook-form": "7.66.0",
"react-resizable-panels": "3.0.6",
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

Comment thread project/frontend/package.json
@GalacticCodeGambit GalacticCodeGambit changed the title Pin npm dependencies to specific versions for stability Pin npm dependencies to specific versions for stability and update versions May 22, 2026
@GalacticCodeGambit GalacticCodeGambit merged commit e751663 into blatt18 May 22, 2026
7 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants