@atlaskit/editor-plugins 11.1.136 → 11.1.137
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.137",
|
|
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.
|
|
42
|
+
"@atlaskit/editor-plugin-block-menu": "5.2.0",
|
|
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",
|
|
@@ -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": "^
|
|
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"
|