From 3edd1b340f377eb280a041db3de4c552e8d8cb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:40:00 +0000 Subject: [PATCH] fix(deps): bump the production-dependencies group Bumps the production-dependencies group in /examples/typescript with 2 updates: [@contentful/f36-components](https://github.com/contentful/forma-36) and @contentful/f36-tokens. Updates `@contentful/f36-components` from 4.75.4 to 4.77.2 - [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.75.4...@contentful/f36-components@4.77.2) Updates `@contentful/f36-tokens` from 4.1.0 to 4.2.0 --- updated-dependencies: - dependency-name: "@contentful/f36-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@contentful/f36-tokens" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- examples/typescript/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/typescript/package.json b/examples/typescript/package.json index aa4e140329..c589704f42 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -4,8 +4,8 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.75.4", - "@contentful/f36-tokens": "4.1.0", + "@contentful/f36-components": "4.77.2", + "@contentful/f36-tokens": "4.2.0", "@contentful/react-apps-toolkit": "1.2.16", "contentful-management": "10.46.4", "emotion": "10.0.27",