Page MenuHomePhabricator

[landing] added classnames dependency
ClosedPublic

Authored by ginsu on Oct 10 2022, 1:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 6:26 AM
Unknown Object (File)
Sat, Oct 19, 1:47 AM
Unknown Object (File)
Sat, Oct 19, 1:47 AM
Unknown Object (File)
Sat, Oct 19, 1:47 AM
Unknown Object (File)
Sat, Oct 19, 1:47 AM
Unknown Object (File)
Sat, Oct 19, 1:46 AM
Unknown Object (File)
Sat, Oct 19, 1:39 AM
Unknown Object (File)
Sep 12 2024, 2:47 PM

Details

Summary

added classnames dependency. This is so that we can use add conditional logic to Investor Profile Card Modal classes. We use this in the web codebase

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu added reviewers: ashoat, atul.
ginsu edited the summary of this revision. (Show Details)
ginsu requested review of this revision.Oct 10 2022, 2:00 PM

We use this in the web and native codebases

We definitely use this on web, but I don't think we use it on native... not that it makes a difference

atul requested changes to this revision.Oct 10 2022, 2:09 PM

Let's use the same version range as we're using in web/package.json

Alternatively can update both to latest, but you'll need to go through release notes to ensure that there aren't any breaking changes (though this seems like a simple enough utility library that I'd be surprised if there were any)

landing/package.json
51 ↗(On Diff #17463)

We're currently have ^2.2.5 in web/package.json... let's update this to be consistent

This revision now requires changes to proceed.Oct 10 2022, 2:09 PM

fixed classnames version number

This revision is now accepted and ready to land.Oct 10 2022, 6:40 PM
This revision was landed with ongoing or failed builds.Oct 14 2022, 2:38 PM
This revision was automatically updated to reflect the committed changes.