@atlaskit/editor-plugin-table 12.1.8 → 12.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,20 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 12.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#195649](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/195649)
8
+ [`231bb33e06dfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/231bb33e06dfe) -
9
+ EDITOR-1131 Bump adf-schema version to 50.2.0
10
+ - Updated dependencies
11
+
12
+ ## 12.1.9
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 12.1.8
4
19
 
5
20
  ### Patch Changes
@@ -0,0 +1,114 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../dev-agents/tsDist/@atlaskit__editor-plugin-table/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
24
+ ],
25
+ "references": [
26
+ {
27
+ "path": "../../../design-system/button/afm-dev-agents/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../custom-steps/afm-dev-agents/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../editor-palette/afm-dev-agents/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../editor-plugin-accessibility-utils/afm-dev-agents/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../editor-plugin-analytics/afm-dev-agents/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../editor-plugin-batch-attribute-updates/afm-dev-agents/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../editor-plugin-content-insertion/afm-dev-agents/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../editor-plugin-editor-viewmode/afm-dev-agents/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../editor-plugin-extension/afm-dev-agents/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../editor-plugin-guideline/afm-dev-agents/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../editor-plugin-interaction/afm-dev-agents/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../editor-plugin-selection/afm-dev-agents/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../editor-plugin-width/afm-dev-agents/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../editor-shared-styles/afm-dev-agents/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../editor-tables/afm-dev-agents/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../design-system/icon/afm-dev-agents/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../design-system/menu/afm-dev-agents/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../pragmatic-drag-and-drop/core/afm-dev-agents/tsconfig.json"
82
+ },
83
+ {
84
+ "path": "../../../pragmatic-drag-and-drop/auto-scroll/afm-dev-agents/tsconfig.json"
85
+ },
86
+ {
87
+ "path": "../../../pragmatic-drag-and-drop/hitbox/afm-dev-agents/tsconfig.json"
88
+ },
89
+ {
90
+ "path": "../../../design-system/primitives/afm-dev-agents/tsconfig.json"
91
+ },
92
+ {
93
+ "path": "../../../react-ufo/atlaskit/afm-dev-agents/tsconfig.json"
94
+ },
95
+ {
96
+ "path": "../../../design-system/theme/afm-dev-agents/tsconfig.json"
97
+ },
98
+ {
99
+ "path": "../../tmp-editor-statsig/afm-dev-agents/tsconfig.json"
100
+ },
101
+ {
102
+ "path": "../../../design-system/toggle/afm-dev-agents/tsconfig.json"
103
+ },
104
+ {
105
+ "path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
106
+ },
107
+ {
108
+ "path": "../../../design-system/tooltip/afm-dev-agents/tsconfig.json"
109
+ },
110
+ {
111
+ "path": "../../editor-common/afm-dev-agents/tsconfig.json"
112
+ }
113
+ ]
114
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "12.1.8",
3
+ "version": "12.1.10",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,7 +28,7 @@
28
28
  "singleton": true
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/adf-schema": "^50.0.1",
31
+ "@atlaskit/adf-schema": "^50.2.0",
32
32
  "@atlaskit/button": "^23.3.0",
33
33
  "@atlaskit/custom-steps": "^0.11.0",
34
34
  "@atlaskit/editor-palette": "^2.1.0",
@@ -37,15 +37,15 @@
37
37
  "@atlaskit/editor-plugin-batch-attribute-updates": "^3.0.0",
38
38
  "@atlaskit/editor-plugin-content-insertion": "^3.1.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^5.0.0",
40
- "@atlaskit/editor-plugin-extension": "6.1.3",
40
+ "@atlaskit/editor-plugin-extension": "6.1.5",
41
41
  "@atlaskit/editor-plugin-guideline": "^3.0.0",
42
- "@atlaskit/editor-plugin-interaction": "^4.0.0",
42
+ "@atlaskit/editor-plugin-interaction": "^5.0.0",
43
43
  "@atlaskit/editor-plugin-selection": "^3.0.0",
44
44
  "@atlaskit/editor-plugin-width": "^4.0.0",
45
45
  "@atlaskit/editor-prosemirror": "7.0.0",
46
46
  "@atlaskit/editor-shared-styles": "^3.5.0",
47
47
  "@atlaskit/editor-tables": "^2.9.0",
48
- "@atlaskit/icon": "^27.8.0",
48
+ "@atlaskit/icon": "^27.9.0",
49
49
  "@atlaskit/menu": "^8.1.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
@@ -54,9 +54,9 @@
54
54
  "@atlaskit/primitives": "^14.11.0",
55
55
  "@atlaskit/react-ufo": "^4.1.0",
56
56
  "@atlaskit/theme": "^19.0.0",
57
- "@atlaskit/tmp-editor-statsig": "^9.17.0",
57
+ "@atlaskit/tmp-editor-statsig": "^9.22.0",
58
58
  "@atlaskit/toggle": "^15.1.0",
59
- "@atlaskit/tokens": "^5.6.0",
59
+ "@atlaskit/tokens": "^6.0.0",
60
60
  "@atlaskit/tooltip": "^20.4.0",
61
61
  "@babel/runtime": "^7.0.0",
62
62
  "@emotion/react": "^11.7.1",
@@ -67,7 +67,7 @@
67
67
  "uuid": "^3.1.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@atlaskit/editor-common": "^107.13.0",
70
+ "@atlaskit/editor-common": "^107.16.0",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
73
  "react-intl-next": "npm:react-intl@^5.18.1"