@atlaskit/editor-core 175.0.3 → 175.0.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 175.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`403e0d2d291`](https://bitbucket.org/atlassian/atlassian-frontend/commits/403e0d2d291) - ED-16246 fix prevent @types/prosemirror-commands @types/prosemirror-keymap updating to incompatible version.
|
|
8
|
+
|
|
9
|
+
## 175.0.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 175.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "175.0.
|
|
9
|
+
var version = "175.0.5";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
|
|
12
12
|
var nextMajorVersion = function nextMajorVersion() {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "175.0.
|
|
3
|
+
"version": "175.0.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/editor-common": "^70.3.0",
|
|
45
45
|
"@atlaskit/editor-json-transformer": "^8.8.0",
|
|
46
46
|
"@atlaskit/editor-markdown-transformer": "^4.1.0",
|
|
47
|
-
"@atlaskit/editor-plugin-table": "^0.
|
|
47
|
+
"@atlaskit/editor-plugin-table": "^0.2.0",
|
|
48
48
|
"@atlaskit/editor-shared-styles": "^2.2.0",
|
|
49
49
|
"@atlaskit/editor-tables": "^2.2.0",
|
|
50
50
|
"@atlaskit/emoji": "^66.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/form": "^8.7.0",
|
|
53
53
|
"@atlaskit/icon": "^21.11.0",
|
|
54
54
|
"@atlaskit/icon-object": "^6.2.0",
|
|
55
|
-
"@atlaskit/link-picker": "^1.
|
|
55
|
+
"@atlaskit/link-picker": "^1.16.0",
|
|
56
56
|
"@atlaskit/locale": "^2.3.0",
|
|
57
57
|
"@atlaskit/logo": "^13.10.0",
|
|
58
58
|
"@atlaskit/media-card": "^74.2.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/radio": "^5.4.0",
|
|
70
70
|
"@atlaskit/section-message": "^6.3.0",
|
|
71
71
|
"@atlaskit/select": "^15.7.0",
|
|
72
|
-
"@atlaskit/smart-card": "^23.
|
|
72
|
+
"@atlaskit/smart-card": "^23.7.0",
|
|
73
73
|
"@atlaskit/smart-user-picker": "^6.0.0",
|
|
74
74
|
"@atlaskit/spinner": "^15.2.0",
|
|
75
75
|
"@atlaskit/status": "^1.2.0",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|
|
87
87
|
"@emotion/react": "^11.7.1",
|
|
88
88
|
"@types/prosemirror-collab": "^1.1.1",
|
|
89
|
-
"@types/prosemirror-commands": "
|
|
89
|
+
"@types/prosemirror-commands": "1.0.1",
|
|
90
90
|
"@types/prosemirror-history": "^1.0.1",
|
|
91
91
|
"@types/prosemirror-inputrules": "^1.0.3",
|
|
92
|
-
"@types/prosemirror-keymap": "
|
|
92
|
+
"@types/prosemirror-keymap": "1.0.1",
|
|
93
93
|
"@types/prosemirror-model": "^1.11.0",
|
|
94
94
|
"@types/prosemirror-state": "^1.2.0",
|
|
95
95
|
"@types/prosemirror-transform": "^1.1.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@atlaskit/droplist": "^11.0.0",
|
|
144
144
|
"@atlaskit/editor-bitbucket-transformer": "^7.2.0",
|
|
145
145
|
"@atlaskit/editor-extension-dropbox": "^0.3.0",
|
|
146
|
-
"@atlaskit/editor-plugin-table": "^0.
|
|
146
|
+
"@atlaskit/editor-plugin-table": "^0.2.0",
|
|
147
147
|
"@atlaskit/editor-test-helpers": "^17.2.0",
|
|
148
148
|
"@atlaskit/flag": "^14.7.0",
|
|
149
149
|
"@atlaskit/inline-dialog": "^13.4.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@atlaskit/media-test-helpers": "^30.0.0",
|
|
156
156
|
"@atlaskit/menu": "^1.4.0",
|
|
157
157
|
"@atlaskit/page-layout": "^1.3.0",
|
|
158
|
-
"@atlaskit/profilecard": "^17.
|
|
158
|
+
"@atlaskit/profilecard": "^17.3.0",
|
|
159
159
|
"@atlaskit/pubsub": "^6.0.0",
|
|
160
160
|
"@atlaskit/renderer": "^103.0.0",
|
|
161
161
|
"@atlaskit/section-message": "^6.3.0",
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
"@atlaskit/visual-regression": "*",
|
|
170
170
|
"@atlaskit/webdriver-runner": "*",
|
|
171
171
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
172
|
-
"@atlassian/link-picker-atlassian-plugin": "^
|
|
173
|
-
"@atlassian/link-picker-plugins": "^
|
|
172
|
+
"@atlassian/link-picker-atlassian-plugin": "^26.0.0",
|
|
173
|
+
"@atlassian/link-picker-plugins": "^14.0.0",
|
|
174
174
|
"@atlassian/search-provider": "2.3.6",
|
|
175
175
|
"@atlassian/ufo": "^0.1.0",
|
|
176
176
|
"@emotion/jest": "^11.8.0",
|