diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
| commit | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch) | |
| tree | ed034997ae42af8be75a4c0fb26e77c241d976cc /package-lock.json | |
| parent | e3141794b95e534656427fadf0354435c62254d6 (diff) | |
Use MDX instead of markdown
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index b990d91..f9f32dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@astrojs/sitemap": "^3.3.0", "@fontsource-variable/sen": "5.2.5", "@fontsource/beiruti": "^5.2.5", + "@iconify-json/ph": "^1.2.2", "astro": "^5.6.1", "astro-icon": "^1.1.5", "bootstrap": "^5.3.5", @@ -775,6 +776,15 @@ "url": "https://github.com/sponsors/ayuhito" } }, + "node_modules/@iconify-json/ph": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@iconify-json/ph/-/ph-1.2.2.tgz", + "integrity": "sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==", + "license": "MIT", + "dependencies": { + "@iconify/types": "*" + } + }, "node_modules/@iconify/tools": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-4.1.2.tgz", |
