update proteinpaint-client to 2.170.22#1685
Conversation
…int/dev.sh script
…ent 2.170.22 to regenerate package-lock changes
…ipt to generate package-lock updates
|
@craigrbarnes @philtom-ctds I can't seem to get rid of the EDIT: There was a clean package-lock diff for PR # 1673. I forked the |
(i clicked the wrong button and accidentally close this pr. i reopened it.) the i checked out this branch and ran |
craigrbarnes
left a comment
There was a problem hiding this comment.
Please remove the additions to dev.sh or provide justification for it's use.
| # ./packages/portal-proto/src/features/proteinpaint/dev.sh | ||
| # assumes that the proteinpaint folder is a sibling dir of gff | ||
|
|
||
| source ~/.bash_profile |
There was a problem hiding this comment.
Does this need to be added? Anyone who runs this will have their nvm environment changed
There was a problem hiding this comment.
I can change to not use source and only use the nvm binary. This proterinpaint/dev.sh script is only for developers who have a local proteinpaint repo, it's not connected to the gff npm run dev. It's both a convenience script and better way to not forget PP dev setup requirements within GFF.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion| "homepage": "https://github.com/NCI-GDC/gdc-frontend-framework#readme", | ||
| "dependencies": { | ||
| "@reactour/tour": "^2.9.0", | ||
| "@sjcrh/proteinpaint-client": "^2.170.22", |
There was a problem hiding this comment.
I don't think this is correct. We don't need to add this in root level package.json. It's already inside portal-proto's package.json where it is being used.
cc. @craigrbarnes
|
@craigrbarnes @philtom-ctds I'll close this PR to generate a cleaner update. We'll also revert the fix for the race condition and implement a simpler fix. |
Description
Fixes
Also, use node 20.11.0 in proteinpaint/dev.sh script.
Checklist
flagged issues
Screenshots/Screen Recordings (if Appropriate)