@atlaskit/editor-ssr-renderer 3.0.4 → 3.0.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-ssr-renderer
2
2
 
3
+ ## 3.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.0.4
4
16
 
5
17
  ### Patch Changes
@@ -44,7 +44,7 @@ function SSREditor({ adf }: { adf: DocNode }) {
44
44
  }
45
45
 
46
46
  export function createExample(adf: DocNode) {
47
- return () => {
47
+ return (): React.JSX.Element => {
48
48
  const smartCardClient = useMemo(() => new CardClient('staging'), []);
49
49
 
50
50
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-ssr-renderer",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "SSR Renderer based on Editor",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "atlassian": {
@@ -27,15 +27,15 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/adf-schema": "^52.3.0",
30
+ "@atlaskit/adf-schema": "^52.4.0",
31
31
  "@atlaskit/editor-prosemirror": "^7.3.0",
32
32
  "@atlaskit/platform-feature-flags": "^1.1.0",
33
- "@atlaskit/tmp-editor-statsig": "^39.0.0",
33
+ "@atlaskit/tmp-editor-statsig": "^41.0.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "react-intl-next": "npm:react-intl@^5.18.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "@atlaskit/editor-common": "^112.3.0",
38
+ "@atlaskit/editor-common": "^112.6.0",
39
39
  "react": "^18.2.0"
40
40
  },
41
41
  "platform-feature-flags": {