Merged
Conversation
* Remove unused `react-hotkeys` * Use Blueprint components instead of CSS API * Remove commented/unnecessary code
Was previously causing dependency errors on Apple Silicon.
Done to make use of their prebuilt binaries for Node 20.
RichDom2185
commented
May 22, 2024
package.json
Outdated
| "resolutions": { | ||
| "esbuild": "^0.18.20", | ||
| "**/gl": "^6.0.2" | ||
| "**/gl": "^8.0.2" |
Member
Author
There was a problem hiding this comment.
Hmm, @sayomaki this resolution seems to be breaking the CI again, which is weird, because locally, I can run the commands just fine.
This is different from frontend where I am faced with the same error locally.
This reverts commit 81db412.
Member
Author
All's good! If you are free, could you help with the review? Thanks! |
…to misc-20240522
Member
Author
@leeyi45 bumping this |
…to misc-20240522
# Conflicts: # package.json # yarn.lock
leeyi45
reviewed
Oct 25, 2024
…40522 # Conflicts: # yarn.lock
heyzec
reviewed
Feb 12, 2025
heyzec
approved these changes
Feb 12, 2025
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.
Description
Cleaned up stuff.
Devserver now works on my computer.
yarn installnow works on my computer.Please refer to commit titles for changelog.
Type of change
Please delete options that are not relevant.