From 8479c96a52b483602d4275f83a38b8b5bb2cb1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:28:48 +0000 Subject: [PATCH] chore(deps-dev): bump @contentful/app-scripts (#9349) Bumps the dev-dependencies group in /examples/javascript with 1 update: [@contentful/app-scripts](https://github.com/contentful/create-contentful-app/tree/HEAD/packages/contentful--app-scripts). Updates `@contentful/app-scripts` from 1.31.1 to 1.32.0 - [Release notes](https://github.com/contentful/create-contentful-app/releases) - [Changelog](https://github.com/contentful/create-contentful-app/blob/main/packages/contentful--app-scripts/CHANGELOG.md) - [Commits](https://github.com/contentful/create-contentful-app/commits/@contentful/app-scripts@1.32.0/packages/contentful--app-scripts) --- updated-dependencies: - dependency-name: "@contentful/app-scripts" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 be91107252..b7cfbea565 100644 --- a/examples/javascript/package.json +++ b/examples/javascript/package.json @@ -38,7 +38,7 @@ ] }, "devDependencies": { - "@contentful/app-scripts": "1.31.1", + "@contentful/app-scripts": "1.32.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.3.1", "cross-env": "7.0.3"