From 446dc720c50591b0ec02d3fc47ce01209a232a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:20:10 +0000 Subject: [PATCH] fix(deps): bump @contentful/f36-components Bumps the production-dependencies group in /examples/javascript with 1 update: [@contentful/f36-components](https://github.com/contentful/forma-36). Updates `@contentful/f36-components` from 4.79.1 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.79.1...@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/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/package.json b/examples/javascript/package.json index 75911b167c..00b331e0f3 100644 --- a/examples/javascript/package.json +++ b/examples/javascript/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.79.1", + "@contentful/f36-components": "4.81.1", "@contentful/f36-tokens": "4.2.0", "@contentful/react-apps-toolkit": "1.2.16", "contentful-management": "10.46.4",