From 0056fc8b4cc7dc8895d199ffeecd531500916d5d Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:59:28 -0400 Subject: [PATCH] update versions --- packages/helpers/package.json | 4 ++-- packages/ws/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index e57d5f8..4b7b870 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/common": "^0.0.9", + "@biscuitland/common": "^0.0.10", "ts-mixer": "^6.0.3" }, "devDependencies": { @@ -73,4 +73,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/ws/package.json b/packages/ws/package.json index ce9534f..ac0dc2a 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -24,7 +24,7 @@ } }, "dependencies": { - "@biscuitland/common": "^0.0.9", + "@biscuitland/common": "^0.0.10", "@biscuitland/rest": "^3.0.7", "ws": "^8.13.0" },