From 2f116c30bcc0687abf085e3861b35a6783992032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:31:39 +0000 Subject: [PATCH] fix(deps): update polkadot-api requirement Updates the requirements on [polkadot-api](https://github.com/polkadot-api/polkadot-api) to permit the latest version. - [Release notes](https://github.com/polkadot-api/polkadot-api/releases) - [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md) - [Commits](https://github.com/polkadot-api/polkadot-api/compare/polkadot-api@2.2.1...polkadot-api@2.2.2) --- updated-dependencies: - dependency-name: polkadot-api dependency-version: 2.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/generator/template-dependencies/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator/template-dependencies/package.json b/src/generator/template-dependencies/package.json index 96a8b7c..3324010 100644 --- a/src/generator/template-dependencies/package.json +++ b/src/generator/template-dependencies/package.json @@ -34,7 +34,7 @@ "express": "^5.2.1", "globals": "^17.9.0", "mipd": "^0.0.7", - "polkadot-api": "^2.2.1", + "polkadot-api": "^2.2.2", "prettier": "3.9.6", "react": "^19.2.8", "react-dom": "^19.2.8",