Skip to content
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

chore: add .nvmrc to set node version #313

Merged
merged 6 commits into from
Jan 26, 2024
Merged

Conversation

jordan-a-young
Copy link
Member

This removes bootstrap as a dependency and moves it inside of the uikit for support since bootstrap 4 is EOL. I added github actions workflows for PR builds and deploys once merged to master

yarn.lock Outdated
@@ -4155,7 +4155,7 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=

bootstrap@4.5.3, bootstrap@^4.3.1:
bootstrap@^4.3.1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use ^4.6.2? To ensure they're on latest?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I can do that. That dependency refers to the docs. They use some features directly that weren't being used by the uikit. However, what I did copy into the uikit is 4.5.1

@jordan-a-young jordan-a-young merged commit 62e1ef4 into master Jan 26, 2024
1 check passed
@jordan-a-young jordan-a-young deleted the feat/forking-bootstrap branch January 26, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants