@atlaskit/editor-plugin-panel 1.0.5 → 1.0.7

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 +14 -0
  2. package/package.json +7 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+ - Updated dependencies
9
+
10
+ ## 1.0.6
11
+
12
+ ### Patch Changes
13
+
14
+ - [#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
15
+ - Updated dependencies
16
+
3
17
  ## 1.0.5
4
18
 
5
19
  ### 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.7",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^35.6.0",
37
- "@atlaskit/editor-common": "^78.12.0",
38
- "@atlaskit/editor-palette": "1.5.2",
37
+ "@atlaskit/editor-common": "^78.17.0",
38
+ "@atlaskit/editor-palette": "1.5.3",
39
39
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
40
40
  "@atlaskit/editor-plugin-decorations": "^1.0.0",
41
41
  "@atlaskit/editor-prosemirror": "3.0.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/util-data-test": "^17.9.0",
57
57
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
58
58
  "react-dom": "^16.8.0",
59
- "typescript": "~4.9.5"
59
+ "typescript": "~5.4.2"
60
60
  },
61
61
  "techstack": {
62
62
  "@atlassian/frontend": {
@@ -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
+ }