-
Notifications
You must be signed in to change notification settings - Fork 0
pinning versions, so things wont break orum #3
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
@@ -40,16 +40,16 @@ | |||
"webpack-dev-server": "^4.7.3" | |||
}, | |||
"dependencies": { | |||
"@types/ws": "^8.5.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.
It looks like this type was resolved to `version "8.5.13" in the orum repo previously? (You can see in this diff which types get removed when you bump the purview version to this branch)
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.
forced that version, but downgraded csstype to 3.0.9
as purview build didnt work with newer version :|
e7126cc
to
3e7329a
Compare
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.
Looks like we did some testing in orum
with this change and things work as expected, nice!
pinning versions to avoid breaking orum code.