@atlaskit/editor-plugin-editor-disabled 1.0.1 → 1.1.0

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 +16 -0
  2. package/package.json +7 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-editor-disabled
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 1.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#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`
18
+
3
19
  ## 1.0.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-editor-disabled",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Editor disabled plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  ".": "./src/index.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/editor-common": "^78.0.0",
28
- "@atlaskit/editor-prosemirror": "3.0.0",
27
+ "@atlaskit/editor-common": "^78.31.0",
28
+ "@atlaskit/editor-prosemirror": "4.0.0",
29
29
  "@babel/runtime": "^7.0.0",
30
30
  "raf-schd": "^4.0.3"
31
31
  },
@@ -37,7 +37,7 @@
37
37
  "@testing-library/react": "^12.1.5",
38
38
  "raf-stub": "^2.0.1",
39
39
  "react-dom": "^16.8.0",
40
- "typescript": "~4.9.5",
40
+ "typescript": "~5.4.2",
41
41
  "wait-for-expect": "^1.2.0"
42
42
  },
43
43
  "techstack": {
@@ -63,14 +63,12 @@
63
63
  "ui-components": [
64
64
  "lite-mode"
65
65
  ],
66
- "deprecation": [
67
- "no-deprecated-imports"
68
- ],
66
+ "deprecation": "no-deprecated-imports",
69
67
  "styling": [
70
- "static",
68
+ "emotion",
71
69
  "emotion"
72
70
  ]
73
71
  }
74
72
  },
75
73
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
76
- }
74
+ }