diff --git a/packages/telestion-client-common/package.json b/packages/telestion-client-common/package.json index 6eeb48f72..12f833f94 100644 --- a/packages/telestion-client-common/package.json +++ b/packages/telestion-client-common/package.json @@ -74,7 +74,7 @@ "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-use-gesture": "^9.1.3", - "zustand": "4.2.0" + "zustand": "4.4.0" }, "devDependencies": { "@react-spectrum/provider": "3.8.0", diff --git a/packages/telestion-client-core/package.json b/packages/telestion-client-core/package.json index 443d8126e..2c3ab2df6 100644 --- a/packages/telestion-client-core/package.json +++ b/packages/telestion-client-core/package.json @@ -62,7 +62,7 @@ "@wuespace/vertx-event-bus": "workspace:^", "prop-types": "^15.7.2", "react-router-dom": "^5.2.0", - "zustand": "4.2.0" + "zustand": "4.4.0" }, "devDependencies": { "@types/prop-types": "15.7.5", diff --git a/packages/telestion-client-template/package.json b/packages/telestion-client-template/package.json index f2cef10b6..ab38bad77 100644 --- a/packages/telestion-client-template/package.json +++ b/packages/telestion-client-template/package.json @@ -62,7 +62,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.1", - "zustand": "4.2.0" + "zustand": "4.4.0" }, "devDependencies": { "@parcel/config-default": "2.9.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87770688f..bd3978077 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -225,7 +225,7 @@ importers: react-router: ^5.2.0 react-router-dom: ^5.2.0 react-use-gesture: ^9.1.3 - zustand: 4.2.0 + zustand: 4.4.0 dependencies: '@adobe/react-spectrum': 3.24.1_sfoxds7t5ydpegc3knd667wn6m '@react-aria/focus': 3.10.1_react@17.0.2 @@ -246,7 +246,7 @@ importers: react-router: 5.3.1_react@17.0.2 react-router-dom: 5.3.1_react@17.0.2 react-use-gesture: 9.1.3_react@17.0.2 - zustand: 4.2.0_react@17.0.2 + zustand: 4.4.0_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@react-spectrum/provider': 3.8.0_sfoxds7t5ydpegc3knd667wn6m '@types/prop-types': 15.7.5 @@ -266,7 +266,7 @@ importers: prop-types: ^15.7.2 react: 17.0.2 react-router-dom: ^5.2.0 - zustand: 4.2.0 + zustand: 4.4.0 dependencies: '@fliegwerk/logsemts': 0.4.3 '@types/react': 17.0.43 @@ -275,7 +275,7 @@ importers: '@wuespace/vertx-event-bus': link:../vertx-event-bus prop-types: 15.8.1 react-router-dom: 5.3.1_react@17.0.2 - zustand: 4.2.0_react@17.0.2 + zustand: 4.4.0_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@types/prop-types': 15.7.5 '@types/react-router-dom': 5.3.3 @@ -347,7 +347,7 @@ importers: rimraf: 3.0.2 serve-static: 1.15.0 typescript: 4.9.5 - zustand: 4.2.0 + zustand: 4.4.0 dependencies: '@adobe/react-spectrum': 3.24.1_sfoxds7t5ydpegc3knd667wn6m '@fliegwerk/logsemts': 0.4.3 @@ -364,7 +364,7 @@ importers: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-router-dom: 5.3.1_react@17.0.2 - zustand: 4.2.0_react@17.0.2 + zustand: 4.4.0_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@parcel/config-default': 2.9.3_@parcel+core@2.9.3 '@parcel/core': 2.9.3 @@ -13416,18 +13416,22 @@ packages: engines: {node: '>=10'} dev: true - /zustand/4.2.0_react@17.0.2: - resolution: {integrity: sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==} + /zustand/4.4.0_aouysqvxnrlxicuvopw3uli4ye: + resolution: {integrity: sha512-2dq6wq4dSxbiPTamGar0NlIG/av0wpyWZJGeQYtUOLegIUvhM2Bf86ekPlmgpUtS5uR7HyetSiktYrGsdsyZgQ==} engines: {node: '>=12.7.0'} peerDependencies: + '@types/react': '>=16.8' immer: '>=9.0' react: '>=16.8' peerDependenciesMeta: + '@types/react': + optional: true immer: optional: true react: optional: true dependencies: + '@types/react': 17.0.43 react: 17.0.2 use-sync-external-store: 1.2.0_react@17.0.2 dev: false