@atlaskit/task-decision 17.12.0 → 17.12.2
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,4 +1,4 @@
|
|
|
1
|
-
import { type RefObject } from 'react';
|
|
1
|
+
import React, { type RefObject } from 'react';
|
|
2
2
|
import { PureComponent } from 'react';
|
|
3
3
|
import { type Appearance, type ContentRef, type TaskDecisionProvider } from '../types';
|
|
4
4
|
export interface Props {
|
|
@@ -37,5 +37,5 @@ export default class ResourcedTaskItem extends PureComponent<Props, State> {
|
|
|
37
37
|
private onUpdate;
|
|
38
38
|
private handleOnChange;
|
|
39
39
|
private handleOnClick;
|
|
40
|
-
render(): JSX.Element;
|
|
40
|
+
render(): React.JSX.Element;
|
|
41
41
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type RefObject } from 'react';
|
|
1
|
+
import React, { type RefObject } from 'react';
|
|
2
2
|
import { PureComponent } from 'react';
|
|
3
3
|
import { type Appearance, type ContentRef, type TaskDecisionProvider } from '../types';
|
|
4
4
|
export interface Props {
|
|
@@ -37,5 +37,5 @@ export default class ResourcedTaskItem extends PureComponent<Props, State> {
|
|
|
37
37
|
private onUpdate;
|
|
38
38
|
private handleOnChange;
|
|
39
39
|
private handleOnClick;
|
|
40
|
-
render(): JSX.Element;
|
|
40
|
+
render(): React.JSX.Element;
|
|
41
41
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/task-decision",
|
|
3
|
-
"version": "17.12.
|
|
3
|
+
"version": "17.12.2",
|
|
4
4
|
"description": "Tasks and decisions react components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
42
|
+
"@atlaskit/analytics-namespaced-context": "^6.14.0",
|
|
43
43
|
"@atlaskit/analytics-next": "^10.3.0",
|
|
44
|
-
"@atlaskit/icon": "^23.
|
|
45
|
-
"@atlaskit/theme": "^
|
|
44
|
+
"@atlaskit/icon": "^23.9.0",
|
|
45
|
+
"@atlaskit/theme": "^16.0.0",
|
|
46
46
|
"@atlaskit/tokens": "^3.3.0",
|
|
47
47
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@af/visual-regression": "*",
|
|
59
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
59
|
+
"@atlaskit/analytics-listeners": "^8.15.0",
|
|
60
60
|
"@atlaskit/elements-test-helpers": "^0.8.0",
|
|
61
61
|
"@atlaskit/ssr": "*",
|
|
62
62
|
"@atlaskit/util-data-test": "^18.0.0",
|