From a5ae907cf7caee079ea1e72a1a17a0fc94d0674c Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 20 Jun 2023 14:48:14 +0100 Subject: [PATCH] bump packages --- packages/system-react/package.json | 8 ++++---- packages/system/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 93e0a0c4..21aa983f 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.0.0", + "version": "1.0.2", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -9,15 +9,15 @@ "license": "GPL-3.0-or-later", "private": false, "scripts": { - "build": "tsc" + "build": "rm -rf dist && tsc" }, "files": [ "src", "dist" ], "dependencies": { - "@snort/system": "", - "@snort/shared": "", + "@snort/system": "^1.0.7", + "@snort/shared": "^1.0.1", "react": "^18.2.0" } } diff --git a/packages/system/package.json b/packages/system/package.json index 56d16768..5b6b4ed6 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.0.5", + "version": "1.0.7", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -25,7 +25,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@snort/shared": "", + "@snort/shared": "^1.0.1", "@noble/curves": "^1.0.0", "@scure/base": "^1.1.1", "@stablelib/xchacha20": "^1.0.1",