From affd16b2386f520f827f361216471947a008376b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:05:22 +0000 Subject: [PATCH] build(deps): bump mobx-miniprogram-bindings in /source Bumps [mobx-miniprogram-bindings](https://github.com/wechat-miniprogram/mobx-miniprogram-bindings) from 5.1.1 to 6.0.0. - [Commits](https://github.com/wechat-miniprogram/mobx-miniprogram-bindings/compare/v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: mobx-miniprogram-bindings dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/package.json b/source/package.json index 77a1336..b5e669a 100644 --- a/source/package.json +++ b/source/package.json @@ -6,7 +6,7 @@ "json5": "^2.2.3", "jsuri": "^1.3.1", "mobx-miniprogram": "^6.12.3", - "mobx-miniprogram-bindings": "^5.0.0", + "mobx-miniprogram-bindings": "^6.0.0", "semver": "^7.7.1", "tdesign-miniprogram": "^1.9.0-beta.1" },