-
Notifications
You must be signed in to change notification settings - Fork 21
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 dependencies #961
Update dependencies #961
Conversation
115bc44
to
b392bde
Compare
Moving to yarn v3 proved herculean. the doumnetation already assumes a certain proficiency with yarn itself and its not clear and easily understood, Lack of examples, recipes does not help either. Technically the biggest problem faced was that subpackages were not able to run scripts.
d47f94e
to
0e6cdff
Compare
This reverts commit 0537a6e.
Moving to yarn v3 proved herculean. the doumnetation already assumes a certain proficiency with yarn itself and its not clear and easily understood, Lack of examples, recipes does not help either. Technically the biggest problem faced was that subpackages were not able to run scripts.
37d21b5
to
e487af0
Compare
@@ -56,6 +61,5 @@ | |||
"i18next-parser": "^3.5.0" | |||
}, | |||
"author": "OpenSRP Engineering", | |||
"license": "Apache-2.0", | |||
"private": false |
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.
why? I think lerna requires this to be false in order to publish
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 was automatically removed by one of the yarn versions I tried installing, left it because I still intend to migrate to the newer yarn versions. No lerna does not require this to be false in order to publish, it however will not publish if it is set to true.
"dependencies": { | ||
"@onaio/utils": "^0.0.1", | ||
"date-fns": "2.11.1", | ||
"lodash": "^4.17.20", | ||
"moment": "^2.29.1", |
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.
this is being used in the package
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.
close #433
close #958
close #956
close #894
Update package dependencies
Update setup readme