@atlaskit/editor-core 221.17.4 → 221.17.5
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 221.17.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a857bd749d085`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a857bd749d085) -
|
|
8
|
+
Migrate editor-core tests from Enzyme to React Testing Library.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 221.17.4
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "221.17.
|
|
9
|
+
var version = exports.version = "221.17.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.17.
|
|
3
|
+
"version": "221.17.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
69
69
|
"@atlaskit/task-decision": "^21.8.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^136.
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^136.1.0",
|
|
71
71
|
"@atlaskit/tokens": "^16.3.0",
|
|
72
72
|
"@atlaskit/tooltip": "^24.0.0",
|
|
73
73
|
"@atlaskit/width-detector": "^6.2.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"uuid": "^3.1.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@atlaskit/editor-common": "^116.
|
|
88
|
+
"@atlaskit/editor-common": "^116.49.0",
|
|
89
89
|
"@atlaskit/link-provider": "^5.3.0",
|
|
90
90
|
"@atlaskit/media-core": "^38.0.0",
|
|
91
91
|
"react": "^18.2.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@atlaskit/code": "^18.2.0",
|
|
102
102
|
"@atlaskit/collab-provider": "^21.2.0",
|
|
103
103
|
"@atlaskit/editor-plugin-annotation": "^12.1.0",
|
|
104
|
-
"@atlaskit/editor-plugin-card": "^18.
|
|
104
|
+
"@atlaskit/editor-plugin-card": "^18.4.0",
|
|
105
105
|
"@atlaskit/editor-plugin-list": "^14.2.0",
|
|
106
106
|
"@atlaskit/editor-plugin-paste": "^13.5.0",
|
|
107
107
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
120
120
|
"@atlaskit/toggle": "^17.1.0",
|
|
121
121
|
"@atlaskit/util-data-test": "^19.1.0",
|
|
122
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
122
|
+
"@atlassian/a11y-jest-testing": "^0.14.0",
|
|
123
123
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
124
124
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
125
125
|
"@atlassian/editor-rovo-bridge": "^10.17.0",
|