Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 44ef52c

Browse files
fix(deps): Update xstate (#119)
* fix(deps): Update xstate * chore(deps): changeset for dependency update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ecoscript[bot] <143032650+ecoscript[bot]@users.noreply.github.com>
1 parent 34afd97 commit 44ef52c

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

.changeset/dependencies-GH-119.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@portabletext/plugin-character-pair-decorator": patch
3+
---
4+
5+
fix(deps): Update xstate

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@portabletext/plugin-character-pair-decorator": "workspace:^",
2020
"@portabletext/plugin-markdown-shortcuts": "workspace:^",
2121
"@portabletext/plugin-one-line": "workspace:^",
22-
"@xstate/store": "^3.8.5",
22+
"@xstate/store": "^3.9.2",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0"
2525
},

plugins/character-pair-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"dependencies": {
6565
"@xstate/react": "^6.0.0",
6666
"remeda": "^2.21.3",
67-
"xstate": "^5.20.2"
67+
"xstate": "^5.21.0"
6868
}
6969
}

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)