From e18f6b25e973f01fc79bd86854fd5298bb89f45b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:11:26 +0000 Subject: [PATCH] deps(prod): update dependency zustand to v4.4.6 --- packages/telestion-client-common/package.json | 2 +- packages/telestion-client-core/package.json | 2 +- .../telestion-client-template/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++-------- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/packages/telestion-client-common/package.json b/packages/telestion-client-common/package.json index 29d44e4cf..fb417eefe 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.6" }, "devDependencies": { "@react-spectrum/provider": "3.9.1", diff --git a/packages/telestion-client-core/package.json b/packages/telestion-client-core/package.json index aa0a85356..3ec2b3f83 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.6" }, "devDependencies": { "@types/prop-types": "15.7.9", diff --git a/packages/telestion-client-template/package.json b/packages/telestion-client-template/package.json index 390d83c09..b3adc7711 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.6" }, "devDependencies": { "@parcel/config-default": "2.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0a9a0b54..ad8b80077 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.6 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.6_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@react-spectrum/provider': 3.9.1_sfoxds7t5ydpegc3knd667wn6m '@types/prop-types': 15.7.9 @@ -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.6 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.6_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@types/prop-types': 15.7.9 '@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.6 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.6_aouysqvxnrlxicuvopw3uli4ye devDependencies: '@parcel/config-default': 2.10.2_@parcel+core@2.10.2 '@parcel/core': 2.10.2 @@ -13865,18 +13865,22 @@ packages: engines: {node: '>=10'} dev: true - /zustand/4.2.0_react@17.0.2: - resolution: {integrity: sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==} + /zustand/4.4.6_aouysqvxnrlxicuvopw3uli4ye: + resolution: {integrity: sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg==} 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