@atlaskit/inline-edit 13.5.13 → 13.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 13.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 13.5.14
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 13.5.13
4
26
 
5
27
  ### Patch Changes
@@ -32,7 +32,7 @@ var fieldStyles = (0, _react2.css)({
32
32
  var analyticsAttributes = {
33
33
  componentName: 'inlineEdit',
34
34
  packageName: "@atlaskit/inline-edit",
35
- packageVersion: "13.5.13"
35
+ packageVersion: "13.6.0"
36
36
  };
37
37
  var noop = function noop() {};
38
38
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -21,7 +21,7 @@ const fieldStyles = css({
21
21
  const analyticsAttributes = {
22
22
  componentName: 'inlineEdit',
23
23
  packageName: "@atlaskit/inline-edit",
24
- packageVersion: "13.5.13"
24
+ packageVersion: "13.6.0"
25
25
  };
26
26
  const noop = () => {};
27
27
  const InnerInlineEdit = props => {
@@ -25,7 +25,7 @@ var fieldStyles = css({
25
25
  var analyticsAttributes = {
26
26
  componentName: 'inlineEdit',
27
27
  packageName: "@atlaskit/inline-edit",
28
- packageVersion: "13.5.13"
28
+ packageVersion: "13.6.0"
29
29
  };
30
30
  var noop = function noop() {};
31
31
  var InnerInlineEdit = function InnerInlineEdit(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "13.5.13",
3
+ "version": "13.6.0",
4
4
  "description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,35 +36,35 @@
36
36
  "runReact18": true
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/analytics-next": "^10.0.0",
40
- "@atlaskit/button": "^19.1.0",
39
+ "@atlaskit/analytics-next": "^10.1.0",
40
+ "@atlaskit/button": "^19.2.0",
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
- "@atlaskit/form": "^10.4.0",
43
- "@atlaskit/icon": "^22.10.0",
44
- "@atlaskit/inline-dialog": "^14.2.0",
45
- "@atlaskit/primitives": "^11.1.0",
46
- "@atlaskit/textfield": "^6.4.0",
47
- "@atlaskit/theme": "^12.11.0",
48
- "@atlaskit/tokens": "^1.57.0",
49
- "@atlaskit/visually-hidden": "^1.4.0",
42
+ "@atlaskit/form": "^10.5.0",
43
+ "@atlaskit/icon": "^22.12.0",
44
+ "@atlaskit/inline-dialog": "^14.3.0",
45
+ "@atlaskit/primitives": "^12.0.0",
46
+ "@atlaskit/textfield": "^6.5.0",
47
+ "@atlaskit/theme": "^12.12.0",
48
+ "@atlaskit/tokens": "^1.58.0",
49
+ "@atlaskit/visually-hidden": "^1.5.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"
52
52
  },
53
53
  "peerDependencies": {
54
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
54
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@af/accessibility-testing": "*",
58
58
  "@af/integration-testing": "*",
59
- "@atlaskit/datetime-picker": "^13.8.0",
59
+ "@atlaskit/datetime-picker": "^13.9.0",
60
60
  "@atlaskit/docs": "*",
61
- "@atlaskit/ds-lib": "^2.3.0",
62
- "@atlaskit/section-message": "^6.5.0",
63
- "@atlaskit/select": "^17.11.0",
61
+ "@atlaskit/ds-lib": "^2.4.0",
62
+ "@atlaskit/section-message": "^6.6.0",
63
+ "@atlaskit/select": "^17.13.0",
64
64
  "@atlaskit/ssr": "*",
65
- "@atlaskit/tag": "^12.4.0",
66
- "@atlaskit/tag-group": "^10.4.0",
67
- "@atlaskit/textarea": "^5.5.0",
65
+ "@atlaskit/tag": "^12.5.0",
66
+ "@atlaskit/tag-group": "^10.5.0",
67
+ "@atlaskit/textarea": "^5.6.0",
68
68
  "@atlaskit/visual-regression": "*",
69
69
  "@emotion/styled": "^11.0.0",
70
70
  "@testing-library/dom": "^10.1.0",