From dd2bc5e3864a1e6187d0964d9a419ac04e87523b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:48:12 +0000 Subject: [PATCH] fix(deps): bump the production-dependencies group (#9388) Bumps the production-dependencies group in /examples/function-potterdb-rest-api 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/function-potterdb-rest-api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/function-potterdb-rest-api/package.json b/examples/function-potterdb-rest-api/package.json index c19587759e..217321b157 100644 --- a/examples/function-potterdb-rest-api/package.json +++ b/examples/function-potterdb-rest-api/package.json @@ -4,9 +4,9 @@ "private": true, "dependencies": { "@contentful/app-sdk": "^4.29.1", - "@contentful/f36-components": "4.75.4", + "@contentful/f36-components": "4.77.2", "@contentful/f36-icons": "^4.28.0", - "@contentful/f36-tokens": "4.1.0", + "@contentful/f36-tokens": "4.2.0", "@contentful/field-editor-single-line": "^1.4.4", "@contentful/react-apps-toolkit": "1.2.16", "@tanstack/react-query": "^5.59.0",