-
Notifications
You must be signed in to change notification settings - Fork 835
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and improve style exports in emoji-mart packages
- Bump various dependencies in package.json files, including Babel, Parcel, and TypeScript, to their latest versions for improved performance and security. - Change the way styles are exported in the Picker component to use named exports for better clarity and usability. - Update peer dependency for react in emoji-mart-react to include version 19. - Update preact version in emoji-mart to the latest stable release.
- Loading branch information
Showing
5 changed files
with
1,625 additions
and
1,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// @ts-nocheck | ||
export { default as Picker } from './Picker' | ||
export { default as PickerElement } from './PickerElement' | ||
export { default as PickerStyles } from 'bundle-text:./PickerStyles.scss' | ||
import * as styles from 'bundle-text:./PickerStyles.scss' | ||
export { styles as PickerStyles } |
Oops, something went wrong.