-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 xterm to 3.4.1 #3032
update xterm to 3.4.1 #3032
Conversation
package.json
Outdated
@@ -200,7 +200,7 @@ | |||
"styled-jsx": "2.2.6", | |||
"stylis": "3.5.0", | |||
"uuid": "3.1.0", | |||
"xterm": "chabou/xterm.js#7cb4b8e" | |||
"xterm": "3.4.0" |
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.
🎉
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.
We're already setting experimentalCharAtlas: 'dynamic'
since chabou's version right?
componentWillReceiveProps() is now UNSAFE_componentWillReceiveProps() but should probably replaced in the future, see https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops added a TODO comment with that URL as well
CI failed because Replacing I am currently fixing this PR (reverting last commit and pining dev dependencies) |
This reverts commit ec040be.
No description provided.