Skip to content

Commit

Permalink
chore: upgrade rich text type [TOL-2249] (#1697)
Browse files Browse the repository at this point in the history
* chore: upgrade rich text type

* chore: fix lock file
  • Loading branch information
2wce authored Jul 17, 2024
1 parent 0ba8754 commit 7b53745
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"@contentful/app-sdk": "4.21.1",
"@contentful/rich-text-types": "16.5.1"
"@contentful/rich-text-types": "16.7.0"
},
"browserslist": {
"production": "extends @contentful/browserslist-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@contentful/field-editor-reference": "^5.29.3",
"@contentful/field-editor-shared": "^1.5.5",
"@contentful/rich-text-plain-text-renderer": "^16.0.4",
"@contentful/rich-text-types": "16.5.1",
"@contentful/rich-text-types": "16.7.0",
"@popperjs/core": "^2.11.5",
"@udecode/plate-basic-marks": "30.1.2",
"@udecode/plate-break": "30.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3545,10 +3545,10 @@
dependencies:
"@contentful/rich-text-types" "^16.3.5"

"@contentful/rich-text-types@16.5.1", "@contentful/rich-text-types@^15.12.1", "@contentful/rich-text-types@^15.15.1", "@contentful/rich-text-types@^16.0.2", "@contentful/rich-text-types@^16.3.0", "@contentful/rich-text-types@^16.3.5":
version "16.5.1"
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-16.5.1.tgz#d04245f119e8e02fd83edee8d57670da60c7bd07"
integrity sha512-NxD01Cuv5It8idQH5jEi0Otqoj651IiUqVTmybX158HebM0uKxYRck8gmoXig1zAKfkUnP0DeqSTGPjQ85lreQ==
"@contentful/rich-text-types@16.7.0", "@contentful/rich-text-types@^15.12.1", "@contentful/rich-text-types@^15.15.1", "@contentful/rich-text-types@^16.0.2", "@contentful/rich-text-types@^16.3.0", "@contentful/rich-text-types@^16.3.5":
version "16.7.0"
resolved "https://registry.yarnpkg.com/@contentful/rich-text-types/-/rich-text-types-16.7.0.tgz#e9a5d59a94867536180a4e506b1745dfe04f83f0"
integrity sha512-SMW6JjJpp05CU5xBjIJp9azxFJ/bzcRzd2o9sF49C736m3aCxSobfuUIJz0dHw92MGsiFKAfzn5yTL3JMfqBqg==

"@csstools/normalize.css@*":
version "12.1.1"
Expand Down

0 comments on commit 7b53745

Please sign in to comment.