From e761d23956d3f2f1d7c7e8a785b25b8bc1319735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:10:59 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxt/image-edge Bumps [@nuxt/image-edge](https://github.com/nuxt/image) from 1.0.0-rc.2-28252196.34e7c67 to 1.0.0-rc.3-28271297.f1bc89f. - [Release notes](https://github.com/nuxt/image/releases) - [Changelog](https://github.com/nuxt/image/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/image/commits) --- updated-dependencies: - dependency-name: "@nuxt/image-edge" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c964807..62a5897 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@nuxt/devtools": "^0.8.4", - "@nuxt/image-edge": "1.0.0-rc.2-28252196.34e7c67", + "@nuxt/image-edge": "1.0.0-rc.3-28271297.f1bc89f", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@nuxtjs/partytown": "^1.3.0", "@nuxtjs/tailwindcss": "^6.8.0",