From 8d60ae6d614238b1d4b3009a9a9242da6b0a7307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 03:03:49 +0000 Subject: [PATCH] fix(deps): bump @contentful/react-apps-toolkit Bumps the production-dependencies group in /examples/typescript with 1 update: [@contentful/react-apps-toolkit](https://github.com/contentful/create-contentful-app/tree/HEAD/packages/contentful--react-apps-toolkit). Updates `@contentful/react-apps-toolkit` from 1.2.16 to 1.2.19 - [Release notes](https://github.com/contentful/create-contentful-app/releases) - [Changelog](https://github.com/contentful/create-contentful-app/blob/main/packages/contentful--react-apps-toolkit/CHANGELOG.md) - [Commits](https://github.com/contentful/create-contentful-app/commits/@contentful/react-apps-toolkit@1.2.19/packages/contentful--react-apps-toolkit) --- updated-dependencies: - dependency-name: "@contentful/react-apps-toolkit" dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch 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 396b336937..2998b814a7 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -6,7 +6,7 @@ "@contentful/app-sdk": "^4.29.1", "@contentful/f36-components": "4.81.1", "@contentful/f36-tokens": "4.2.0", - "@contentful/react-apps-toolkit": "1.2.16", + "@contentful/react-apps-toolkit": "1.2.21", "contentful-management": "10.46.4", "emotion": "10.0.27", "react": "18.3.1",