From c1815282ae185962d71748c08b05e98fd4d6b57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:00:14 +0000 Subject: [PATCH] Bump jotai-xstate from 0.3.0 to 0.6.1 Bumps [jotai-xstate](https://github.com/jotaijs/jotai-xstate) from 0.3.0 to 0.6.1. - [Changelog](https://github.com/jotaijs/jotai-xstate/blob/main/CHANGELOG.md) - [Commits](https://github.com/jotaijs/jotai-xstate/compare/v0.3.0...v0.6.1) --- updated-dependencies: - dependency-name: jotai-xstate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02bf1b42..26fee7ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "idb-keyval": "^6.2.0", "isomorphic-git": "^1.29.0", "jotai": "^2.0.3", - "jotai-xstate": "^0.3.0", + "jotai-xstate": "^0.6.1", "lodash.debounce": "^4.0.8", "mdast-util-from-markdown": "^1.2.0", "mdast-util-gfm-task-list-item": "^2.0.0", @@ -19644,12 +19644,13 @@ } }, "node_modules/jotai-xstate": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/jotai-xstate/-/jotai-xstate-0.3.0.tgz", - "integrity": "sha512-ImMTwkT8e2Ld3KBUtisjtzTgtg4jgeAoFzwVZgDCoDkYsYgmE8NatEwBoz63BTmpg+EKOYkDxd6QmrAT9a2TBw==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/jotai-xstate/-/jotai-xstate-0.6.1.tgz", + "integrity": "sha512-graSDsorui1a4Zt4jCJ40GuOzOkfOY317XcazYnNx0EHS+D/rOr4aLzZRy0NLaPQZsypfcGSMbNCwksfhwkixA==", + "license": "MIT", "peerDependencies": { - "jotai": ">=1.11.0", - "xstate": "*" + "jotai": ">=2.0.0", + "xstate": ">=5.0.0" } }, "node_modules/js-base64": { @@ -58097,9 +58098,9 @@ "requires": {} }, "jotai-xstate": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/jotai-xstate/-/jotai-xstate-0.3.0.tgz", - "integrity": "sha512-ImMTwkT8e2Ld3KBUtisjtzTgtg4jgeAoFzwVZgDCoDkYsYgmE8NatEwBoz63BTmpg+EKOYkDxd6QmrAT9a2TBw==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/jotai-xstate/-/jotai-xstate-0.6.1.tgz", + "integrity": "sha512-graSDsorui1a4Zt4jCJ40GuOzOkfOY317XcazYnNx0EHS+D/rOr4aLzZRy0NLaPQZsypfcGSMbNCwksfhwkixA==", "requires": {} }, "js-base64": { diff --git a/package.json b/package.json index 278a9a19..2f1677d6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "idb-keyval": "^6.2.0", "isomorphic-git": "^1.29.0", "jotai": "^2.0.3", - "jotai-xstate": "^0.3.0", + "jotai-xstate": "^0.6.1", "lodash.debounce": "^4.0.8", "mdast-util-from-markdown": "^1.2.0", "mdast-util-gfm-task-list-item": "^2.0.0",