diff --git a/invokeai/frontend/web/package.json b/invokeai/frontend/web/package.json index d9b44793bb..a41a4781b8 100644 --- a/invokeai/frontend/web/package.json +++ b/invokeai/frontend/web/package.json @@ -167,5 +167,10 @@ "vite-plugin-dts": "^3.7.0", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.2.3" + }, + "pnpm": { + "patchedDependencies": { + "reselect@5.0.1": "patches/reselect@5.0.1.patch" + } } } diff --git a/invokeai/frontend/web/pnpm-lock.yaml b/invokeai/frontend/web/pnpm-lock.yaml index 703a12542f..6cdbe20700 100644 --- a/invokeai/frontend/web/pnpm-lock.yaml +++ b/invokeai/frontend/web/pnpm-lock.yaml @@ -4,6 +4,11 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +patchedDependencies: + reselect@5.0.1: + hash: kvbgwzjyy4x4fnh7znyocvb75q + path: patches/reselect@5.0.1.patch + dependencies: '@chakra-ui/anatomy': specifier: ^2.2.2 @@ -4565,7 +4570,7 @@ packages: react-redux: 9.0.4(@types/react@18.2.46)(react@18.2.0)(redux@5.0.1) redux: 5.0.1 redux-thunk: 3.1.0(redux@5.0.1) - reselect: 5.0.1 + reselect: 5.0.1(patch_hash=kvbgwzjyy4x4fnh7znyocvb75q) dev: false /@roarr/browser-log-writer@1.3.0: @@ -11932,9 +11937,10 @@ packages: hasBin: true dev: true - /reselect@5.0.1: + /reselect@5.0.1(patch_hash=kvbgwzjyy4x4fnh7znyocvb75q): resolution: {integrity: sha512-D72j2ubjgHpvuCiORWkOUxndHJrxDaSolheiz5CO+roz8ka97/4msh2E8F5qay4GawR5vzBt5MkbDHT+Rdy/Wg==} dev: false + patched: true /resize-observer-polyfill@1.5.1: resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}