Skip to content

Commit 4bc519d

Browse files
committed
chore: update package dependencies and clean up code
- Bump versions of @expressive-code packages and astro-expressive-code to 0.44.0. - Update @biomejs/biome and related CLI packages to 2.5.2. - Update @iconify-json/material-symbols to 1.2.82. - Refactor PasswordProtection component to simplify decryptContent function. - Remove unused imports in Layout.astro and albums index.astro.
1 parent 65f9cd6 commit 4bc519d

6 files changed

Lines changed: 114 additions & 113 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"@astrojs/rss": "^4.0.19",
3131
"@astrojs/sitemap": "^3.7.3",
3232
"@astrojs/svelte": "9.0.0",
33-
"@expressive-code/core": "^0.43.1",
34-
"@expressive-code/plugin-collapsible-sections": "^0.43.1",
35-
"@expressive-code/plugin-line-numbers": "^0.43.1",
33+
"@expressive-code/core": "^0.44.0",
34+
"@expressive-code/plugin-collapsible-sections": "^0.44.0",
35+
"@expressive-code/plugin-line-numbers": "^0.44.0",
3636
"@fancyapps/ui": "^6.1.14",
3737
"@iconify/svelte": "^5.2.2",
3838
"@swup/astro": "^1.8.0",
3939
"@tailwindcss/typography": "^0.5.20",
4040
"@tailwindcss/vite": "^4.3.2",
4141
"astro": "7.0.4",
42-
"astro-expressive-code": "^0.43.1",
42+
"astro-expressive-code": "^0.44.0",
4343
"astro-icon": "^1.1.5",
4444
"axios": "^1.18.1",
4545
"dayjs": "^1.11.21",
@@ -74,11 +74,11 @@
7474
},
7575
"devDependencies": {
7676
"@astrojs/ts-plugin": "^1.10.9",
77-
"@biomejs/biome": "^2.5.1",
77+
"@biomejs/biome": "^2.5.2",
7878
"@iconify-json/fa7-brands": "^1.2.3",
7979
"@iconify-json/fa7-regular": "^1.2.3",
8080
"@iconify-json/fa7-solid": "^1.2.5",
81-
"@iconify-json/material-symbols": "^1.2.81",
81+
"@iconify-json/material-symbols": "^1.2.82",
8282
"@iconify-json/mdi": "^1.2.3",
8383
"@iconify-json/simple-icons": "^1.2.88",
8484
"@rollup/plugin-yaml": "^5.0.0",

0 commit comments

Comments
 (0)