-
Notifications
You must be signed in to change notification settings - Fork 57
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
[Backport main] move performance now to run time dep (#309) #311
Conversation
* move performance now to run time dep Signed-off-by: Derek Ho <[email protected]> * update release notes for this PR and CI fix PR Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit c046499)
package.json
Outdated
@@ -48,7 +49,7 @@ | |||
"husky": "6.0.0", | |||
"jest-dom": "^4.0.0", | |||
"lint-staged": "^13.1.0", | |||
"performance-now": "^2.1.0" | |||
"jest-dom": "^4.0.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.
no code change for adding jest-dom?
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.
seems like 2 'jest-dom' exists
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.
@ps48 can you remove the extra dep? I just checked the original PR doesn't have this might have happened during merge
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.
The duplication arose due to auto-merge in cherry pick. Fixed it.
Signed-off-by: Shenoy Pratik <[email protected]>
Signed-off-by: Shenoy Pratik <[email protected]>
* move performance now to run time dep (#309) * move performance now to run time dep Signed-off-by: Derek Ho <[email protected]> * update release notes for this PR and CI fix PR Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit c046499) * remove duplicate jest-dom Signed-off-by: Shenoy Pratik <[email protected]> * updated snapshots for notebooks Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Derek Ho <[email protected]>
…ect#309) (opensearch-project#311) * move performance now to run time dep (opensearch-project#309) * move performance now to run time dep Signed-off-by: Derek Ho <[email protected]> * update release notes for this PR and CI fix PR Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit c046499) * remove duplicate jest-dom Signed-off-by: Shenoy Pratik <[email protected]> * updated snapshots for notebooks Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho [email protected]
Signed-off-by: Derek Ho [email protected]
Signed-off-by: Derek Ho [email protected]
(cherry picked from commit c046499)
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.