@atlaskit/media-picker 67.0.7 → 67.1.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 +12 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/util/ufoExperiences.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/util/ufoExperiences.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/util/ufoExperiences.js +1 -1
- package/dist/types/components/browser/browser.d.ts +4 -12
- package/dist/types/components/clipboard/clipboard.d.ts +4 -14
- package/dist/types/components/dropzone/dropzone.d.ts +2 -2
- package/dist/types-ts4.5/components/browser/browser.d.ts +4 -12
- package/dist/types-ts4.5/components/clipboard/clipboard.d.ts +4 -14
- package/dist/types-ts4.5/components/dropzone/dropzone.d.ts +2 -2
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-picker
|
|
2
2
|
|
|
3
|
+
## 67.1.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
|
## 67.0.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -9,7 +9,7 @@ var _mediaClient = require("@atlaskit/media-client");
|
|
|
9
9
|
// Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
|
|
10
10
|
|
|
11
11
|
var packageName = "@atlaskit/media-picker";
|
|
12
|
-
var packageVersion = "67.0
|
|
12
|
+
var packageVersion = "67.1.0";
|
|
13
13
|
function getPackageAttributes(componentName) {
|
|
14
14
|
return {
|
|
15
15
|
packageName: packageName,
|
|
@@ -12,7 +12,7 @@ var _mediaClient = require("@atlaskit/media-client");
|
|
|
12
12
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13
13
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14
14
|
var packageName = "@atlaskit/media-picker";
|
|
15
|
-
var packageVersion = "67.0
|
|
15
|
+
var packageVersion = "67.1.0";
|
|
16
16
|
var ufoExperience;
|
|
17
17
|
var initExperience = function initExperience(id, componentName) {
|
|
18
18
|
if (!ufoExperience) {
|
|
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
|
|
|
3
3
|
// Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
|
|
4
4
|
|
|
5
5
|
const packageName = "@atlaskit/media-picker";
|
|
6
|
-
const packageVersion = "67.0
|
|
6
|
+
const packageVersion = "67.1.0";
|
|
7
7
|
export function getPackageAttributes(componentName) {
|
|
8
8
|
return {
|
|
9
9
|
packageName,
|
|
@@ -2,7 +2,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
|
|
|
2
2
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
3
3
|
import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
4
4
|
const packageName = "@atlaskit/media-picker";
|
|
5
|
-
const packageVersion = "67.0
|
|
5
|
+
const packageVersion = "67.1.0";
|
|
6
6
|
let ufoExperience;
|
|
7
7
|
const initExperience = (id, componentName) => {
|
|
8
8
|
if (!ufoExperience) {
|
|
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
|
|
|
3
3
|
// Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
|
|
4
4
|
|
|
5
5
|
var packageName = "@atlaskit/media-picker";
|
|
6
|
-
var packageVersion = "67.0
|
|
6
|
+
var packageVersion = "67.1.0";
|
|
7
7
|
export function getPackageAttributes(componentName) {
|
|
8
8
|
return {
|
|
9
9
|
packageName: packageName,
|
|
@@ -5,7 +5,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
|
|
|
5
5
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
6
6
|
import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
7
7
|
var packageName = "@atlaskit/media-picker";
|
|
8
|
-
var packageVersion = "67.0
|
|
8
|
+
var packageVersion = "67.1.0";
|
|
9
9
|
var ufoExperience;
|
|
10
10
|
var initExperience = function initExperience(id, componentName) {
|
|
11
11
|
if (!ufoExperience) {
|
|
@@ -32,7 +32,7 @@ export declare class BrowserBase extends LocalUploadComponentReact<BrowserProps>
|
|
|
32
32
|
render(): JSX.Element;
|
|
33
33
|
}
|
|
34
34
|
export default BrowserBase;
|
|
35
|
-
export declare const Browser: React.ForwardRefExoticComponent<
|
|
35
|
+
export declare const Browser: React.ForwardRefExoticComponent<Omit<Pick<Omit<{
|
|
36
36
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
37
37
|
config: import("../types").LocalUploadConfig;
|
|
38
38
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -40,14 +40,6 @@ export declare const Browser: React.ForwardRefExoticComponent<Pick<Pick<Omit<{
|
|
|
40
40
|
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
41
41
|
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
42
42
|
featureFlags?: import("@atlaskit/media-common").MediaFeatureFlags | undefined;
|
|
43
|
-
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "isOpen" | "onClose" | "onBrowseFn"> &
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
47
|
-
onPreviewUpdate?: ((payload: import("../../types").UploadPreviewUpdateEventPayload) => void) | undefined;
|
|
48
|
-
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
49
|
-
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
50
|
-
featureFlags?: import("@atlaskit/media-common").MediaFeatureFlags | undefined;
|
|
51
|
-
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "config">> & Partial<Pick<{
|
|
52
|
-
config: BrowserConfig;
|
|
53
|
-
}, never>> & React.RefAttributes<any>, "mediaClient" | "config" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "key" | "isOpen" | "onClose" | "onBrowseFn"> & React.RefAttributes<any>>;
|
|
43
|
+
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "isOpen" | "onClose" | "onBrowseFn"> & {
|
|
44
|
+
config?: (import("../types").LocalUploadConfig & BrowserConfig) | undefined;
|
|
45
|
+
} & {} & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
|
@@ -39,7 +39,7 @@ export declare class ClipboardBase extends LocalUploadComponentReact<ClipboardPr
|
|
|
39
39
|
render(): JSX.Element;
|
|
40
40
|
}
|
|
41
41
|
export default ClipboardBase;
|
|
42
|
-
export declare const Clipboard: React.ForwardRefExoticComponent<
|
|
42
|
+
export declare const Clipboard: React.ForwardRefExoticComponent<Omit<Pick<Omit<{
|
|
43
43
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
44
44
|
config: import("../types").LocalUploadConfig;
|
|
45
45
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -49,16 +49,6 @@ export declare const Clipboard: React.ForwardRefExoticComponent<Pick<Pick<Omit<{
|
|
|
49
49
|
featureFlags?: MediaFeatureFlags | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
config: ClipboardConfig;
|
|
52
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags"> &
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
56
|
-
onPreviewUpdate?: ((payload: import("../../types").UploadPreviewUpdateEventPayload) => void) | undefined;
|
|
57
|
-
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
58
|
-
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
59
|
-
featureFlags?: MediaFeatureFlags | undefined;
|
|
60
|
-
} & {
|
|
61
|
-
config: ClipboardConfig;
|
|
62
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "config">> & Partial<Pick<{
|
|
63
|
-
config: ClipboardConfig;
|
|
64
|
-
}, never>> & React.RefAttributes<any>, "mediaClient" | "config" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "key"> & React.RefAttributes<any>>;
|
|
52
|
+
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags"> & {
|
|
53
|
+
config?: (import("../types").LocalUploadConfig & ClipboardConfig) | undefined;
|
|
54
|
+
} & {} & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
|
@@ -30,7 +30,7 @@ export declare class DropzoneBase extends LocalUploadComponentReact<DropzoneProp
|
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
32
32
|
export default DropzoneBase;
|
|
33
|
-
export declare const Dropzone: React.ForwardRefExoticComponent<
|
|
33
|
+
export declare const Dropzone: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
34
34
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
35
35
|
config: import("../types").LocalUploadConfig;
|
|
36
36
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -44,4 +44,4 @@ export declare const Dropzone: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
44
44
|
onDragEnter?: ((payload: DropzoneDragEnterEventPayload) => void) | undefined;
|
|
45
45
|
onDragLeave?: ((payload: DropzoneDragLeaveEventPayload) => void) | undefined;
|
|
46
46
|
onCancelFn?: ((cancel: (uniqueIdentifier: string) => void) => void) | undefined;
|
|
47
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>, "
|
|
47
|
+
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
|
@@ -32,7 +32,7 @@ export declare class BrowserBase extends LocalUploadComponentReact<BrowserProps>
|
|
|
32
32
|
render(): JSX.Element;
|
|
33
33
|
}
|
|
34
34
|
export default BrowserBase;
|
|
35
|
-
export declare const Browser: React.ForwardRefExoticComponent<
|
|
35
|
+
export declare const Browser: React.ForwardRefExoticComponent<Omit<Pick<Omit<{
|
|
36
36
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
37
37
|
config: import("../types").LocalUploadConfig;
|
|
38
38
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -40,14 +40,6 @@ export declare const Browser: React.ForwardRefExoticComponent<Pick<Pick<Omit<{
|
|
|
40
40
|
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
41
41
|
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
42
42
|
featureFlags?: import("@atlaskit/media-common").MediaFeatureFlags | undefined;
|
|
43
|
-
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "isOpen" | "onClose" | "onBrowseFn"> &
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
47
|
-
onPreviewUpdate?: ((payload: import("../../types").UploadPreviewUpdateEventPayload) => void) | undefined;
|
|
48
|
-
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
49
|
-
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
50
|
-
featureFlags?: import("@atlaskit/media-common").MediaFeatureFlags | undefined;
|
|
51
|
-
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "config">> & Partial<Pick<{
|
|
52
|
-
config: BrowserConfig;
|
|
53
|
-
}, never>> & React.RefAttributes<any>, "mediaClient" | "config" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "key" | "isOpen" | "onClose" | "onBrowseFn"> & React.RefAttributes<any>>;
|
|
43
|
+
} & BrowserOwnProps, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "children" | "onCancelFn" | "isOpen" | "onClose" | "onBrowseFn"> & {
|
|
44
|
+
config?: (import("../types").LocalUploadConfig & BrowserConfig) | undefined;
|
|
45
|
+
} & {} & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
|
@@ -39,7 +39,7 @@ export declare class ClipboardBase extends LocalUploadComponentReact<ClipboardPr
|
|
|
39
39
|
render(): JSX.Element;
|
|
40
40
|
}
|
|
41
41
|
export default ClipboardBase;
|
|
42
|
-
export declare const Clipboard: React.ForwardRefExoticComponent<
|
|
42
|
+
export declare const Clipboard: React.ForwardRefExoticComponent<Omit<Pick<Omit<{
|
|
43
43
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
44
44
|
config: import("../types").LocalUploadConfig;
|
|
45
45
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -49,16 +49,6 @@ export declare const Clipboard: React.ForwardRefExoticComponent<Pick<Pick<Omit<{
|
|
|
49
49
|
featureFlags?: MediaFeatureFlags | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
config: ClipboardConfig;
|
|
52
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags"> &
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
56
|
-
onPreviewUpdate?: ((payload: import("../../types").UploadPreviewUpdateEventPayload) => void) | undefined;
|
|
57
|
-
onEnd?: ((payload: import("../../types").UploadEndEventPayload) => void) | undefined;
|
|
58
|
-
onError?: ((payload: import("../../types").UploadErrorEventPayload) => void) | undefined;
|
|
59
|
-
featureFlags?: MediaFeatureFlags | undefined;
|
|
60
|
-
} & {
|
|
61
|
-
config: ClipboardConfig;
|
|
62
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "config">> & Partial<Pick<{
|
|
63
|
-
config: ClipboardConfig;
|
|
64
|
-
}, never>> & React.RefAttributes<any>, "mediaClient" | "config" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags" | "key"> & React.RefAttributes<any>>;
|
|
52
|
+
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps>, "mediaClient" | "onUploadsStart" | "onPreviewUpdate" | "onEnd" | "onError" | "featureFlags"> & {
|
|
53
|
+
config?: (import("../types").LocalUploadConfig & ClipboardConfig) | undefined;
|
|
54
|
+
} & {} & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
|
@@ -30,7 +30,7 @@ export declare class DropzoneBase extends LocalUploadComponentReact<DropzoneProp
|
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
32
32
|
export default DropzoneBase;
|
|
33
|
-
export declare const Dropzone: React.ForwardRefExoticComponent<
|
|
33
|
+
export declare const Dropzone: React.ForwardRefExoticComponent<Omit<Omit<{
|
|
34
34
|
mediaClient: import("@atlaskit/media-client").MediaClient;
|
|
35
35
|
config: import("../types").LocalUploadConfig;
|
|
36
36
|
onUploadsStart?: ((payload: import("../../types").UploadsStartEventPayload) => void) | undefined;
|
|
@@ -44,4 +44,4 @@ export declare const Dropzone: React.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
44
44
|
onDragEnter?: ((payload: DropzoneDragEnterEventPayload) => void) | undefined;
|
|
45
45
|
onDragLeave?: ((payload: DropzoneDragLeaveEventPayload) => void) | undefined;
|
|
46
46
|
onCancelFn?: ((cancel: (uniqueIdentifier: string) => void) => void) | undefined;
|
|
47
|
-
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>, "
|
|
47
|
+
}, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-picker",
|
|
3
|
-
"version": "67.0
|
|
3
|
+
"version": "67.1.0",
|
|
4
4
|
"description": "Library for handling file uploads",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"runReact18": true
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@atlaskit/analytics-next": "^10.
|
|
38
|
-
"@atlaskit/flag": "^15.
|
|
39
|
-
"@atlaskit/icon": "^23.
|
|
40
|
-
"@atlaskit/media-client": "^31.
|
|
41
|
-
"@atlaskit/media-client-react": "^2.
|
|
42
|
-
"@atlaskit/media-common": "^11.
|
|
43
|
-
"@atlaskit/media-ui": "^27.
|
|
44
|
-
"@atlaskit/theme": "^14.
|
|
45
|
-
"@atlaskit/tokens": "^3.
|
|
37
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
38
|
+
"@atlaskit/flag": "^15.9.0",
|
|
39
|
+
"@atlaskit/icon": "^23.5.0",
|
|
40
|
+
"@atlaskit/media-client": "^31.1.0",
|
|
41
|
+
"@atlaskit/media-client-react": "^2.7.0",
|
|
42
|
+
"@atlaskit/media-common": "^11.8.0",
|
|
43
|
+
"@atlaskit/media-ui": "^27.4.0",
|
|
44
|
+
"@atlaskit/theme": "^14.1.0",
|
|
45
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
46
46
|
"@atlaskit/ufo": "^0.3.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"eventemitter2": "^4.1.0",
|
|
@@ -58,27 +58,27 @@
|
|
|
58
58
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
62
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
63
|
-
"@atlaskit/button": "^20.
|
|
64
|
-
"@atlaskit/media-core": "^34.
|
|
65
|
-
"@atlaskit/media-test-helpers": "^34.
|
|
61
|
+
"@atlaskit/analytics-listeners": "^8.14.0",
|
|
62
|
+
"@atlaskit/analytics-namespaced-context": "^6.13.0",
|
|
63
|
+
"@atlaskit/button": "^20.4.0",
|
|
64
|
+
"@atlaskit/media-core": "^34.5.0",
|
|
65
|
+
"@atlaskit/media-test-helpers": "^34.8.0",
|
|
66
66
|
"@atlaskit/ssr": "*",
|
|
67
|
-
"@atlassian/ufo": "^0.
|
|
67
|
+
"@atlassian/ufo": "^0.5.0",
|
|
68
68
|
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
69
69
|
"@emotion/react": "^11.7.1",
|
|
70
70
|
"@testing-library/dom": "^10.1.0",
|
|
71
|
-
"@testing-library/react": "^
|
|
71
|
+
"@testing-library/react": "^13.4.0",
|
|
72
72
|
"@testing-library/user-event": "^14.4.3",
|
|
73
73
|
"@types/enzyme": "3.1.15",
|
|
74
74
|
"@types/exenv": "^1.2.0",
|
|
75
|
-
"@types/react": "^
|
|
75
|
+
"@types/react": "^18.2.0",
|
|
76
76
|
"@types/uuid-validate": "^0.0.2",
|
|
77
77
|
"enzyme": "^3.10.0",
|
|
78
78
|
"fetch-mock": "^8.0.0",
|
|
79
79
|
"identity-obj-proxy": "^3.0.0",
|
|
80
|
-
"react": "^
|
|
81
|
-
"react-dom": "^
|
|
80
|
+
"react": "^18.2.0",
|
|
81
|
+
"react-dom": "^18.2.0",
|
|
82
82
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
83
83
|
"typescript": "~5.4.2",
|
|
84
84
|
"wait-for-expect": "^1.2.0"
|