From 3a9c55d39d3a9459be01041b8a80ff7a3e5d383a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:55:20 +0000 Subject: [PATCH] fix(deps): update xstate monorepo --- package-lock.json | 41 ++++++++++++++--------------------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63e8e1f1..09e8616d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@docsearch/react": "3.9.0", "@headlessui/react": "1.7.19", "@tailwindcss/typography": "0.5.20", - "@xstate/react": "1.6.3", + "@xstate/react": "6.1.0", "autoprefixer": "10.6.1", "clsx": "2.1.1", "date-fns": "3.6.0", @@ -44,7 +44,7 @@ "tailwind-heropatterns": "0.0.8", "tailwindcss": "3.4.19", "unist-util-visit": "5.1.0", - "xstate": "4.38.3" + "xstate": "5.33.2" }, "devDependencies": { "@eslint/js": "^9.39.0", @@ -1628,22 +1628,19 @@ "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==" }, "node_modules/@xstate/react": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@xstate/react/-/react-1.6.3.tgz", - "integrity": "sha512-NCUReRHPGvvCvj2yLZUTfR0qVp6+apc8G83oXSjN4rl89ZjyujiKrTff55bze/HrsvCsP/sUJASf2n0nzMF1KQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@xstate/react/-/react-6.1.0.tgz", + "integrity": "sha512-ep9F0jGTI63B/jE8GHdMpUqtuz7yRebNaKv8EMUaiSi29NOglywc2X2YSOV/ygbIK+LtmgZ0q9anoEA2iBSEOw==", + "license": "MIT", "dependencies": { - "use-isomorphic-layout-effect": "^1.0.0", - "use-subscription": "^1.3.0" + "use-isomorphic-layout-effect": "^1.1.2", + "use-sync-external-store": "^1.2.0" }, "peerDependencies": { - "@xstate/fsm": "^1.0.0", - "react": "^16.8.0 || ^17.0.0", - "xstate": "^4.11.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "xstate": "^5.28.0" }, "peerDependenciesMeta": { - "@xstate/fsm": { - "optional": true - }, "xstate": { "optional": true } @@ -8068,17 +8065,6 @@ } } }, - "node_modules/use-subscription": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.12.0.tgz", - "integrity": "sha512-MxN8IbiDehaybVEyPcEDxSKdhUyIw9hr+nPvJMj+XTW7kKnb8tqqY82jROTD29Y2mqHAizPWNB0aHNjOzuyN1A==", - "dependencies": { - "use-sync-external-store": "^1.6.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, "node_modules/use-sync-external-store": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", @@ -8241,9 +8227,10 @@ } }, "node_modules/xstate": { - "version": "4.38.3", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.38.3.tgz", - "integrity": "sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==", + "version": "5.33.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-5.33.2.tgz", + "integrity": "sha512-8tC7yXgeCvpT8gKEeEje6ikJJG1wpnoLiXe+HfECW8m10ubMd3QxKOwWA8KxPJVBcLwfdRoMKYxIBGYKmo37/A==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate" diff --git a/package.json b/package.json index ff5cc1c3..1562e7f2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@docsearch/react": "3.9.0", "@headlessui/react": "1.7.19", "@tailwindcss/typography": "0.5.20", - "@xstate/react": "1.6.3", + "@xstate/react": "6.1.0", "autoprefixer": "10.6.1", "clsx": "2.1.1", "date-fns": "3.6.0", @@ -64,7 +64,7 @@ "tailwind-heropatterns": "0.0.8", "tailwindcss": "3.4.19", "unist-util-visit": "5.1.0", - "xstate": "4.38.3" + "xstate": "5.33.2" }, "devDependencies": { "@eslint/js": "^9.39.0",