diff --git a/apps/analytics/package.json b/apps/analytics/package.json index 52bcdce07..aad05b84f 100644 --- a/apps/analytics/package.json +++ b/apps/analytics/package.json @@ -23,7 +23,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@tanstack/react-table": "8.10.7", "@vercel/analytics": "^1.1.1", "@zenlink-interface/amm": "workspace:*", diff --git a/apps/pool/package.json b/apps/pool/package.json index 2df6d4618..de71c5da7 100644 --- a/apps/pool/package.json +++ b/apps/pool/package.json @@ -23,7 +23,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@tanstack/react-table": "8.10.7", "@vercel/analytics": "^1.1.1", "@zenlink-interface/amm": "workspace:*", diff --git a/apps/referrals/package.json b/apps/referrals/package.json index 81a5c5e36..d7e9fabf8 100644 --- a/apps/referrals/package.json +++ b/apps/referrals/package.json @@ -17,7 +17,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@tanstack/react-table": "8.10.7", "@vercel/analytics": "^1.1.1", "@zenlink-interface/amm": "workspace:*", diff --git a/apps/swap/package.json b/apps/swap/package.json index 24743069d..f6f2a53f1 100644 --- a/apps/swap/package.json +++ b/apps/swap/package.json @@ -17,7 +17,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@vercel/analytics": "^1.1.1", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", diff --git a/packages/compat/package.json b/packages/compat/package.json index d0ea13c2c..c65482283 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -29,7 +29,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@zenlink-interface/amm": "workspace:*", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", diff --git a/packages/redux/localstorage/package.json b/packages/redux/localstorage/package.json index d6bb14aa3..8adfbbaf0 100644 --- a/packages/redux/localstorage/package.json +++ b/packages/redux/localstorage/package.json @@ -15,7 +15,7 @@ }, "source": "./index.ts", "peerDependencies": { - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "react": "^18.2.0", @@ -24,7 +24,7 @@ }, "dependencies": {}, "devDependencies": { - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@types/node": "^20.10.3", "@types/react": "^18.2.41", "@types/react-dom": "^18.2.17", diff --git a/packages/redux/token-lists/package.json b/packages/redux/token-lists/package.json index d7947c119..2283b0840 100644 --- a/packages/redux/token-lists/package.json +++ b/packages/redux/token-lists/package.json @@ -14,7 +14,7 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "peerDependencies": { - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/hooks": "workspace:*", "@zenlink-interface/token-lists": "workspace:*", @@ -34,7 +34,7 @@ "multihashes": "^4.0.3" }, "devDependencies": { - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@types/node": "^20.10.3", "@types/react": "^18.2.41", "@types/react-dom": "^18.2.17", diff --git a/packages/shared/package.json b/packages/shared/package.json index 6318815a3..12b6f28bf 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -23,7 +23,7 @@ "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", - "@reduxjs/toolkit": "^1.9.7", + "@reduxjs/toolkit": "^2.0.1", "@zenlink-interface/chain": "workspace:*", "@zenlink-interface/currency": "workspace:*", "@zenlink-interface/graph-client": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96df67c3c..94aa03b8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -234,8 +234,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@tanstack/react-table': specifier: 8.10.7 version: 8.10.7(react-dom@18.2.0)(react@18.2.0) @@ -334,7 +334,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -485,8 +485,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@tanstack/react-table': specifier: 8.10.7 version: 8.10.7(react-dom@18.2.0)(react@18.2.0) @@ -585,7 +585,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -663,8 +663,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@tanstack/react-table': specifier: 8.10.7 version: 8.10.7(react-dom@18.2.0)(react@18.2.0) @@ -742,7 +742,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -814,8 +814,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@vercel/analytics': specifier: ^1.1.1 version: 1.1.1 @@ -905,7 +905,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -1078,8 +1078,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@zenlink-interface/amm': specifier: workspace:* version: link:../amm @@ -1130,7 +1130,7 @@ importers: version: 0.2.1(next@14.0.3)(react-dom@18.2.0)(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -1834,8 +1834,8 @@ importers: packages/redux/localstorage: devDependencies: '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@types/node': specifier: ^20.10.3 version: 20.10.3 @@ -1874,7 +1874,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) typescript: specifier: 5.3.2 version: 5.3.2 @@ -1910,8 +1910,8 @@ importers: version: 4.0.3 devDependencies: '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@types/node': specifier: ^20.10.3 version: 20.10.3 @@ -1944,7 +1944,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) typescript: specifier: 5.3.2 version: 5.3.2 @@ -1961,8 +1961,8 @@ importers: specifier: 4.6.0 version: 4.6.0(react@18.2.0) '@reduxjs/toolkit': - specifier: ^1.9.7 - version: 1.9.7(react-redux@8.1.3)(react@18.2.0) + specifier: ^2.0.1 + version: 2.0.1(react-redux@8.1.3)(react@18.2.0) '@zenlink-interface/chain': specifier: workspace:* version: link:../chain @@ -1983,7 +1983,7 @@ importers: version: 7.3.0 react-redux: specifier: ^8.1.3 - version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) viem: specifier: 1.19.11 version: 1.19.11(typescript@5.3.2)(zod@3.22.2) @@ -7653,7 +7653,7 @@ packages: '@polkadot/types-codec': 10.9.1 '@polkadot/types-create': 10.9.1 '@polkadot/util': 12.3.2 - '@polkadot/util-crypto': 12.3.2(@polkadot/util@12.5.1) + '@polkadot/util-crypto': 12.3.2(@polkadot/util@12.3.2) rxjs: 7.8.1 tslib: 2.5.3 dev: false @@ -7822,24 +7822,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/util-crypto@12.3.2(@polkadot/util@12.5.1): - resolution: {integrity: sha512-pTpx+YxolY0BDT4RcGmgeKbHHD/dI6Ll9xRsqmVdIjpcVVY20uDNTyXs81ZNtfKgyod1y9JQkfNv2Dz9iEpTkQ==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': 12.3.2 - dependencies: - '@noble/curves': 1.1.0 - '@noble/hashes': 1.3.1 - '@polkadot/networks': 12.3.2 - '@polkadot/util': 12.5.1 - '@polkadot/wasm-crypto': 7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2) - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/x-bigint': 12.3.2 - '@polkadot/x-randomvalues': 12.3.2(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.1) - '@scure/base': 1.1.1 - tslib: 2.6.2 - dev: false - /@polkadot/util-crypto@12.5.1(@polkadot/util@12.5.1): resolution: {integrity: sha512-Y8ORbMcsM/VOqSG3DgqutRGQ8XXK+X9M3C8oOEI2Tji65ZsXbh9Yh+ryPLM0oBp/9vqOXjkLgZJbbVuQceOw0A==} engines: {node: '>=16'} @@ -8036,19 +8018,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-bridge@7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2): - resolution: {integrity: sha512-uV/LHREDBGBbHrrv7HTki+Klw0PYZzFomagFWII4lp6Toj/VCvRh5WMzooVC+g/XsBGosAwrvBhoModabyHx+A==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - dependencies: - '@polkadot/util': 12.5.1 - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/x-randomvalues': 12.3.2(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.1) - tslib: 2.6.2 - dev: false - /@polkadot/wasm-bridge@7.2.2(@polkadot/util@11.1.3)(@polkadot/x-randomvalues@11.1.3): resolution: {integrity: sha512-CgNENd65DVYtackOVXXRA0D1RPoCv5+77IdBCf7kNqu6LeAnR4nfTI6qjaApUdN1xRweUsQjSH7tu7VjkMOA0A==} engines: {node: '>=16'} @@ -8128,16 +8097,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-crypto-asmjs@7.2.1(@polkadot/util@12.5.1): - resolution: {integrity: sha512-z/d21bmxyVfkzGsKef/FWswKX02x5lK97f4NPBZ9XBeiFkmzlXhdSnu58/+b1sKsRAGdW/Rn/rTNRDhW0GqCAg==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - dependencies: - '@polkadot/util': 12.5.1 - tslib: 2.6.2 - dev: false - /@polkadot/wasm-crypto-asmjs@7.2.2(@polkadot/util@11.1.3): resolution: {integrity: sha512-wKg+cpsWQCTSVhjlHuNeB/184rxKqY3vaklacbLOMbUXieIfuDBav5PJdzS3yeiVE60TpYaHW4iX/5OYHS82gg==} engines: {node: '>=16'} @@ -8199,22 +8158,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-crypto-init@7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2): - resolution: {integrity: sha512-GcEXtwN9LcSf32V9zSaYjHImFw16hCyo2Xzg4GLLDPPeaAAfbFr2oQMgwyDbvBrBjLKHVHjsPZyGhXae831amw==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - dependencies: - '@polkadot/util': 12.5.1 - '@polkadot/wasm-bridge': 7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2) - '@polkadot/wasm-crypto-asmjs': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/wasm-crypto-wasm': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/x-randomvalues': 12.3.2(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.1) - tslib: 2.6.2 - dev: false - /@polkadot/wasm-crypto-init@7.2.2(@polkadot/util@11.1.3)(@polkadot/x-randomvalues@11.1.3): resolution: {integrity: sha512-vD4iPIp9x+SssUIWUenxWLPw4BVIwhXHNMpsV81egK990tvpyIxL205/EF5QRb1mKn8WfWcNFm5tYwwh9NdnnA==} engines: {node: '>=16'} @@ -8305,17 +8248,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-crypto-wasm@7.2.1(@polkadot/util@12.5.1): - resolution: {integrity: sha512-DqyXE4rSD0CVlLIw88B58+HHNyrvm+JAnYyuEDYZwCvzUWOCNos/DDg9wi/K39VAIsCCKDmwKqkkfIofuOj/lA==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - dependencies: - '@polkadot/util': 12.5.1 - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - tslib: 2.6.2 - dev: false - /@polkadot/wasm-crypto-wasm@7.2.2(@polkadot/util@11.1.3): resolution: {integrity: sha512-3efoIB6jA3Hhv6k0YIBwCtlC8gCSWCk+R296yIXRLLr3cGN415KM/PO/d1JIXYI64lbrRzWRmZRhllw3jf6Atg==} engines: {node: '>=16'} @@ -8411,23 +8343,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-crypto@7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2): - resolution: {integrity: sha512-SA2+33S9TAwGhniKgztVN6pxUKpGfN4Tre/eUZGUfpgRkT92wIUT2GpGWQE+fCCqGQgADrNiBcwt6XwdPqMQ4Q==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - '@polkadot/x-randomvalues': '*' - dependencies: - '@polkadot/util': 12.5.1 - '@polkadot/wasm-bridge': 7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2) - '@polkadot/wasm-crypto-asmjs': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/wasm-crypto-init': 7.2.1(@polkadot/util@12.5.1)(@polkadot/x-randomvalues@12.3.2) - '@polkadot/wasm-crypto-wasm': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/x-randomvalues': 12.3.2(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.1) - tslib: 2.6.2 - dev: false - /@polkadot/wasm-crypto@7.2.2(@polkadot/util@11.1.3)(@polkadot/x-randomvalues@11.1.3): resolution: {integrity: sha512-1ZY1rxUTawYm0m1zylvBMFovNIHYgG2v/XoASNp/EMG5c8FQIxCbhJRaTBA983GVq4lN/IAKREKEp9ZbLLqssA==} engines: {node: '>=16'} @@ -8499,16 +8414,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/wasm-util@7.2.1(@polkadot/util@12.5.1): - resolution: {integrity: sha512-FBSn/3aYJzhN0sYAYhHB8y9JL8mVgxLy4M1kUXYbyo+8GLRQEN5rns8Vcb8TAlIzBWgVTOOptYBvxo0oj0h7Og==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': '*' - dependencies: - '@polkadot/util': 12.5.1 - tslib: 2.6.2 - dev: false - /@polkadot/wasm-util@7.2.2(@polkadot/util@11.1.3): resolution: {integrity: sha512-N/25960ifCc56sBlJZ2h5UBpEPvxBmMLgwYsl7CUuT+ea2LuJW9Xh8VHDN/guYXwmm92/KvuendYkEUykpm/JQ==} engines: {node: '>=16'} @@ -8705,19 +8610,6 @@ packages: tslib: 2.6.2 dev: false - /@polkadot/x-randomvalues@12.3.2(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.1): - resolution: {integrity: sha512-ywjIs8CWpvOGmq+3cGCNPOHxAjPHdBUiXyDccftx5BRVdmtbt36gK/V84bKr6Xs73FGu0jprUAOSRRsLZX/3dg==} - engines: {node: '>=16'} - peerDependencies: - '@polkadot/util': 12.3.2 - '@polkadot/wasm-util': '*' - dependencies: - '@polkadot/util': 12.5.1 - '@polkadot/wasm-util': 7.2.1(@polkadot/util@12.5.1) - '@polkadot/x-global': 12.3.2 - tslib: 2.6.2 - dev: false - /@polkadot/x-randomvalues@12.5.1(@polkadot/util@12.5.1)(@polkadot/wasm-util@7.2.2): resolution: {integrity: sha512-UsMb1d+77EPNjW78BpHjZLIm4TaIpfqq89OhZP/6gDIoS2V9iE/AK3jOWKm1G7Y2F8XIoX1qzQpuMakjfagFoQ==} engines: {node: '>=16'} @@ -8983,23 +8875,23 @@ packages: react: 18.2.0 dev: false - /@reduxjs/toolkit@1.9.7(react-redux@8.1.3)(react@18.2.0): - resolution: {integrity: sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==} + /@reduxjs/toolkit@2.0.1(react-redux@8.1.3)(react@18.2.0): + resolution: {integrity: sha512-fxIjrR9934cmS8YXIGd9e7s1XRsEU++aFc9DVNMFMRTM5Vtsg2DCRMj21eslGtDt43IUf9bJL3h5bwUlZleibA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 - react-redux: ^7.2.1 || ^8.0.2 + react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0 peerDependenciesMeta: react: optional: true react-redux: optional: true dependencies: - immer: 9.0.21 + immer: 10.0.3 react: 18.2.0 - react-redux: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) - redux: 4.2.1 - redux-thunk: 2.4.2(redux@4.2.1) - reselect: 4.1.8 + react-redux: 8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0) + redux: 5.0.0 + redux-thunk: 3.1.0(redux@5.0.0) + reselect: 5.0.1 /@repeaterjs/repeater@3.0.4: resolution: {integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==} @@ -15358,8 +15250,8 @@ packages: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} - /immer@9.0.21: - resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} + /immer@10.0.3: + resolution: {integrity: sha512-pwupu3eWfouuaowscykeckFmVTpqbzW+rXFCX8rQLkZzM9ftBmU/++Ra+o+L27mz03zJTlyV4UUr+fdKNffo4A==} /immutable@3.7.6: resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==} @@ -17782,7 +17674,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-redux@8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.1.3(@types/react-dom@18.2.17)(@types/react@18.2.41)(react-dom@18.2.0)(react@18.2.0)(redux@5.0.0): resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -17812,7 +17704,7 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-is: 18.2.0 - redux: 4.2.1 + redux: 5.0.0 use-sync-external-store: 1.2.0(react@18.2.0) /react-responsive@9.0.2(react@18.2.0): @@ -17946,17 +17838,15 @@ packages: dependencies: redis-errors: 1.2.0 - /redux-thunk@2.4.2(redux@4.2.1): - resolution: {integrity: sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==} + /redux-thunk@3.1.0(redux@5.0.0): + resolution: {integrity: sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==} peerDependencies: - redux: ^4 + redux: ^5.0.0 dependencies: - redux: 4.2.1 + redux: 5.0.0 - /redux@4.2.1: - resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} - dependencies: - '@babel/runtime': 7.22.5 + /redux@5.0.0: + resolution: {integrity: sha512-blLIYmYetpZMET6Q6uCY7Jtl/Im5OBldy+vNPauA8vvsdqyt66oep4EUpAMWNHauTC6xa9JuRPhRB72rY82QGA==} /reflect.getprototypeof@1.0.3: resolution: {integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==} @@ -18067,8 +17957,8 @@ packages: /require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} - /reselect@4.1.8: - resolution: {integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==} + /reselect@5.0.1: + resolution: {integrity: sha512-D72j2ubjgHpvuCiORWkOUxndHJrxDaSolheiz5CO+roz8ka97/4msh2E8F5qay4GawR5vzBt5MkbDHT+Rdy/Wg==} /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}