From 95eec90a62283d12a865c021aeb2303bedce4c15 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 18 Oct 2022 08:49:25 -0600 Subject: [PATCH] bump peer dep --- frontend/projects/marketplace/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/projects/marketplace/package.json b/frontend/projects/marketplace/package.json index fd1c1d54c..f857ec655 100644 --- a/frontend/projects/marketplace/package.json +++ b/frontend/projects/marketplace/package.json @@ -1,11 +1,11 @@ { "name": "@start9labs/marketplace", - "version": "0.2.0", + "version": "0.2.1", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", "@ionic/angular": ">=6.0.0", - "@start9labs/shared": "^0.1.0", + "@start9labs/shared": "^0.2.0", "fuse.js": "^6.4.6" }, "dependencies": {