From d259b2da3775d7dd99a1983a72e140ff4fc59ea4 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Tue, 5 Nov 2024 11:57:09 +1300 Subject: [PATCH] fix: update podium dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15277583..e1e1c4f4 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.7", + "@podium/client": "5.2.0-next.8", "@podium/context": "5.1.0", "@podium/proxy": "5.0.28", - "@podium/schemas": "5.0.6", + "@podium/schemas": "5.1.0", "@podium/utils": "5.3.1", "abslog": "2.4.4", "ajv": "8.17.1", @@ -52,7 +52,7 @@ "objobj": "1.0.0" }, "devDependencies": { - "@podium/podlet": "5.2.0-next.6", + "@podium/podlet": "5.2.0-next.9", "@podium/test-utils": "3.0.11", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.0",