@atlaskit/media-table 18.0.3 → 18.0.4

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,11 @@
1
1
  # @atlaskit/media-table
2
2
 
3
+ ## 18.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.0.3
4
10
 
5
11
  ### Patch Changes
@@ -28,6 +28,6 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
28
28
  render(): jsx.JSX.Element;
29
29
  }
30
30
  declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
31
- forwardedRef?: React.Ref<any> | undefined;
31
+ forwardedRef?: React.Ref<any>;
32
32
  }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
33
33
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type Identifier, type FileIdentifier, type MediaClient } from '@atlaskit/media-client';
3
2
  import { type HeadType } from '@atlaskit/dynamic-table/types';
4
3
  import { type SortOrderType } from '@atlaskit/dynamic-table/types';
@@ -1,3 +1,3 @@
1
1
  import { type ValidatedProps } from '../types';
2
- declare const _default: import("memoize-one").MemoizedFn<(itemsCount: number, itemsPerPage?: number | undefined, pageNumber?: number | undefined, totalItems?: number | undefined) => ValidatedProps>;
2
+ declare const _default: import("memoize-one").MemoizedFn<(itemsCount: number, itemsPerPage?: number, pageNumber?: number, totalItems?: number) => ValidatedProps>;
3
3
  export default _default;
@@ -28,6 +28,6 @@ export declare class MediaTable extends Component<MediaTableProps & WrappedCompo
28
28
  render(): jsx.JSX.Element;
29
29
  }
30
30
  declare const _default: React.ComponentType<import("@atlaskit/media-client-react").WithMediaClientConfigProps<Omit<Omit<MediaTableProps & WrappedComponentProps, "intl"> & {
31
- forwardedRef?: React.Ref<any> | undefined;
31
+ forwardedRef?: React.Ref<any>;
32
32
  }, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>>;
33
33
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type Identifier, type FileIdentifier, type MediaClient } from '@atlaskit/media-client';
3
2
  import { type HeadType } from '@atlaskit/dynamic-table/types';
4
3
  import { type SortOrderType } from '@atlaskit/dynamic-table/types';
@@ -1,3 +1,3 @@
1
1
  import { type ValidatedProps } from '../types';
2
- declare const _default: import("memoize-one").MemoizedFn<(itemsCount: number, itemsPerPage?: number | undefined, pageNumber?: number | undefined, totalItems?: number | undefined) => ValidatedProps>;
2
+ declare const _default: import("memoize-one").MemoizedFn<(itemsCount: number, itemsPerPage?: number, pageNumber?: number, totalItems?: number) => ValidatedProps>;
3
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "18.0.3",
3
+ "version": "18.0.4",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/button": "^23.3.0",
36
+ "@atlaskit/button": "^23.4.0",
37
37
  "@atlaskit/dynamic-table": "^18.2.0",
38
- "@atlaskit/icon": "^27.9.0",
39
- "@atlaskit/media-client": "^35.2.0",
38
+ "@atlaskit/icon": "^28.0.0",
39
+ "@atlaskit/media-client": "^35.3.0",
40
40
  "@atlaskit/media-client-react": "^4.1.0",
41
41
  "@atlaskit/media-ui": "^28.6.0",
42
42
  "@atlaskit/media-viewer": "^52.4.0",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@atlaskit/icon-file-type": "^7.0.0",
58
58
  "@atlaskit/media-core": "^37.0.0",
59
- "@atlaskit/media-test-helpers": "^37.0.0",
59
+ "@atlaskit/media-test-helpers": "^39.0.0",
60
60
  "@atlaskit/range": "^9.2.0",
61
61
  "@emotion/react": "^11.7.1",
62
62
  "@testing-library/react": "^13.4.0",
@@ -64,8 +64,7 @@
64
64
  "date-fns": "^2.17.0",
65
65
  "enzyme": "^3.10.0",
66
66
  "react": "^18.2.0",
67
- "react-dom": "^18.2.0",
68
- "typescript": "~5.4.2"
67
+ "react-dom": "^18.2.0"
69
68
  },
70
69
  "techstack": {
71
70
  "@repo/internal": {