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

Add a useBasicStyles prop + other updates #144

Merged
merged 5 commits into from
Jun 30, 2022
Merged

Add a useBasicStyles prop + other updates #144

merged 5 commits into from
Jun 30, 2022

Conversation

csandman
Copy link
Owner

@csandman csandman commented Jun 30, 2022

  • Add a useBasicStyles prop to the top level select, which changes the dropdown indicator's styles to match those of Chakra UI's Select component.
  • Update all links to the Chakra website to the new format they've changed them to.
    • In README.md and TSDoc comments in src/module-augmentation.ts.
  • Update the license to the current year.
  • Remove the src directory from the files published to NPM.
  • Update react-select to v5.4.0.
  • Update all dev dependencies:
 @babel/cli                               ^7.17.10  →   ^7.18.6     
 @babel/core                               ^7.18.2  →   ^7.18.6     
 @babel/plugin-proposal-class-properties  ^7.17.12  →   ^7.18.6     
 @babel/preset-env                         ^7.18.2  →   ^7.18.6     
 @babel/preset-react                      ^7.17.12  →   ^7.18.6     
 @babel/preset-typescript                 ^7.17.12  →   ^7.18.6     
 @emotion/react                            ^11.9.0  →   ^11.9.3     
 @emotion/styled                           ^11.8.1  →   ^11.9.3     
 @types/react                             ^18.0.12  →  ^18.0.14     
 @typescript-eslint/eslint-plugin          ^5.27.1  →   ^5.30.0     
 @typescript-eslint/parser                 ^5.27.1  →   ^5.30.0     
 concurrently                               ^7.2.1  →    ^7.2.2     
 eslint                                    ^8.17.0  →   ^8.18.0     
 eslint-plugin-jsx-a11y                     ^6.5.1  →    ^6.6.0     
 eslint-plugin-react                       ^7.30.0  →   ^7.30.1     
 eslint-plugin-react-hooks                  ^4.5.0  →    ^4.6.0     
 lint-staged                               ^13.0.1  →   ^13.0.3     
 nodemon                                   ^2.0.16  →   ^2.0.18     
 prettier                                   ^2.6.2  →    ^2.7.1     
 prettier-package-json                      ^2.6.3  →    ^2.6.4     
 react                                     ^18.1.0  →   ^18.2.0     
 react-dom                                 ^18.1.0  →   ^18.2.0     
 typescript                                 ^4.7.3  →    ^4.7.4

@csandman csandman merged commit df0d4c0 into main Jun 30, 2022
@csandman csandman deleted the use-basic-styles branch June 30, 2022 21:28
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.

1 participant