Skip to content

Commit

Permalink
Merge pull request #475 from NullVoxPopuli/upgrade-to-xstate-5
Browse files Browse the repository at this point in the history
Upgrade to XState 5
  • Loading branch information
NullVoxPopuli authored Dec 28, 2023
2 parents 54a793a + 1cb88f3 commit db869cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ember-statechart-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"rollup": "2.78.1",
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.4.2",
"xstate": "^4.30.0"
"xstate": "^5.4.1"
},
"engines": {
"node": ">=12.2.0 < 13 || >= 14"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/ember-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"ember-statechart-component": "*",
"xstate": "^4.26.1"
"xstate": "^5.4.1"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit db869cf

Please sign in to comment.