@atlaskit/editor-plugin-panel 1.0.5 → 1.0.6

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 +7 -0
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#81827](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81827) [`7ed7ae4b5cb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7ed7ae4b5cb8) - migrated to react18 compatiable types
8
+ - Updated dependencies
9
+
3
10
  ## 1.0.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^35.6.0",
37
- "@atlaskit/editor-common": "^78.12.0",
37
+ "@atlaskit/editor-common": "^78.15.0",
38
38
  "@atlaskit/editor-palette": "1.5.2",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^1.0.0",
@@ -81,11 +81,9 @@
81
81
  "ui-components": [
82
82
  "lite-mode"
83
83
  ],
84
- "deprecation": [
85
- "no-deprecated-imports"
86
- ],
84
+ "deprecation": "no-deprecated-imports",
87
85
  "styling": [
88
- "static",
86
+ "emotion",
89
87
  "emotion"
90
88
  ],
91
89
  "imports": [
@@ -110,4 +108,4 @@
110
108
  "checkDevDependencies": true
111
109
  }
112
110
  }
113
- }
111
+ }