fix: Update package.json and package-lock.json for React version and …#6
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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
sudheerdotaitocraftdottechorganization - 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
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 …
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.
🚀 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:
repository.urlandbugs.urlfields inpackage.jsonto point to the correct GitHub organization (craftdottech) instead of the previous user (sudheerdotai).Dependency updates:
reactandreact-domdependencies from version19.1.0to19.1.1inpackage.jsonfor potential bug fixes and improvements.@types/nodedevelopment dependency to version^20.19.17inpackage.json.CI workflow improvements:
.github/workflows/ci.ymlto use thenpm run type-checkscript instead of callingnpx tsc --noEmitdirectly, improving consistency with other scripts.🎯 Type of Change
🔗 Related Issues
Closes #(issue number)
Relates to #(issue number)
📋 Changes Made
🧪 Testing
Testing Steps
📷 Screenshots (if applicable)
Add screenshots to help explain your changes.
📝 Additional Notes
Any additional information that reviewers should know.
✅ Checklist
🔍 Review Notes
Anything specific you'd like reviewers to focus on?