From 9780d813b9a5a8846b814084f0cd66be47079e71 Mon Sep 17 00:00:00 2001 From: Miguel Oller Date: Wed, 14 Sep 2022 18:16:48 -0400 Subject: [PATCH] Update cms-makeswift example (#40560) This upgrades @makeswift/runtime to the latest version, which adds support for the Slot control. ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) --- examples/cms-makeswift/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-makeswift/package.json b/examples/cms-makeswift/package.json index eb27abb4320f..e7b953008c94 100644 --- a/examples/cms-makeswift/package.json +++ b/examples/cms-makeswift/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@makeswift/runtime": "0.1.5", + "@makeswift/runtime": "0.1.10", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0"