Skip to content

Commit ce5d7c0

Browse files
committed
Update vite version
1 parent ab6df5e commit ce5d7c0

File tree

4 files changed

+3086
-5675
lines changed

4 files changed

+3086
-5675
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"sass": "^1.69.5",
7575
"typescript": "^5.3.3",
7676
"url": "^0.11.3",
77-
"vite": "^5.0.10",
77+
"vite": "^5.3.1",
7878
"vite-plugin-chunk-split": "^0.5.0",
7979
"vite-plugin-dts": "^3.7.3",
8080
"vite-plugin-eslint": "^1.8.1",

src/components/ResourceItem/ResourceItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ import {
148148
} from '@/components';
149149
import { useBreakpoints } from '@/use/useBreakpoints';
150150
import type { DisableableAction } from '@/utilities/types';
151-
import { SELECT_ALL_ITEMS } from '@polaris/utilities/resource-list';
151+
import { SELECT_ALL_ITEMS } from '@/components/IndexProvider/types';
152152
import type { ResourceListSelectedItems, ResourceListContextType } from '@/utilities/types';
153153
import type { InlineStackProps } from '../InlineStack/types';
154154
import styles from '@polaris/components/ResourceItem/ResourceItem.module.css';

src/components/ResourceList/ResourceList.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ import {
142142
} from '@/components';
143143
import type { PaginationProps } from '@/components/Pagination/types';
144144
import type { BulkActionsProps } from '@/components/BulkActions/types';
145+
import { SELECT_ALL_ITEMS } from '@/components/IndexProvider/types';
145146
import type { SelectOption } from '@/components/Select/types';
146147
import styles from '@polaris/components/ResourceList/ResourceList.module.css';
147148
import CheckboxIcon from '@icons/CheckboxIcon.svg';
@@ -151,8 +152,6 @@ const LARGE_SPINNER_HEIGHT = 45;
151152
152153
type ResourceListSelectedItems = string[] | 'All';
153154
154-
const SELECT_ALL_ITEMS = 'All';
155-
156155
interface ResourceListItemData {
157156
[data: string]: any;
158157
}

0 commit comments

Comments
 (0)