diff --git a/invokeai/frontend/web/package.json b/invokeai/frontend/web/package.json index 152540d582..512b56c262 100644 --- a/invokeai/frontend/web/package.json +++ b/invokeai/frontend/web/package.json @@ -63,7 +63,6 @@ "framer-motion": "^11.10.0", "i18next": "^25.3.2", "i18next-http-backend": "^3.0.2", - "idb-keyval": "6.2.2", "jsondiffpatch": "^0.7.3", "konva": "^9.3.22", "linkify-react": "^4.3.1", diff --git a/invokeai/frontend/web/pnpm-lock.yaml b/invokeai/frontend/web/pnpm-lock.yaml index bbd109e09a..6560c90798 100644 --- a/invokeai/frontend/web/pnpm-lock.yaml +++ b/invokeai/frontend/web/pnpm-lock.yaml @@ -80,9 +80,6 @@ importers: i18next-http-backend: specifier: ^3.0.2 version: 3.0.2 - idb-keyval: - specifier: 6.2.2 - version: 6.2.2 jsondiffpatch: specifier: ^0.7.3 version: 0.7.3 @@ -2771,9 +2768,6 @@ packages: typescript: optional: true - idb-keyval@6.2.2: - resolution: {integrity: sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg==} - ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -7266,8 +7260,6 @@ snapshots: optionalDependencies: typescript: 5.8.3 - idb-keyval@6.2.2: {} - ieee754@1.2.1: {} ignore@5.3.2: {} diff --git a/invokeai/frontend/web/src/features/system/store/systemSlice.ts b/invokeai/frontend/web/src/features/system/store/systemSlice.ts index 36c8d1b53f..6bb615a6cc 100644 --- a/invokeai/frontend/web/src/features/system/store/systemSlice.ts +++ b/invokeai/frontend/web/src/features/system/store/systemSlice.ts @@ -26,7 +26,7 @@ const getInitialState = (): SystemState => ({ shouldHighlightFocusedRegions: false, }); -export const slice = createSlice({ +const slice = createSlice({ name: 'system', initialState: getInitialState(), reducers: {