diff --git a/examples/demo/package.json b/examples/demo/package.json index 20ffbc0a97..7ae90a9de7 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "three": "^0.141.0", - "zustand": "^4.3.2" + "zustand": "^4.3.3" }, "scripts": { "start": "react-scripts start", diff --git a/package.json b/package.json index 8cad752263..28cf3125c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zustand", "private": true, - "version": "4.3.2", + "version": "4.3.3", "description": "🐻 Bear necessities for state management in React", "main": "./index.js", "types": "./index.d.ts",