Skip to content

Commit 6510952

Browse files
reneshen0328greg-in-a-box
authored andcommitted
fix: import types
1 parent 8f5b2e1 commit 6510952

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"@box/metadata-view": "^0.54.0",
141141
"@box/react-virtualized": "^9.22.3-rc-box.10",
142142
"@box/types": "^0.2.1",
143-
"@box/unified-share-modal": "^0.50.0",
143+
"@box/unified-share-modal": "^0.52.0",
144144
"@box/user-selector": "^1.23.25",
145145
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
146146
"@chromatic-com/storybook": "^4.0.1",
@@ -310,7 +310,7 @@
310310
"@box/metadata-view": "^0.54.0",
311311
"@box/react-virtualized": "^9.22.3-rc-box.10",
312312
"@box/types": "^0.2.1",
313-
"@box/unified-share-modal": "^0.50.0",
313+
"@box/unified-share-modal": "^0.52.0",
314314
"@box/user-selector": "^1.23.25",
315315
"@hapi/address": "^2.1.4",
316316
"@tanstack/react-virtual": "^3.13.12",

src/elements/content-sharing/utils/convertItemResponse.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { ACCESS_COLLAB, INVITEE_ROLE_EDITOR, PERMISSION_CAN_DOWNLOAD } from '../../../constants';
2-
import { getAllowedAccessLevels, getAllowedPermissionLevels } from '../utils';
2+
import { getAllowedAccessLevels } from './getAllowedAccessLevels';
3+
import { getAllowedPermissionLevels } from './getAllowedPermissionLevels';
34
import { API_TO_USM_CLASSIFICATION_COLORS_MAP } from '../utils/constants';
45

56
import type { ContentSharingItemAPIResponse, ItemData } from '../types';

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14201420
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14211421

1422-
"@box/blueprint-web-assets@^4.68.6":
1422+
"@box/blueprint-web-assets@^4.68.0", "@box/blueprint-web-assets@^4.68.6":
14231423
version "4.68.6"
14241424
resolved "https://registry.yarnpkg.com/@box/blueprint-web-assets/-/blueprint-web-assets-4.68.6.tgz#81c27616687794032e9dc7ece6857797188e5130"
14251425
integrity sha512-2UrvvlCzE/PkgQ3yQldqlZxCF6pUXp+UKOuvFGAmAm2B1hWw0v3BfiPDTTJSRfGAnukNnpnItjdMkaq/qXKOpA==
@@ -1549,10 +1549,10 @@
15491549
resolved "https://registry.yarnpkg.com/@box/types/-/types-0.2.1.tgz#cd0a3915b2306e4cf581f6091b95f5d2db75ea60"
15501550
integrity sha512-wd6nRR9QxBl7lYKJ/Hix0AKg1PNC3leZWOJ9Nt+d4j45WxCYBiCemZAtY2ekL5BITpVw8vlLmquzSpPhDTeO5A==
15511551

1552-
"@box/unified-share-modal@^0.50.0":
1553-
version "0.50.1"
1554-
resolved "https://registry.yarnpkg.com/@box/unified-share-modal/-/unified-share-modal-0.50.1.tgz#b234c0c9985e52351fa227fb4bbbc6a519f0f8a5"
1555-
integrity sha512-m4NQMJnQWUeYVg62dwtZenyatjBdIye8UjLdBIAc0e7OKz2K6mpwBGe6/GzES1T/VKCw7Y4VWTfqqk9jPlBoxA==
1552+
"@box/unified-share-modal@^0.52.0":
1553+
version "0.52.0"
1554+
resolved "https://registry.yarnpkg.com/@box/unified-share-modal/-/unified-share-modal-0.52.0.tgz#5ebfb1c9246789ce4650efc9b19283de0c492f71"
1555+
integrity sha512-85/xr47n9uCNwJ3nMq5AEGHJ6DOUrClh9ARbwaoJeR39x0sTjv0JGIBAmK4yM2rhPMGZO2jnnBcZ8wbZ+yVoHw==
15561556

15571557
"@box/user-selector@^1.23.25":
15581558
version "1.23.25"

0 commit comments

Comments
 (0)