From 7d7c11ccc3173344b7722ce481c11ddaa94de16a Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Wed, 25 Mar 2026 09:02:25 +0100 Subject: [PATCH] chore: update template dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update mops core (2.1.0→2.3.1), moc toolchain (0.16.0→1.3.0), @icp-sdk/core (~5.1.0→~5.2.0), @icp-sdk/bindgen (~0.2.1→~0.3.0), and @dfinity/rust recipe (v3.1.0→v3.2.0). Remove unused base dependency from hello-world/motoko and motoko templates. --- bitcoin-starter/motoko-backend/mops.toml | 2 +- hello-world/frontend/app/package.json | 4 ++-- hello-world/motoko-backend/mops.toml | 5 +---- motoko/mops.toml | 5 +---- rust/icp.yaml | 2 +- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/bitcoin-starter/motoko-backend/mops.toml b/bitcoin-starter/motoko-backend/mops.toml index 7a68148..04fb997 100644 --- a/bitcoin-starter/motoko-backend/mops.toml +++ b/bitcoin-starter/motoko-backend/mops.toml @@ -1,5 +1,5 @@ [dependencies] -core = "2.1.0" +core = "2.3.1" [toolchain] moc = "1.3.0" diff --git a/hello-world/frontend/app/package.json b/hello-world/frontend/app/package.json index c138f1d..0fba1ff 100644 --- a/hello-world/frontend/app/package.json +++ b/hello-world/frontend/app/package.json @@ -11,13 +11,13 @@ "preview": "vite preview" }, "dependencies": { - "@icp-sdk/core": "~5.1.0", + "@icp-sdk/core": "~5.2.0", "react": "~19.1.1", "react-dom": "~19.1.1" }, "devDependencies": { "@eslint/js": "~9.33.0", - "@icp-sdk/bindgen": "~0.2.1", + "@icp-sdk/bindgen": "~0.3.0", "@types/react": "~19.1.10", "@types/react-dom": "~19.1.7", "@vitejs/plugin-react": "~5.0.0", diff --git a/hello-world/motoko-backend/mops.toml b/hello-world/motoko-backend/mops.toml index 0d30438..4363270 100644 --- a/hello-world/motoko-backend/mops.toml +++ b/hello-world/motoko-backend/mops.toml @@ -1,5 +1,2 @@ -[dependencies] -base = "0.16.0" - [toolchain] -moc = "0.16.0" +moc = "1.3.0" diff --git a/motoko/mops.toml b/motoko/mops.toml index 0d30438..4363270 100644 --- a/motoko/mops.toml +++ b/motoko/mops.toml @@ -1,5 +1,2 @@ -[dependencies] -base = "0.16.0" - [toolchain] -moc = "0.16.0" +moc = "1.3.0" diff --git a/rust/icp.yaml b/rust/icp.yaml index 39b2761..ad31639 100644 --- a/rust/icp.yaml +++ b/rust/icp.yaml @@ -2,7 +2,7 @@ canisters: - name: backend recipe: - type: "@dfinity/rust@v3.1.0" + type: "@dfinity/rust@v3.2.0" configuration: # cargo package for canister (required field) package: backend