diff --git a/packages/shared/package.json b/packages/shared/package.json index 7f4b7280..02e4978b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@snort/shared", - "version": "1.0.9", + "version": "1.0.10", "description": "Shared components for Snort", "module": "src/index.ts", "main": "dist/index.js", diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 927f9d18..3b2a1ac7 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.1.4", + "version": "1.1.5", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,8 +15,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.9", - "@snort/system": "^1.1.4", + "@snort/shared": "^1.0.10", + "@snort/system": "^1.1.5", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system-web/package.json b/packages/system-web/package.json index 196d43c9..3158edf2 100644 --- a/packages/system-web/package.json +++ b/packages/system-web/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-web", - "version": "1.0.2", + "version": "1.0.3", "description": "Web based components @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -15,8 +15,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.9", - "@snort/system": "^1.1.1", + "@snort/shared": "^1.0.10", + "@snort/system": "^1.1.5", "dexie": "^3.2.4" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 9a0a0523..b83c5fa3 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.1.4", + "version": "1.1.5", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -34,7 +34,7 @@ "@noble/curves": "^1.2.0", "@noble/hashes": "^1.3.2", "@scure/base": "^1.1.2", - "@snort/shared": "^1.0.9", + "@snort/shared": "^1.0.10", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "eventemitter3": "^5.0.1",