Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Move '@types/react' to devDependencies #92

Merged
merged 4 commits into from
Aug 30, 2024

Conversation

DevYoma
Copy link
Contributor

@DevYoma DevYoma commented Aug 30, 2024

Description

This PR removes the @type/react dependency from dependencies and adds it to the devDependencies in the projects package.json file

Related Issue

Fixes #21

Screenshots/Screencasts

image

Notes to Reviewer

I initially don't know what happened in the first commit. I ran npm install after moving @types/react dependency to the the devDependency. But I did it well in the second commit.

Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jargons-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 6:56pm

package.json Outdated Show resolved Hide resolved
babblebey
babblebey previously approved these changes Aug 30, 2024
Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

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

This Looks Great @DevYoma 👍

package.json Outdated Show resolved Hide resolved
@babblebey babblebey changed the title build: Move '@types/react' to devDependencies fix(build): Move '@types/react' to devDependencies Aug 30, 2024
Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

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

Great stuff, thank you @DevYoma

Quick note for next time 😉

  • I renamed the PR title prefixing the word fix(build): to follow the conventional commit standard. Look it up

@babblebey babblebey merged commit 12d848b into jargonsdev:main Aug 30, 2024
2 checks passed
@DevYoma
Copy link
Contributor Author

DevYoma commented Aug 30, 2024

I'm glad I could help :)
I'll take note of the corrections

amiabl-programr added a commit to amiabl-programr/jargons.dev that referenced this pull request Aug 31, 2024
fix(build): Move '@types/react' to devDependencies (jargonsdev#92)
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.

Build: Move "@types/react" to devDependencies
2 participants