Skip to content

Commit c68fa6c

Browse files
chore(deps): bump @iconify/svelte to 5 and postal-mime to 2 (#127)
- @iconify/svelte 4 -> 5: API for the default <Icon /> component is unchanged from a consumer perspective; build + svelte-check green. - postal-mime 1 -> 2: still exports the default PostalMime class, so the existing `new PostalMime.default()` construction in src/lib/components/fallback/email.js continues to compile and bundle. v2 also introduces a static `PostalMime.parse(buf, options)` helper that is worth migrating to in a follow-up. Verified: `npm run check` 0/0, `npm run build` green. Runtime test of the email-fallback flow is recommended before flipping out of draft. Refs encryption4all/dobby#25, #123 Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
1 parent be5127a commit c68fa6c

2 files changed

Lines changed: 26 additions & 11 deletions

File tree

package-lock.json

Lines changed: 24 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"dependencies": {
5353
"@deltablot/dropzone": "^7.4.3",
5454
"@e4a/pg-js": "^0.10.0",
55-
"@iconify/svelte": "^4.0.2",
55+
"@iconify/svelte": "^5.2.1",
5656
"@privacybydesign/yivi-css": "^1.0.0-beta.4",
5757
"country-flag-icons": "^1.6.4",
5858
"libphonenumber-js": "^1.12.31",
59-
"postal-mime": "^1.0.16",
59+
"postal-mime": "^2.7.4",
6060
"web-streams-polyfill": "^4.2.0"
6161
}
6262
}

0 commit comments

Comments
 (0)