Skip to content

Commit

Permalink
Update cms-makeswift example (#40560)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
migueloller committed Sep 14, 2022
1 parent 01b1e6b commit 9780d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-makeswift/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 9780d81

Please sign in to comment.