From 945b42f46d5cbb8761d66874519814b717732ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 03:29:55 +0000 Subject: [PATCH] fix(deps): bump @contentful/f36-components (#9087) Bumps the production-dependencies group in /examples/function-mock-shop with 1 update: [@contentful/f36-components](https://github.com/contentful/forma-36). Updates `@contentful/f36-components` from 4.73.0 to 4.74.0 - [Release notes](https://github.com/contentful/forma-36/releases) - [Changelog](https://github.com/contentful/forma-36/blob/main/CHANGELOG.md) - [Commits](https://github.com/contentful/forma-36/compare/@contentful/f36-components@4.73.0...@contentful/f36-components@4.74.0) --- updated-dependencies: - dependency-name: "@contentful/f36-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/function-mock-shop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/function-mock-shop/package.json b/examples/function-mock-shop/package.json index 2d0225d18e..0045a16a94 100644 --- a/examples/function-mock-shop/package.json +++ b/examples/function-mock-shop/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.73.0", + "@contentful/f36-components": "4.74.0", "@contentful/f36-tokens": "4.1.0", "@contentful/react-apps-toolkit": "1.2.16", "@tanstack/react-query": "^5.59.0",