From 4e21c4834bb217c4b94ff4bf649ef2258f454a0b Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 24 Aug 2023 15:37:19 +0100 Subject: [PATCH] Fix deps --- packages/system-react/package.json | 6 ++---- packages/system/package.json | 4 +--- yarn.lock | 12 +++++------- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 819dbc501..3e5c0317c 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -15,11 +15,9 @@ "dist" ], "dependencies": { - "react": "^18.2.0" - }, - "peerDependencies": { "@snort/shared": "^1.0.4", - "@snort/system": "^1.0.17" + "@snort/system": "^1.0.17", + "react": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.14", diff --git a/packages/system/package.json b/packages/system/package.json index b1ecbaee3..c729dfd1a 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -30,12 +30,10 @@ "@noble/curves": "^1.0.0", "@noble/hashes": "^1.3.1", "@scure/base": "^1.1.1", + "@snort/shared": "^1.0.4", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "dexie": "^3.2.4", "uuid": "^9.0.0" - }, - "peerDependencies": { - "@snort/shared": "^1.0.4" } } diff --git a/yarn.lock b/yarn.lock index 0f8cb597f..112b778a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3593,7 +3593,7 @@ __metadata: languageName: unknown linkType: soft -"@snort/shared@workspace:*, @snort/shared@workspace:packages/shared": +"@snort/shared@^1.0.4, @snort/shared@workspace:*, @snort/shared@workspace:packages/shared": version: 0.0.0-use.local resolution: "@snort/shared@workspace:packages/shared" dependencies: @@ -3612,16 +3612,15 @@ __metadata: version: 0.0.0-use.local resolution: "@snort/system-react@workspace:packages/system-react" dependencies: + "@snort/shared": ^1.0.4 + "@snort/system": ^1.0.17 "@types/react": ^18.2.14 react: ^18.2.0 typescript: ^5.1.6 - peerDependencies: - "@snort/shared": ^1.0.4 - "@snort/system": ^1.0.17 languageName: unknown linkType: soft -"@snort/system@workspace:*, @snort/system@workspace:packages/system": +"@snort/system@^1.0.17, @snort/system@workspace:*, @snort/system@workspace:packages/system": version: 0.0.0-use.local resolution: "@snort/system@workspace:packages/system" dependencies: @@ -3630,6 +3629,7 @@ __metadata: "@noble/hashes": ^1.3.1 "@peculiar/webcrypto": ^1.4.3 "@scure/base": ^1.1.1 + "@snort/shared": ^1.0.4 "@stablelib/xchacha20": ^1.0.1 "@types/debug": ^4.1.8 "@types/jest": ^29.5.1 @@ -3641,8 +3641,6 @@ __metadata: ts-jest: ^29.1.0 typescript: ^5.1.6 uuid: ^9.0.0 - peerDependencies: - "@snort/shared": ^1.0.4 languageName: unknown linkType: soft