@storyblok/react 5.4.11 → 5.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -649,9 +649,6 @@ sbBridge.on(["input", "published", "change"], (event) => {
649
649
 
650
650
  ## Rendering Rich Text
651
651
 
652
- > [!WARNING]
653
- > We have identified issues with richtext and Types on React 19 and Next.js 15. As a temporary measure, we advise you to continue using React 18 and Next.js 14 until we have fully resolved the issues.
654
-
655
652
  You can render rich text fields by using the `StoryblokRichText` component:
656
653
 
657
654
  ```ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/react",
3
3
  "type": "module",
4
- "version": "5.4.11",
4
+ "version": "5.4.13",
5
5
  "private": false,
6
6
  "description": "SDK to integrate Storyblok into your project using React.",
7
7
  "author": "Storyblok",
@@ -49,7 +49,7 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "@storyblok/js": "4.2.8"
52
+ "@storyblok/js": "4.3.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/core": "^7.27.1",