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