-
Notifications
You must be signed in to change notification settings - Fork 31
Miscellaneous changes #314
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
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.
package.json
Outdated
@@ -135,7 +132,6 @@ | |||
] | |||
}, | |||
"resolutions": { | |||
"esbuild": "^0.18.20", | |||
"**/gl": "^6.0.2" | |||
"**/gl": "^8.0.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.
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.
All's good! If you are free, could you help with the review? Thanks! |
…to misc-20240522
@leeyi45 bumping this |
…to misc-20240522
# Conflicts: # package.json # yarn.lock
…40522 # Conflicts: # yarn.lock
Description
Cleaned up stuff.
Devserver now works on my computer.
yarn install
now works on my computer.Please refer to commit titles for changelog.
Type of change
Please delete options that are not relevant.