From ccec0e3c3320eba0cdf4fd37285a30092952d94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:55:41 +0000 Subject: [PATCH] Bump astro-font from 0.1.81 to 1.0.0 in /apps/website 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/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index 6fdaa76e..5d956331 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -9,7 +9,7 @@ "@astrojs/vercel": "^8.0.1", "@crocoder-dev/tailwind": "*", "astro": "5.1.2", - "astro-font": "^0.1.81", + "astro-font": "^1.0.0", "classnames": "^2.5.1", "react-icons": "^5.4.0", "@crocoder-dev/remark-plugin": "*",