@atlaskit/editor-plugin-show-diff 8.4.4 → 8.4.5

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-plugin-show-diff
2
2
 
3
+ ## 8.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.4.4
4
10
 
5
11
  ### Patch Changes
@@ -5,37 +5,39 @@
5
5
 
6
6
  import path from 'path';
7
7
 
8
- import type { ComponentStructuredContentSource } from '@atlassian/structured-docs-types';
8
+ import type { StructuredContentSource } from '@atlassian/structured-docs-types/types';
9
9
 
10
10
  import packageJson from './package.json';
11
11
 
12
12
  const packagePath = path.resolve(__dirname);
13
13
 
14
- const documentation: ComponentStructuredContentSource[] = [
15
- {
16
- name: 'Editor Plugin Show Diff',
17
- description: 'ShowDiff plugin for @atlaskit/editor-core',
18
- status: 'general-availability',
19
- import: {
20
- name: 'showDiffPlugin',
21
- package: '@atlaskit/editor-plugin-show-diff',
22
- type: 'named',
23
- packagePath,
24
- packageJson,
25
- },
26
- usageGuidelines: [],
27
- contentGuidelines: [],
28
- accessibilityGuidelines: [],
29
- keywords: ['editor', 'editor-plugin-show-diff', 'atlaskit'],
30
- categories: ['editor'],
31
- examples: [
32
- {
33
- name: 'Basic',
34
- description: 'Show diff plugin in editor.',
35
- source: path.resolve(packagePath, './examples/1-basic.tsx'),
14
+ const documentation: StructuredContentSource = {
15
+ components: [
16
+ {
17
+ name: 'Editor Plugin Show Diff',
18
+ description: 'ShowDiff plugin for @atlaskit/editor-core',
19
+ status: 'general-availability',
20
+ import: {
21
+ name: 'showDiffPlugin',
22
+ package: '@atlaskit/editor-plugin-show-diff',
23
+ type: 'named',
24
+ packagePath,
25
+ packageJson,
36
26
  },
37
- ],
38
- },
39
- ];
27
+ usageGuidelines: [],
28
+ contentGuidelines: [],
29
+ accessibilityGuidelines: [],
30
+ keywords: ['editor', 'editor-plugin-show-diff', 'atlaskit'],
31
+ categories: ['editor'],
32
+ examples: [
33
+ {
34
+ name: 'Basic',
35
+ description: 'Show diff plugin in editor.',
36
+ source: path.resolve(packagePath, './examples/1-basic.tsx'),
37
+ },
38
+ ],
39
+ },
40
+ ],
41
+ };
40
42
 
41
43
  export default documentation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-show-diff",
3
- "version": "8.4.4",
3
+ "version": "8.4.5",
4
4
  "description": "ShowDiff plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -28,14 +28,14 @@
28
28
  "sideEffects": false,
29
29
  "atlaskit:src": "src/index.ts",
30
30
  "dependencies": {
31
- "@atlaskit/adf-schema": "^52.13.0",
31
+ "@atlaskit/adf-schema": "^52.14.0",
32
32
  "@atlaskit/custom-steps": "^0.17.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^10.1.0",
34
34
  "@atlaskit/editor-plugin-expand": "^11.2.0",
35
35
  "@atlaskit/editor-prosemirror": "^7.3.0",
36
36
  "@atlaskit/editor-tables": "^2.10.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/tmp-editor-statsig": "^82.0.0",
38
+ "@atlaskit/tmp-editor-statsig": "^83.0.0",
39
39
  "@atlaskit/tokens": "^13.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "lodash": "^4.17.21",
@@ -43,7 +43,7 @@
43
43
  "prosemirror-changeset": "^2.3.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@atlaskit/adf-utils": "^19.30.0",
46
+ "@atlaskit/adf-utils": "^19.31.0",
47
47
  "@atlaskit/button": "^23.11.0",
48
48
  "@atlaskit/css": "^0.19.0",
49
49
  "@atlaskit/editor-core": "^219.9.0",
@@ -55,10 +55,11 @@
55
55
  "@atlassian/confluence-presets": "workspace:^",
56
56
  "@atlassian/content-reconciliation": "^0.1.3506",
57
57
  "@atlassian/structured-docs-types": "workspace:^",
58
+ "react": "^18.2.0",
58
59
  "react-intl": "^6.6.2"
59
60
  },
60
61
  "peerDependencies": {
61
- "@atlaskit/editor-common": "^114.36.0",
62
+ "@atlaskit/editor-common": "^114.46.0",
62
63
  "react": "^18.2.0"
63
64
  },
64
65
  "techstack": {