@atlaskit/editor-ssr-renderer 5.1.9 → 5.1.10

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,11 @@
1
1
  # @atlaskit/editor-ssr-renderer
2
2
 
3
+ ## 5.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.1.9
4
10
 
5
11
  ### Patch Changes
@@ -5,7 +5,6 @@
5
5
 
6
6
  import path from 'path';
7
7
 
8
-
9
8
  import type { ComponentStructuredContentSource } from '@atlassian/structured-docs-types';
10
9
 
11
10
  import packageJson from './package.json';
@@ -30,9 +29,21 @@ const documentation: ComponentStructuredContentSource[] = [
30
29
  keywords: ['editor', 'editor-ssr-renderer', 'atlaskit'],
31
30
  categories: ['editor'],
32
31
  examples: [
33
- { name: 'All nodes', description: 'SSR renderer with all ADF node types.', source: path.resolve(packagePath, './examples/0-all-nodes.tsx') },
34
- { name: 'Code blocks', description: 'SSR renderer code block example.', source: path.resolve(packagePath, './examples/10-code-blocks.tsx') },
35
- { name: 'Text', description: 'SSR renderer text nodes.', source: path.resolve(packagePath, './examples/10-text.tsx') },
32
+ {
33
+ name: 'All nodes',
34
+ description: 'SSR renderer with all ADF node types.',
35
+ source: path.resolve(packagePath, './examples/0-all-nodes.tsx'),
36
+ },
37
+ {
38
+ name: 'Code blocks',
39
+ description: 'SSR renderer code block example.',
40
+ source: path.resolve(packagePath, './examples/10-code-blocks.tsx'),
41
+ },
42
+ {
43
+ name: 'Text',
44
+ description: 'SSR renderer text nodes.',
45
+ source: path.resolve(packagePath, './examples/10-text.tsx'),
46
+ },
36
47
  ],
37
48
  },
38
49
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-ssr-renderer",
3
- "version": "5.1.9",
3
+ "version": "5.1.10",
4
4
  "description": "SSR Renderer based on Editor",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "atlassian": {
@@ -34,14 +34,14 @@
34
34
  "sideEffects": false,
35
35
  "atlaskit:src": "src/index.ts",
36
36
  "dependencies": {
37
- "@atlaskit/adf-schema": "^52.7.0",
37
+ "@atlaskit/adf-schema": "^52.9.0",
38
38
  "@atlaskit/editor-prosemirror": "^7.3.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/tmp-editor-statsig": "^74.0.0",
40
+ "@atlaskit/tmp-editor-statsig": "^75.0.0",
41
41
  "@babel/runtime": "^7.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@atlaskit/editor-common": "^114.15.0",
44
+ "@atlaskit/editor-common": "^114.19.0",
45
45
  "react": "^18.2.0",
46
46
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
47
47
  },