Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates packages in package.json to latest versions.
A few packages in our dev deps were removed because they are no longer used.
Our PR to flowbite-svelte was merged in and is now included with the updated package in package.json, so our ToastOverride.svelte component was removed and we reverted back to using Toast from flowbite-svelte: themesberg/flowbite-svelte#1422
An update to TailwindCSS also fixed the "truncate" class that was previously not being applied properly. That utility override was removed from app.css. I also noticed a bug with toast text overflowing when uploading files with long names on the file-management page, so that was fixed in this PR with the truncate updates.
I merged #1016 with this PR locally to ensure all playwright tests passed locally. The merge was then aborted to avoid including those changes with this PR since they are not ready yet.
Related Issue
Closes dependabot issues:
closes #1010
closes #969
Checklist before merging