From 8e7a674eae3ee00a9bf44be126e3fec0389823b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morel=20Se=CC=81bastien?= Date: Mon, 15 Jul 2024 13:42:52 +0200 Subject: [PATCH] chore(import-export-sdk): versioned dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e770ed..4359ee8 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "vitest": "^1.6.0" }, "dependencies": { - "@crystallize/js-api-client": "workspace:*", - "@crystallize/schema": "workspace:*", + "@crystallize/js-api-client": "^3.0.0", + "@crystallize/schema": "^1.0.0", "zod": "^3.23.8" } -} +} \ No newline at end of file