@atlaskit/editor-presets 0.1.4 → 0.2.0
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 +23 -0
- package/afm-cc/tsconfig.json +314 -0
- package/dist/types/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.d.ts +1 -1
- package/dist/types/confluence-full-page-base/types.d.ts +1 -1
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.d.ts +1 -1
- package/dist/types-ts4.5/confluence-full-page-base/types.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-presets
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`375155c440374`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/375155c440374) -
|
|
8
|
+
Add FullPagePresetNext
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 0.1.6
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
20
|
+
## 0.1.5
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
|
|
3
26
|
## 0.1.4
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.local-consumption.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"outDir": "../../../../../confluence/tsDist/@atlaskit__editor-presets",
|
|
6
|
+
"rootDir": "../",
|
|
7
|
+
"composite": true,
|
|
8
|
+
"noCheck": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*",
|
|
18
|
+
"../src/**/mocks/*",
|
|
19
|
+
"../src/**/examples.*"
|
|
20
|
+
],
|
|
21
|
+
"references": [
|
|
22
|
+
{
|
|
23
|
+
"path": "../../adf-schema/afm-cc/tsconfig.json"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"path": "../../editor-plugin-accessibility-utils/afm-cc/tsconfig.json"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"path": "../../editor-plugin-alignment/afm-cc/tsconfig.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"path": "../../editor-plugin-analytics/afm-cc/tsconfig.json"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"path": "../../editor-plugin-annotation/afm-cc/tsconfig.json"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"path": "../../editor-plugin-avatar-group/afm-cc/tsconfig.json"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"path": "../../editor-plugin-base/afm-cc/tsconfig.json"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"path": "../../editor-plugin-batch-attribute-updates/afm-cc/tsconfig.json"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"path": "../../editor-plugin-better-type-history/afm-cc/tsconfig.json"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"path": "../../editor-plugin-block-controls/afm-cc/tsconfig.json"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"path": "../../editor-plugin-block-menu/afm-cc/tsconfig.json"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"path": "../../editor-plugin-block-type/afm-cc/tsconfig.json"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"path": "../../editor-plugin-border/afm-cc/tsconfig.json"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"path": "../../editor-plugin-breakout/afm-cc/tsconfig.json"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"path": "../../editor-plugin-caption/afm-cc/tsconfig.json"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"path": "../../editor-plugin-card/afm-cc/tsconfig.json"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"path": "../../editor-plugin-clear-marks-on-empty-doc/afm-cc/tsconfig.json"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"path": "../../editor-plugin-clipboard/afm-cc/tsconfig.json"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"path": "../../editor-plugin-code-bidi-warning/afm-cc/tsconfig.json"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"path": "../../editor-plugin-code-block/afm-cc/tsconfig.json"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"path": "../../editor-plugin-code-block-advanced/afm-cc/tsconfig.json"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"path": "../../editor-plugin-collab-edit/afm-cc/tsconfig.json"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"path": "../../editor-plugin-composition/afm-cc/tsconfig.json"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"path": "../../editor-plugin-connectivity/afm-cc/tsconfig.json"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"path": "../../editor-plugin-content-format/afm-cc/tsconfig.json"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"path": "../../editor-plugin-content-insertion/afm-cc/tsconfig.json"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"path": "../../editor-plugin-context-identifier/afm-cc/tsconfig.json"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"path": "../../editor-plugin-context-panel/afm-cc/tsconfig.json"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"path": "../../editor-plugin-copy-button/afm-cc/tsconfig.json"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"path": "../../editor-plugin-custom-autoformat/afm-cc/tsconfig.json"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"path": "../../editor-plugin-data-consumer/afm-cc/tsconfig.json"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"path": "../../editor-plugin-date/afm-cc/tsconfig.json"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "../../editor-plugin-decorations/afm-cc/tsconfig.json"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"path": "../../editor-plugin-editor-disabled/afm-cc/tsconfig.json"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"path": "../../editor-plugin-editor-viewmode/afm-cc/tsconfig.json"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"path": "../../editor-plugin-editor-viewmode-effects/afm-cc/tsconfig.json"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"path": "../../editor-plugin-emoji/afm-cc/tsconfig.json"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"path": "../../editor-plugin-expand/afm-cc/tsconfig.json"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"path": "../../editor-plugin-extension/afm-cc/tsconfig.json"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"path": "../../editor-plugin-feature-flags/afm-cc/tsconfig.json"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"path": "../../editor-plugin-find-replace/afm-cc/tsconfig.json"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"path": "../../editor-plugin-floating-toolbar/afm-cc/tsconfig.json"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"path": "../../editor-plugin-focus/afm-cc/tsconfig.json"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"path": "../../editor-plugin-fragment/afm-cc/tsconfig.json"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"path": "../../editor-plugin-grid/afm-cc/tsconfig.json"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"path": "../../editor-plugin-guideline/afm-cc/tsconfig.json"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"path": "../../editor-plugin-help-dialog/afm-cc/tsconfig.json"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"path": "../../editor-plugin-highlight/afm-cc/tsconfig.json"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "../../editor-plugin-history/afm-cc/tsconfig.json"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"path": "../../editor-plugin-hyperlink/afm-cc/tsconfig.json"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"path": "../../editor-plugin-indentation/afm-cc/tsconfig.json"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"path": "../../editor-plugin-insert-block/afm-cc/tsconfig.json"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "../../editor-plugin-interaction/afm-cc/tsconfig.json"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"path": "../../editor-plugin-layout/afm-cc/tsconfig.json"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"path": "../../editor-plugin-limited-mode/afm-cc/tsconfig.json"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"path": "../../editor-plugin-list/afm-cc/tsconfig.json"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "../../editor-plugin-local-id/afm-cc/tsconfig.json"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"path": "../../editor-plugin-loom/afm-cc/tsconfig.json"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"path": "../../editor-plugin-media/afm-cc/tsconfig.json"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"path": "../../editor-plugin-media-insert/afm-cc/tsconfig.json"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "../../editor-plugin-mentions/afm-cc/tsconfig.json"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"path": "../../editor-plugin-metrics/afm-cc/tsconfig.json"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"path": "../../editor-plugin-panel/afm-cc/tsconfig.json"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"path": "../../editor-plugin-paste/afm-cc/tsconfig.json"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"path": "../../editor-plugin-paste-options-toolbar/afm-cc/tsconfig.json"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"path": "../../editor-plugin-placeholder/afm-cc/tsconfig.json"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"path": "../../editor-plugin-placeholder-text/afm-cc/tsconfig.json"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"path": "../../editor-plugin-primary-toolbar/afm-cc/tsconfig.json"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"path": "../../editor-plugin-quick-insert/afm-cc/tsconfig.json"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"path": "../../editor-plugin-rule/afm-cc/tsconfig.json"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"path": "../../editor-plugin-scroll-into-view/afm-cc/tsconfig.json"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"path": "../../editor-plugin-selection/afm-cc/tsconfig.json"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"path": "../../editor-plugin-selection-extension/afm-cc/tsconfig.json"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"path": "../../editor-plugin-selection-marker/afm-cc/tsconfig.json"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"path": "../../editor-plugin-selection-toolbar/afm-cc/tsconfig.json"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"path": "../../editor-plugin-show-diff/afm-cc/tsconfig.json"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"path": "../../editor-plugin-status/afm-cc/tsconfig.json"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"path": "../../editor-plugin-submit-editor/afm-cc/tsconfig.json"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"path": "../../editor-plugin-synced-block/afm-cc/tsconfig.json"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"path": "../../editor-plugin-table/afm-cc/tsconfig.json"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"path": "../../editor-plugin-tasks-and-decisions/afm-cc/tsconfig.json"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"path": "../../editor-plugin-text-color/afm-cc/tsconfig.json"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"path": "../../editor-plugin-text-formatting/afm-cc/tsconfig.json"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"path": "../../editor-plugin-toolbar/afm-cc/tsconfig.json"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"path": "../../editor-plugin-toolbar-lists-indentation/afm-cc/tsconfig.json"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"path": "../../editor-plugin-track-changes/afm-cc/tsconfig.json"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"path": "../../editor-plugin-type-ahead/afm-cc/tsconfig.json"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"path": "../../editor-plugin-ufo/afm-cc/tsconfig.json"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"path": "../../editor-plugin-ui-control-registry/afm-cc/tsconfig.json"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"path": "../../editor-plugin-undo-redo/afm-cc/tsconfig.json"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"path": "../../editor-plugin-unsupported-content/afm-cc/tsconfig.json"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "../../editor-plugin-user-intent/afm-cc/tsconfig.json"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"path": "../../editor-plugin-user-preferences/afm-cc/tsconfig.json"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"path": "../../editor-plugin-width/afm-cc/tsconfig.json"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"path": "../../editor-common/afm-cc/tsconfig.json"
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IntlShape } from 'react-intl-next';
|
|
2
|
-
import {
|
|
2
|
+
import type { ViewMode } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
3
3
|
import type { PlaceholderPluginOptions } from '@atlaskit/editor-plugin-placeholder';
|
|
4
4
|
interface Props {
|
|
5
5
|
intl: IntlShape;
|
|
@@ -206,7 +206,7 @@ export type FullPageEditorAppearance = 'full-page' | 'full-width' | 'max';
|
|
|
206
206
|
* NOTE: This does NOT include private plugins like AI, which are added
|
|
207
207
|
* in the editor-presets-confluence package.
|
|
208
208
|
*/
|
|
209
|
-
type ConfluenceFullPageBasePluginsReversed = [
|
|
209
|
+
export type ConfluenceFullPageBasePluginsReversed = [
|
|
210
210
|
LocalIdPlugin | undefined,
|
|
211
211
|
TrackChangesPlugin | undefined,
|
|
212
212
|
ShowDiffPlugin | undefined,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IntlShape } from 'react-intl-next';
|
|
2
|
-
import {
|
|
2
|
+
import type { ViewMode } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
3
3
|
import type { PlaceholderPluginOptions } from '@atlaskit/editor-plugin-placeholder';
|
|
4
4
|
interface Props {
|
|
5
5
|
intl: IntlShape;
|
|
@@ -212,7 +212,7 @@ export type FullPageEditorAppearance = 'full-page' | 'full-width' | 'max';
|
|
|
212
212
|
* NOTE: This does NOT include private plugins like AI, which are added
|
|
213
213
|
* in the editor-presets-confluence package.
|
|
214
214
|
*/
|
|
215
|
-
type ConfluenceFullPageBasePluginsReversed = [
|
|
215
|
+
export type ConfluenceFullPageBasePluginsReversed = [
|
|
216
216
|
LocalIdPlugin | undefined,
|
|
217
217
|
TrackChangesPlugin | undefined,
|
|
218
218
|
ShowDiffPlugin | undefined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-presets",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Public editor presets for Atlassian Editor containing base configurations for Confluence and other products",
|
|
6
6
|
"publishConfig": {
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"@atlaskit/editor-plugin-history": "^8.0.0",
|
|
80
80
|
"@atlaskit/editor-plugin-hyperlink": "^10.0.0",
|
|
81
81
|
"@atlaskit/editor-plugin-indentation": "^8.0.0",
|
|
82
|
-
"@atlaskit/editor-plugin-insert-block": "^9.
|
|
83
|
-
"@atlaskit/editor-plugin-interaction": "^
|
|
82
|
+
"@atlaskit/editor-plugin-insert-block": "^9.2.0",
|
|
83
|
+
"@atlaskit/editor-plugin-interaction": "^17.0.0",
|
|
84
84
|
"@atlaskit/editor-plugin-layout": "^8.1.0",
|
|
85
85
|
"@atlaskit/editor-plugin-limited-mode": "^5.0.0",
|
|
86
86
|
"@atlaskit/editor-plugin-list": "^10.2.0",
|
|
87
87
|
"@atlaskit/editor-plugin-local-id": "^6.1.0",
|
|
88
88
|
"@atlaskit/editor-plugin-loom": "^10.0.0",
|
|
89
89
|
"@atlaskit/editor-plugin-media": "^10.2.0",
|
|
90
|
-
"@atlaskit/editor-plugin-media-insert": "^
|
|
90
|
+
"@atlaskit/editor-plugin-media-insert": "^21.0.0",
|
|
91
91
|
"@atlaskit/editor-plugin-mentions": "^10.0.0",
|
|
92
92
|
"@atlaskit/editor-plugin-metrics": "^9.0.0",
|
|
93
93
|
"@atlaskit/editor-plugin-panel": "^10.0.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@atlaskit/editor-plugin-selection-extension": "^11.1.0",
|
|
104
104
|
"@atlaskit/editor-plugin-selection-marker": "^8.0.0",
|
|
105
105
|
"@atlaskit/editor-plugin-selection-toolbar": "^9.1.0",
|
|
106
|
-
"@atlaskit/editor-plugin-show-diff": "^6.
|
|
106
|
+
"@atlaskit/editor-plugin-show-diff": "^6.3.0",
|
|
107
107
|
"@atlaskit/editor-plugin-status": "^9.1.0",
|
|
108
108
|
"@atlaskit/editor-plugin-submit-editor": "^8.0.0",
|
|
109
109
|
"@atlaskit/editor-plugin-synced-block": "^6.1.0",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"@atlaskit/editor-plugin-user-preferences": "^6.0.0",
|
|
124
124
|
"@atlaskit/editor-plugin-width": "^9.0.0",
|
|
125
125
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
126
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
126
|
+
"@atlaskit/tmp-editor-statsig": "^60.2.0",
|
|
127
127
|
"@babel/runtime": "^7.0.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
|
-
"@atlaskit/editor-common": "^112.
|
|
130
|
+
"@atlaskit/editor-common": "^112.20.0",
|
|
131
131
|
"react": "^18.2.0",
|
|
132
132
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
133
133
|
},
|