@atlaskit/editor-plugin-table 24.4.24 → 24.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 24.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
8
+ Enable compatibility with React 19.2.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 24.4.25
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 24.4.24
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "24.4.24",
3
+ "version": "24.5.0",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,42 +20,42 @@
20
20
  "singleton": true
21
21
  },
22
22
  "dependencies": {
23
- "@atlaskit/adf-schema": "^56.1.0",
23
+ "@atlaskit/adf-schema": "^56.2.0",
24
24
  "@atlaskit/button": "^24.3.0",
25
25
  "@atlaskit/custom-steps": "^1.0.0",
26
- "@atlaskit/editor-palette": "^3.1.0",
27
- "@atlaskit/editor-plugin-accessibility-utils": "^12.0.0",
28
- "@atlaskit/editor-plugin-analytics": "^12.0.0",
29
- "@atlaskit/editor-plugin-batch-attribute-updates": "^12.0.0",
30
- "@atlaskit/editor-plugin-content-insertion": "^12.0.0",
31
- "@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
32
- "@atlaskit/editor-plugin-extension": "15.0.39",
33
- "@atlaskit/editor-plugin-guideline": "^12.0.0",
34
- "@atlaskit/editor-plugin-interaction": "^23.0.0",
35
- "@atlaskit/editor-plugin-limited-mode": "^9.0.0",
36
- "@atlaskit/editor-plugin-selection": "^12.0.0",
37
- "@atlaskit/editor-plugin-toolbar": "^9.0.0",
38
- "@atlaskit/editor-plugin-ui-control-registry": "^6.0.0",
39
- "@atlaskit/editor-plugin-user-intent": "^10.1.0",
40
- "@atlaskit/editor-plugin-width": "^13.0.0",
26
+ "@atlaskit/editor-palette": "^3.2.0",
27
+ "@atlaskit/editor-plugin-accessibility-utils": "^12.1.0",
28
+ "@atlaskit/editor-plugin-analytics": "^12.1.0",
29
+ "@atlaskit/editor-plugin-batch-attribute-updates": "^12.1.0",
30
+ "@atlaskit/editor-plugin-content-insertion": "^12.1.0",
31
+ "@atlaskit/editor-plugin-editor-viewmode": "^14.1.0",
32
+ "@atlaskit/editor-plugin-extension": "15.1.0",
33
+ "@atlaskit/editor-plugin-guideline": "^12.1.0",
34
+ "@atlaskit/editor-plugin-interaction": "^23.1.0",
35
+ "@atlaskit/editor-plugin-limited-mode": "^9.1.0",
36
+ "@atlaskit/editor-plugin-selection": "^12.1.0",
37
+ "@atlaskit/editor-plugin-toolbar": "^9.1.0",
38
+ "@atlaskit/editor-plugin-ui-control-registry": "^6.1.0",
39
+ "@atlaskit/editor-plugin-user-intent": "^10.2.0",
40
+ "@atlaskit/editor-plugin-width": "^13.1.0",
41
41
  "@atlaskit/editor-prosemirror": "^8.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^4.0.0",
43
43
  "@atlaskit/editor-tables": "^3.0.0",
44
- "@atlaskit/editor-toolbar": "^2.3.0",
45
- "@atlaskit/editor-ui-control-model": "^2.2.0",
44
+ "@atlaskit/editor-toolbar": "^2.4.0",
45
+ "@atlaskit/editor-ui-control-model": "^2.3.0",
46
46
  "@atlaskit/icon": "^37.2.0",
47
47
  "@atlaskit/icon-lab": "^7.4.0",
48
- "@atlaskit/insm": "^1.1.0",
48
+ "@atlaskit/insm": "^1.2.0",
49
49
  "@atlaskit/menu": "^9.2.0",
50
50
  "@atlaskit/platform-feature-flags": "^2.1.0",
51
51
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
52
52
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
53
53
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
54
54
  "@atlaskit/primitives": "^22.2.0",
55
- "@atlaskit/tmp-editor-statsig": "^135.2.0",
55
+ "@atlaskit/tmp-editor-statsig": "^135.7.0",
56
56
  "@atlaskit/toggle": "^17.1.0",
57
57
  "@atlaskit/tokens": "^16.3.0",
58
- "@atlaskit/tooltip": "^23.2.0",
58
+ "@atlaskit/tooltip": "^24.0.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@compiled/react": "^1.0.0",
61
61
  "@emotion/react": "^11.7.1",
@@ -67,9 +67,9 @@
67
67
  "uuid": "^3.1.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@atlaskit/editor-common": "^116.42.0",
71
- "react": "^18.2.0",
72
- "react-dom": "^18.2.0",
70
+ "@atlaskit/editor-common": "^116.45.0",
71
+ "react": "^18.2.0 || ^19.2.0",
72
+ "react-dom": "^18.2.0 || ^19.2.0",
73
73
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
74
74
  },
75
75
  "techstack": {
@@ -165,8 +165,8 @@
165
165
  }
166
166
  },
167
167
  "devDependencies": {
168
- "react": "^18.2.0",
169
- "react-dom": "^18.2.0",
168
+ "react": "^19.2.0",
169
+ "react-dom": "^19.2.0",
170
170
  "react-intl": "^7.0.0"
171
171
  }
172
172
  }