From 1f0564d03abd4830b57f02d62cf5d0bda1cfcac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:16:58 +0000 Subject: [PATCH] chore: bump @contentful/rich-text-types from 16.8.5 to 17.0.0 (#940) Bumps [@contentful/rich-text-types](https://github.com/contentful/rich-text) from 16.8.5 to 17.0.0. - [Release notes](https://github.com/contentful/rich-text/releases) - [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.5...@contentful/rich-text-types@17.0.0) --- updated-dependencies: - dependency-name: "@contentful/rich-text-types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/live-preview-sdk/package.json | 2 +- yarn.lock | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/live-preview-sdk/package.json b/packages/live-preview-sdk/package.json index 1a92e4a6..4ba18e77 100644 --- a/packages/live-preview-sdk/package.json +++ b/packages/live-preview-sdk/package.json @@ -46,7 +46,7 @@ "homepage": "https://github.com/contentful/live-preview#readme", "dependencies": { "@contentful/content-source-maps": "^0.11.6", - "@contentful/rich-text-types": "^16.2.0", + "@contentful/rich-text-types": "^17.0.0", "flatted": "^3.2.9", "graphql-tag": "^2.12.6", "json-pointer": "^0.6.2", diff --git a/yarn.lock b/yarn.lock index e1f3821b..9e86382e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -216,11 +216,18 @@ "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0" -"@contentful/rich-text-types@^16.2.0", "@contentful/rich-text-types@^16.6.1": +"@contentful/rich-text-types@^16.6.1": version "16.8.5" resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-16.8.5.tgz#832c8b428612f5181908bc1033c6ef9f48f1ce83" integrity sha512-q18RJuJCOuYveGiCIjE5xLCQc5lZ3L2Qgxrlg/H2YEobDFqdtmklazRi1XwEWaK3tMg6yVXBzKKkQfLB4qW14A== +"@contentful/rich-text-types@^17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-17.0.0.tgz#f58badfe01fa10860e065c02fd584f428a70ecc6" + integrity sha512-x50t6sILzFHBdFpAo0foJRnH8fHWyidheWhAv3uwt9aOnNqTh893gxyoc3Q0RVEZxXfHpTi+O9gmakHcdlRdTA== + dependencies: + is-plain-obj "^3.0.0" + "@emnapi/core@^1.1.0": version "1.3.1" resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.3.1.tgz#9c62d185372d1bddc94682b87f376e03dfac3f16" @@ -4355,6 +4362,11 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== +is-plain-obj@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" + integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA== + is-plain-object@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"