diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 21aa983f..773ff8a0 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.0.2", + "version": "1.0.3", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -16,7 +16,7 @@ "dist" ], "dependencies": { - "@snort/system": "^1.0.7", + "@snort/system": "^1.0.8", "@snort/shared": "^1.0.1", "react": "^18.2.0" }