From 52117411e331d3f5f3a79ac8b6ac4dbab2fbc634 Mon Sep 17 00:00:00 2001 From: Nikolaos Xenakis Date: Thu, 19 Mar 2026 16:20:07 +0100 Subject: [PATCH] chore(hello-world): update @icp-sdk/core from v5.0.0 to v5.1.0 --- hello-world/frontend/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world/frontend/app/package.json b/hello-world/frontend/app/package.json index ec5c3b4..c138f1d 100644 --- a/hello-world/frontend/app/package.json +++ b/hello-world/frontend/app/package.json @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "@icp-sdk/core": "~5.0.0", + "@icp-sdk/core": "~5.1.0", "react": "~19.1.1", "react-dom": "~19.1.1" },