Skip to content

fix: Update package.json and package-lock.json for React version and …#6

Merged
sudheerdotai merged 1 commit into
mainfrom
dev
Sep 22, 2025
Merged

fix: Update package.json and package-lock.json for React version and …#6
sudheerdotai merged 1 commit into
mainfrom
dev

Conversation

@sudheerdotai
Copy link
Copy Markdown
Collaborator

🚀 Pull Request

📋 Description

This pull request includes several updates to project configuration and dependencies, focusing on repository links, dependency versions, and workflow improvements. The most important changes are grouped below:

Repository and metadata updates:

  • Updated the repository.url and bugs.url fields in package.json to point to the correct GitHub organization (craftdottech) instead of the previous user (sudheerdotai).

Dependency updates:

  • Upgraded react and react-dom dependencies from version 19.1.0 to 19.1.1 in package.json for potential bug fixes and improvements.
  • Updated the @types/node development dependency to version ^20.19.17 in package.json.

CI workflow improvements:

  • Changed the TypeScript type check step in .github/workflows/ci.yml to use the npm run type-check script instead of calling npx tsc --noEmit directly, improving consistency with other scripts.

🎯 Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🎨 Code style/formatting
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • 🧪 Test addition/improvement

🔗 Related Issues

Closes #(issue number)
Relates to #(issue number)

📋 Changes Made

  • Change 1
  • Change 2
  • Change 3

🧪 Testing

  • Unit tests pass
  • Integration tests pass
  • Manual testing completed
  • New tests added (if applicable)

Testing Steps

  1. Step 1
  2. Step 2
  3. Step 3

📷 Screenshots (if applicable)

Add screenshots to help explain your changes.

📝 Additional Notes

Any additional information that reviewers should know.

✅ Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

🔍 Review Notes

Anything specific you'd like reviewers to focus on?

Copilot AI review requested due to automatic review settings September 22, 2025 17:03
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Sep 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
craft Ready Ready Preview Comment Sep 22, 2025 5:03pm

Copy link
Copy Markdown

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

This pull request updates project metadata and dependencies to reflect the repository transfer from the previous user account to the organization account. The changes include repository URL updates, React version bump, and CI workflow improvements.

  • Repository URLs updated from sudheerdotai to craftdottech organization
  • React and React DOM updated from 19.1.0 to 19.1.1
  • CI workflow improved to use npm script instead of direct tsc command

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updated repository URLs, React versions, and @types/node version
.github/workflows/ci.yml Changed TypeScript check to use npm script for consistency

@sudheerdotai sudheerdotai merged commit ef260c4 into main Sep 22, 2025
11 of 13 checks passed
sudheerdotai pushed a commit that referenced this pull request Oct 13, 2025
fix: Update package.json and package-lock.json for React version and …
sudheerdotai pushed a commit that referenced this pull request Mar 12, 2026
fix: Update package.json and package-lock.json for React version and …
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