@atlaskit/reactions 33.8.22 → 33.8.23
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 +6 -0
- package/extract-react-type/ConnectedReactionPicker.ts +1 -1
- package/extract-react-type/ConnectedReactionsView.ts +1 -1
- package/extract-react-type/Reaction.ts +1 -1
- package/extract-react-type/Reactions.ts +1 -1
- package/extract-react-type/actions.ts +1 -1
- package/extract-react-type/reactionClient.ts +1 -1
- package/extract-react-type/reactionsStore.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,4 +3,4 @@ import type { ConnectedReactionPickerProps } from '../src/containers';
|
|
|
3
3
|
/**
|
|
4
4
|
* The props definition in src/containers/ConnectedReactionPicker.tsx breaks ERT unfortunately, hence this hack (for the custom component props).
|
|
5
5
|
*/
|
|
6
|
-
export default function (_: ConnectedReactionPickerProps) {}
|
|
6
|
+
export default function (_: ConnectedReactionPickerProps): void {}
|
|
@@ -3,4 +3,4 @@ import type { ConnectedReactionsViewProps } from '../src/containers';
|
|
|
3
3
|
/**
|
|
4
4
|
* The props definition in src/containers/ConnectedReactionsView.tsx breaks ERT unfortunately, hence this hack (for the custom component props).
|
|
5
5
|
*/
|
|
6
|
-
export default function (_: ConnectedReactionsViewProps) {}
|
|
6
|
+
export default function (_: ConnectedReactionsViewProps): void {}
|
|
@@ -3,4 +3,4 @@ import type { ReactionProps } from '../src/components';
|
|
|
3
3
|
/**
|
|
4
4
|
* The props definition in src/components/Reaction/Reaction.ts breaks ERT unfortunately, hence this hack (for the custom component props).
|
|
5
5
|
*/
|
|
6
|
-
export default function (_: ReactionProps) {}
|
|
6
|
+
export default function (_: ReactionProps): void {}
|
|
@@ -3,4 +3,4 @@ import type { ReactionsProps } from '../src/components';
|
|
|
3
3
|
/**
|
|
4
4
|
* The props definition in src/components/Reactions/Reactions.tsx breaks ERT unfortunately, hence this hack (for the custom component props).
|
|
5
5
|
*/
|
|
6
|
-
export default function (_: ReactionsProps) {}
|
|
6
|
+
export default function (_: ReactionsProps): void {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "33.8.
|
|
3
|
+
"version": "33.8.23",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
36
36
|
"@atlaskit/analytics-namespaced-context": "^7.2.0",
|
|
37
37
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
38
|
-
"@atlaskit/avatar": "^25.
|
|
38
|
+
"@atlaskit/avatar": "^25.10.0",
|
|
39
39
|
"@atlaskit/button": "^23.10.0",
|
|
40
40
|
"@atlaskit/css": "^0.19.0",
|
|
41
41
|
"@atlaskit/emoji": "^69.10.0",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"@atlaskit/primitives": "^18.0.0",
|
|
52
52
|
"@atlaskit/react-ufo": "^5.4.0",
|
|
53
53
|
"@atlaskit/spinner": "^19.0.0",
|
|
54
|
-
"@atlaskit/tabs": "^
|
|
54
|
+
"@atlaskit/tabs": "^19.0.0",
|
|
55
55
|
"@atlaskit/theme": "^22.0.0",
|
|
56
56
|
"@atlaskit/tokens": "^11.1.0",
|
|
57
|
-
"@atlaskit/tooltip": "^
|
|
57
|
+
"@atlaskit/tooltip": "^21.0.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
59
59
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|