From 607fe68fc27d0dc4dd574fa31459a8cc4bfa8fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:20:08 +0000 Subject: [PATCH] fix(deps): bump @contentful/f36-components Bumps the production-dependencies group in /examples/typescript with 1 update: [@contentful/f36-components](https://github.com/contentful/forma-36). Updates `@contentful/f36-components` from 4.80.5 to 4.81.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.80.5...@contentful/f36-components@4.81.0) --- updated-dependencies: - dependency-name: "@contentful/f36-components" dependency-version: 4.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- examples/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 9f515d8dce..e888ebc48e 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.80.5", + "@contentful/f36-components": "4.81.1", "@contentful/f36-tokens": "4.2.0", "@contentful/react-apps-toolkit": "1.2.16", "contentful-management": "10.46.4",