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

update dependencies #30

Closed
wants to merge 1 commit into from
Closed

update dependencies #30

wants to merge 1 commit into from

Conversation

samgdf
Copy link
Contributor

@samgdf samgdf commented Dec 13, 2024

move from dev to dependencies in order to satisfy typescript compiler

move from dev to dependencies in order to satisfy typescript compiler
Copy link
Member

@setu4993 setu4993 left a comment

Choose a reason for hiding this comment

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

I don't think this is correct.

@@ -16,15 +16,15 @@
"homepage": "https://www.rungalileo.io/",
"dependencies": {
"axios": "^1.6.7",
"jsonwebtoken": "^9.0.2"
"jsonwebtoken": "^9.0.2",
"@types/jsonwebtoken": "^9.0.6"
Copy link
Member

Choose a reason for hiding this comment

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

Types are a dev dependency and should not be in our global ones.

Copy link
Contributor

Choose a reason for hiding this comment

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

Agreed, this doesn't make sense to me...the client gets transpiled from TS to JS during build, so there shouldn't be any reason we need the types after build time.

Copy link
Contributor Author

@samgdf samgdf Dec 19, 2024

Choose a reason for hiding this comment

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

@ktalebian requested this - maybe he can offer more here.

@setu4993 setu4993 closed this Feb 5, 2025
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.

3 participants