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

Update debounce and react-dropzone js library #7330

Conversation

alexander-schranz
Copy link
Member

@alexander-schranz alexander-schranz commented Mar 25, 2024

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets parts of #6343
Related issues/PRs
License MIT
Documentation PR sulu/sulu-docs#

What's in this PR?

Update debounce and react-dropzone js library.

Why?

Keep dependencies uptodate.

@alexander-schranz alexander-schranz added the DX Affecting the end developer label Mar 25, 2024
@alexander-schranz alexander-schranz force-pushed the feature/dependency-updates-media-bundle branch 4 times, most recently from 0224137 to 3738fb5 Compare March 25, 2024 18:18
@alexander-schranz alexander-schranz force-pushed the feature/dependency-updates-media-bundle branch from 3738fb5 to e72be81 Compare March 25, 2024 18:19
@alexander-schranz alexander-schranz force-pushed the feature/dependency-updates-media-bundle branch from 8cdff9b to c8774ec Compare March 26, 2024 09:14
@@ -33,7 +33,7 @@ export default class FileUploadButton extends React.Component<Props> {

return (
<Dropzone
accept={accept}
accept={accept ? {[accept]: []} : undefined}
Copy link
Member Author

Choose a reason for hiding this comment

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

@alexander-schranz alexander-schranz force-pushed the feature/dependency-updates-media-bundle branch from c8774ec to 76dc982 Compare March 26, 2024 09:20
@alexander-schranz alexander-schranz force-pushed the feature/dependency-updates-media-bundle branch from d493ed2 to 384a9b2 Compare March 26, 2024 09:43
@alexander-schranz alexander-schranz marked this pull request as ready for review March 26, 2024 09:54
@alexander-schranz alexander-schranz merged commit 2fa7010 into sulu:2.6 Mar 26, 2024
8 checks passed
@alexander-schranz alexander-schranz deleted the feature/dependency-updates-media-bundle branch March 26, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Affecting the end developer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant