From ac0241d817433f5e52c8f7100ec4301b68f315f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:30:00 +0000 Subject: [PATCH] Bump astro-font from 0.1.81 to 1.0.0 in /apps/blog Bumps [astro-font](https://github.com/rishi-raj-jain/astro-font) from 0.1.81 to 1.0.0. - [Release notes](https://github.com/rishi-raj-jain/astro-font/releases) - [Commits](https://github.com/rishi-raj-jain/astro-font/compare/0.1.81...1.0.0) --- updated-dependencies: - dependency-name: astro-font dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/blog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blog/package.json b/apps/blog/package.json index 3de1745b..330ea36e 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -10,7 +10,7 @@ "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", "astro": "5.1.2", - "astro-font": "^0.1.81", + "astro-font": "^1.0.0", "date-fns": "^4.1.0", "marked": "^15.0.5", "react": "^19.0.0",