diff --git a/apps/demo/package.json b/apps/demo/package.json index bca8a9813..aa91872cc 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -29,7 +29,7 @@ "primereact": "9.6.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-redux": "8.1.3", + "react-redux": "9.1.2", "react-router-dom": "6.27.0", "react-toastify": "10.0.6", "zod": "3.23.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e714d1dad..37b8fecc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,7 +58,7 @@ importers: version: link:../../packages/user '@reduxjs/toolkit': specifier: 1.9.7 - version: 1.9.7(react-redux@8.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1) + version: 1.9.7(react-redux@9.1.2(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) normalize.css: specifier: 8.0.1 version: 8.0.1 @@ -75,8 +75,8 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) react-redux: - specifier: 8.1.3 - version: 8.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + specifier: 9.1.2 + version: 9.1.2(@types/react@18.3.12)(react@18.3.1) react-router-dom: specifier: 6.27.0 version: 6.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1864,9 +1864,6 @@ packages: '@types/glob@7.2.0': resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} - '@types/hoist-non-react-statics@3.3.5': - resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} - '@types/jsdom@21.1.7': resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} @@ -3250,9 +3247,6 @@ packages: header-case@2.0.4: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} - hoist-non-react-statics@3.3.2: - resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} - hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -4225,9 +4219,6 @@ packages: react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - react-is@18.3.1: - resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react-popper@2.3.0: resolution: {integrity: sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==} peerDependencies: @@ -4235,24 +4226,15 @@ packages: react: ^16.8.0 || ^17 || ^18 react-dom: ^16.8.0 || ^17 || ^18 - react-redux@8.1.3: - resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} + react-redux@9.1.2: + resolution: {integrity: sha512-0OA4dhM1W48l3uzmv6B7TXPCGmokUU4p1M44DGN2/D9a1FjVPukVjER1PcPX97jIg6aUeLq1XJo1IpfbgULn0w==} peerDependencies: - '@types/react': ^16.8 || ^17.0 || ^18.0 - '@types/react-dom': ^16.8 || ^17.0 || ^18.0 - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - react-native: '>=0.59' - redux: ^4 || ^5.0.0-beta.0 + '@types/react': ^18.2.25 + react: ^18.0 + redux: ^5.0.0 peerDependenciesMeta: '@types/react': optional: true - '@types/react-dom': - optional: true - react-dom: - optional: true - react-native: - optional: true redux: optional: true @@ -6555,7 +6537,7 @@ snapshots: '@popperjs/core@2.11.8': {} - '@reduxjs/toolkit@1.9.7(react-redux@8.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1))(react@18.3.1)': + '@reduxjs/toolkit@1.9.7(react-redux@9.1.2(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': dependencies: immer: 9.0.21 redux: 4.2.1 @@ -6563,7 +6545,7 @@ snapshots: reselect: 4.1.8 optionalDependencies: react: 18.3.1 - react-redux: 8.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1) + react-redux: 9.1.2(@types/react@18.3.12)(react@18.3.1) '@remix-run/router@1.20.0': {} @@ -6703,11 +6685,6 @@ snapshots: '@types/minimatch': 5.1.2 '@types/node': 22.8.1 - '@types/hoist-non-react-statics@3.3.5': - dependencies: - '@types/react': 18.3.12 - hoist-non-react-statics: 3.3.2 - '@types/jsdom@21.1.7': dependencies: '@types/node': 22.8.1 @@ -8830,10 +8807,6 @@ snapshots: capital-case: 1.0.4 tslib: 2.8.0 - hoist-non-react-statics@3.3.2: - dependencies: - react-is: 16.13.1 - hosted-git-info@2.8.9: {} hosted-git-info@4.1.0: @@ -9743,8 +9716,6 @@ snapshots: react-is@17.0.2: {} - react-is@18.3.1: {} - react-popper@2.3.0(@popperjs/core@2.11.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@popperjs/core': 2.11.8 @@ -9753,20 +9724,13 @@ snapshots: react-fast-compare: 3.2.2 warning: 4.0.3 - react-redux@8.1.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1): + react-redux@9.1.2(@types/react@18.3.12)(react@18.3.1): dependencies: - '@babel/runtime': 7.25.7 - '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 - hoist-non-react-statics: 3.3.2 react: 18.3.1 - react-is: 18.3.1 use-sync-external-store: 1.2.2(react@18.3.1) optionalDependencies: '@types/react': 18.3.12 - '@types/react-dom': 18.3.1 - react-dom: 18.3.1(react@18.3.1) - redux: 4.2.1 react-refresh@0.14.2: {}