From 04981eb43598c3a001409c7955a034986b458c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:19:02 +0000 Subject: [PATCH] build(deps): Bump @nuxt/fonts from 0.6.1 to 0.7.0 Bumps [@nuxt/fonts](https://github.com/nuxt/fonts) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/nuxt/fonts/releases) - [Changelog](https://github.com/nuxt/fonts/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/fonts/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: "@nuxt/fonts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0fbf4e..fba34e3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@nuxt/fonts": "^0.6.1", + "@nuxt/fonts": "^0.7.0", "@tailwindcss/typography": "^0.5.12", "@vee-validate/nuxt": "^4.12.6", "@vee-validate/zod": "^4.12.6",