@atlaskit/editor-plugin-extension 1.1.0 → 1.1.1
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 +6 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@atlaskit/button": "^17.7.0",
|
|
32
32
|
"@atlaskit/checkbox": "^13.1.0",
|
|
33
33
|
"@atlaskit/datetime-picker": "^13.2.0",
|
|
34
|
-
"@atlaskit/editor-common": "^78.
|
|
34
|
+
"@atlaskit/editor-common": "^78.14.0",
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^1.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-context-identifier": "^1.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/form": "^9.0.3",
|
|
47
47
|
"@atlaskit/icon": "^22.1.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
49
|
-
"@atlaskit/primitives": "^
|
|
49
|
+
"@atlaskit/primitives": "^5.0.0",
|
|
50
50
|
"@atlaskit/radio": "^6.1.0",
|
|
51
51
|
"@atlaskit/section-message": "^6.4.0",
|
|
52
52
|
"@atlaskit/select": "^17.3.0",
|
|
@@ -99,11 +99,9 @@
|
|
|
99
99
|
"ui-components": [
|
|
100
100
|
"lite-mode"
|
|
101
101
|
],
|
|
102
|
-
"deprecation":
|
|
103
|
-
"no-deprecated-imports"
|
|
104
|
-
],
|
|
102
|
+
"deprecation": "no-deprecated-imports",
|
|
105
103
|
"styling": [
|
|
106
|
-
"
|
|
104
|
+
"emotion",
|
|
107
105
|
"emotion"
|
|
108
106
|
]
|
|
109
107
|
}
|
|
@@ -119,4 +117,4 @@
|
|
|
119
117
|
"type": "boolean"
|
|
120
118
|
}
|
|
121
119
|
}
|
|
122
|
-
}
|
|
120
|
+
}
|