@atlaskit/editor-plugins 11.1.136 → 11.1.138

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.1.138
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.1.137
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.1.136
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.1.136",
3
+ "version": "11.1.138",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/editor-plugin-before-primary-toolbar": "6.0.2",
40
40
  "@atlaskit/editor-plugin-better-type-history": "6.1.2",
41
41
  "@atlaskit/editor-plugin-block-controls": "7.13.3",
42
- "@atlaskit/editor-plugin-block-menu": "5.1.11",
42
+ "@atlaskit/editor-plugin-block-menu": "5.2.1",
43
43
  "@atlaskit/editor-plugin-block-type": "10.2.21",
44
44
  "@atlaskit/editor-plugin-border": "6.1.4",
45
45
  "@atlaskit/editor-plugin-breakout": "6.2.5",
@@ -112,7 +112,7 @@
112
112
  "@atlaskit/editor-plugin-status": "7.1.14",
113
113
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
114
  "@atlaskit/editor-plugin-synced-block": "4.4.0",
115
- "@atlaskit/editor-plugin-table": "15.4.21",
115
+ "@atlaskit/editor-plugin-table": "15.4.22",
116
116
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.1.20",
117
117
  "@atlaskit/editor-plugin-text-color": "6.3.21",
118
118
  "@atlaskit/editor-plugin-text-formatting": "6.1.15",
@@ -136,7 +136,7 @@
136
136
  "@af/formatting": "workspace:^",
137
137
  "@atlassian/ts-loader": "^0.1.0",
138
138
  "@manypkg/find-root": "^1.1.0",
139
- "@testing-library/react": "^13.4.0",
139
+ "@testing-library/react": "^16.3.0",
140
140
  "typescript": "5.9.2",
141
141
  "wait-for-expect": "^1.2.0",
142
142
  "yargs": "^15.3.1"