-
Notifications
You must be signed in to change notification settings - Fork 88
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: remove farcaster deps #758
Conversation
package.json
Outdated
@@ -70,7 +69,7 @@ | |||
"ts-node": "^10.2.0", | |||
"tsc-watch": "^4.2.9", | |||
"tslib": "^2.3.1", | |||
"typescript": "^5.4.5", | |||
"typescript": "~4.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep this at the 5.4.5 version unless there's a good reason not to - I need to bump the ts version anyways for #742 to minimum 4.5.2
Edit - actually this is fine to downgrade, I'll just be re-upgrading to 4.5.2
when my PR gets merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, then I will set to 4.5.2 c0b30c3
It seems that typescript-eslint is throwing a lot of errors when upgrading to version 5, and it would require a lot of changes to fix it.
π¦ Pull Request
[Provide a general summary of the pull request here.]
β Fixed Issues
π¨ Test instructions
[Describe any additional context required to test the PR/feature/bug fix.]
Please π¨ ONLY ADD ONE π¨ of the following labels, failing to do so may lead to adverse versioning of your changes when published:
patch
: Bug Fix?minor
: New Feature?major
: Breaking Change?skip-release
: It's unnecessary to publish this change.Special Note
Please avoid adding any of the
Priority
labels as they conflict with the labels above βοΈπ¦ Published PR as canary version:
Canary Versions
β¨ Test out this PR locally via:
npm install @magic-ext/farcaster@0.0.7-canary.758.9780606179.0 # or yarn add @magic-ext/farcaster@0.0.7-canary.758.9780606179.0