@atlaskit/editor-plugin-placeholder 1.2.2 → 1.2.3

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 +9 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/editor-plugin-placeholder
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
8
+ [`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
9
+ NOISSUE: Upgrades editor React peer dependencies to v18
10
+ - Updated dependencies
11
+
3
12
  ## 1.2.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-placeholder",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Placeholder plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -10,8 +10,7 @@
10
10
  "atlassian": {
11
11
  "team": "Editor: Core Experiences",
12
12
  "singleton": true,
13
- "releaseModel": "continuous",
14
- "runReact18": false
13
+ "runReact18": true
15
14
  },
16
15
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
17
16
  "main": "dist/cjs/index.js",
@@ -32,7 +31,7 @@
32
31
  ".": "./src/index.ts"
33
32
  },
34
33
  "dependencies": {
35
- "@atlaskit/editor-common": "^88.0.0",
34
+ "@atlaskit/editor-common": "^88.12.0",
36
35
  "@atlaskit/editor-plugin-composition": "^1.2.0",
37
36
  "@atlaskit/editor-plugin-focus": "^1.3.0",
38
37
  "@atlaskit/editor-plugin-type-ahead": "^1.8.0",
@@ -40,7 +39,7 @@
40
39
  "@babel/runtime": "^7.0.0"
41
40
  },
42
41
  "peerDependencies": {
43
- "react": "^16.8.0"
42
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
44
43
  },
45
44
  "devDependencies": {
46
45
  "@testing-library/react": "^12.1.5",