@contentful/field-editor-rich-text 3.23.2 → 3.24.1

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.
@@ -3,5 +3,5 @@ import { FieldAppSDK } from '@contentful/app-sdk';
3
3
  interface SdkProviderProps {
4
4
  sdk: FieldAppSDK;
5
5
  }
6
- export declare const SdkProvider: React.FC<SdkProviderProps>, useSdkContext: () => FieldAppSDK;
6
+ export declare const SdkProvider: React.FC<React.PropsWithChildren<SdkProviderProps>>, useSdkContext: () => FieldAppSDK;
7
7
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-rich-text",
3
- "version": "3.23.2",
3
+ "version": "3.24.1",
4
4
  "source": "./src/index.tsx",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -40,11 +40,11 @@
40
40
  "dependencies": {
41
41
  "@contentful/app-sdk": "^4.21.1",
42
42
  "@contentful/contentful-slatejs-adapter": "^15.16.5",
43
- "@contentful/f36-components": "^4.20.6",
44
- "@contentful/f36-icons": "^4.1.1",
45
- "@contentful/f36-tokens": "^4.0.0",
46
- "@contentful/f36-utils": "^4.19.0",
47
- "@contentful/field-editor-reference": "^5.28.3",
43
+ "@contentful/f36-components": "^4.67.0",
44
+ "@contentful/f36-icons": "^4.28.2",
45
+ "@contentful/f36-tokens": "^4.0.5",
46
+ "@contentful/f36-utils": "^4.24.3",
47
+ "@contentful/field-editor-reference": "^5.29.1",
48
48
  "@contentful/field-editor-shared": "^1.5.3",
49
49
  "@contentful/rich-text-plain-text-renderer": "^16.0.4",
50
50
  "@contentful/rich-text-types": "16.5.1",
@@ -61,7 +61,7 @@
61
61
  "@udecode/plate-serializer-html": "30.1.2",
62
62
  "@udecode/plate-table": "30.1.2",
63
63
  "@udecode/plate-trailing-block": "30.1.2",
64
- "constate": "3.2.0",
64
+ "constate": "^3.3.2",
65
65
  "fast-deep-equal": "^3.1.3",
66
66
  "is-hotkey": "^0.2.0",
67
67
  "is-plain-obj": "^3.0.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "registry": "https://npm.pkg.github.com/"
88
88
  },
89
- "gitHead": "6287e6c00cd65f5f3625526707551c213d58d3e3"
89
+ "gitHead": "ccdc6872e06f777bd7218ae870c44d2e3401e99e"
90
90
  }