@atlaskit/inline-edit 14.1.2 → 14.2.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,17 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 14.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.1.2
4
16
 
5
17
  ### Patch Changes
@@ -29,7 +29,7 @@ var fieldStyles = null;
29
29
  var analyticsAttributes = {
30
30
  componentName: 'inlineEdit',
31
31
  packageName: "@atlaskit/inline-edit",
32
- packageVersion: "14.1.2"
32
+ packageVersion: "14.2.0"
33
33
  };
34
34
  var InnerInlineEdit = function InnerInlineEdit(props) {
35
35
  var _props$startWithEditV = props.startWithEditViewOpen,
@@ -15,7 +15,7 @@ const fieldStyles = null;
15
15
  const analyticsAttributes = {
16
16
  componentName: 'inlineEdit',
17
17
  packageName: "@atlaskit/inline-edit",
18
- packageVersion: "14.1.2"
18
+ packageVersion: "14.2.0"
19
19
  };
20
20
  const InnerInlineEdit = props => {
21
21
  const {
@@ -19,7 +19,7 @@ var fieldStyles = null;
19
19
  var analyticsAttributes = {
20
20
  componentName: 'inlineEdit',
21
21
  packageName: "@atlaskit/inline-edit",
22
- packageVersion: "14.1.2"
22
+ packageVersion: "14.2.0"
23
23
  };
24
24
  var InnerInlineEdit = function InnerInlineEdit(props) {
25
25
  var _props$startWithEditV = props.startWithEditViewOpen,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "14.1.2",
3
+ "version": "14.2.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/"
@@ -34,19 +34,19 @@
34
34
  "runReact18": true
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-next": "^10.2.0",
38
- "@atlaskit/button": "^20.3.0",
37
+ "@atlaskit/analytics-next": "^10.3.0",
38
+ "@atlaskit/button": "^20.4.0",
39
39
  "@atlaskit/codemod-utils": "^4.2.0",
40
- "@atlaskit/css": "^0.7.0",
41
- "@atlaskit/form": "^11.0.0",
42
- "@atlaskit/icon": "^23.4.0",
43
- "@atlaskit/inline-dialog": "^16.0.0",
40
+ "@atlaskit/css": "^0.8.0",
41
+ "@atlaskit/form": "^11.1.0",
42
+ "@atlaskit/icon": "^23.5.0",
43
+ "@atlaskit/inline-dialog": "^16.1.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.3.0",
45
- "@atlaskit/primitives": "^13.3.0",
46
- "@atlaskit/textfield": "^6.7.0",
47
- "@atlaskit/theme": "^14.0.0",
48
- "@atlaskit/tokens": "^3.2.0",
49
- "@atlaskit/visually-hidden": "^1.5.0",
45
+ "@atlaskit/primitives": "^13.4.0",
46
+ "@atlaskit/textfield": "^6.8.0",
47
+ "@atlaskit/theme": "^14.1.0",
48
+ "@atlaskit/tokens": "^3.3.0",
49
+ "@atlaskit/visually-hidden": "^1.6.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@compiled/react": "^0.18.1"
52
52
  },
@@ -56,23 +56,23 @@
56
56
  "devDependencies": {
57
57
  "@af/accessibility-testing": "*",
58
58
  "@af/integration-testing": "*",
59
- "@atlaskit/datetime-picker": "^15.11.0",
59
+ "@atlaskit/datetime-picker": "^15.12.0",
60
60
  "@atlaskit/docs": "*",
61
- "@atlaskit/ds-lib": "^3.3.0",
62
- "@atlaskit/heading": "^4.0.2",
61
+ "@atlaskit/ds-lib": "^3.5.0",
62
+ "@atlaskit/heading": "^4.1.0",
63
63
  "@atlaskit/link": "*",
64
- "@atlaskit/section-message": "^6.8.0",
65
- "@atlaskit/select": "^18.9.0",
64
+ "@atlaskit/section-message": "^6.9.0",
65
+ "@atlaskit/select": "^18.10.0",
66
66
  "@atlaskit/ssr": "*",
67
- "@atlaskit/tag": "^12.6.0",
68
- "@atlaskit/tag-group": "^11.0.0",
69
- "@atlaskit/textarea": "^5.7.0",
67
+ "@atlaskit/tag": "^12.7.0",
68
+ "@atlaskit/tag-group": "^11.1.0",
69
+ "@atlaskit/textarea": "^5.8.0",
70
70
  "@atlaskit/visual-regression": "*",
71
71
  "@atlassian/feature-flags-test-utils": "*",
72
- "@testing-library/react": "^12.1.5",
72
+ "@testing-library/react": "^13.4.0",
73
73
  "ast-types": "^0.13.3",
74
74
  "jscodeshift": "^0.13.0",
75
- "react-dom": "^16.8.0",
75
+ "react-dom": "^18.2.0",
76
76
  "react-select-event": "^5.5.0",
77
77
  "typescript": "~5.4.2"
78
78
  },