From db28c50b7e12dedd52225a7b04589aac6d7d4f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:59:17 +0000 Subject: [PATCH] Bump o1js from 0.17.0 to 1.7.0 in /packages/frontend Bumps [o1js](https://github.com/o1-labs/o1js) from 0.17.0 to 1.7.0. - [Changelog](https://github.com/o1-labs/o1js/blob/main/CHANGELOG.md) - [Commits](https://github.com/o1-labs/o1js/commits) --- updated-dependencies: - dependency-name: o1js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index c04eb67f..ddafb42a 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -26,7 +26,7 @@ "mina-signer": "^3.0.5", "next": "^14.0.1", "next-sitemap": "^4.2.3", - "o1js": "0.17.0", + "o1js": "1.7.0", "pin-mina": "0.1.51", "postcss": "^8.4.22", "react": "^18.1.0",