@atlaskit/inline-edit 13.5.14 → 13.6.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
14
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
15
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
16
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
17
+
18
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
19
+ dependency range for `react` and `react-dom` for `/platform` packages.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 13.5.14
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.14"
35
+ packageVersion: "13.6.1"
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.14"
24
+ packageVersion: "13.6.1"
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.14"
28
+ packageVersion: "13.6.1"
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.14",
3
+ "version": "13.6.1",
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.11.0",
44
- "@atlaskit/inline-dialog": "^14.2.0",
42
+ "@atlaskit/form": "^10.5.0",
43
+ "@atlaskit/icon": "^22.12.0",
44
+ "@atlaskit/inline-dialog": "^14.3.0",
45
45
  "@atlaskit/primitives": "^12.0.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",
46
+ "@atlaskit/textfield": "^6.5.0",
47
+ "@atlaskit/theme": "^13.0.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.10.0",
60
60
  "@atlaskit/docs": "*",
61
- "@atlaskit/ds-lib": "^2.3.0",
62
- "@atlaskit/section-message": "^6.5.0",
63
- "@atlaskit/select": "^17.12.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",