Skip to content

Commit

Permalink
Merge pull request #5 from koordinates/xstate-peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse authored Aug 4, 2022
2 parents 59e5dd9 + f30bd26 commit 4cb0fe6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 8 additions & 3 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"rxjs": "6.6.2",
"tiny-emitter": "2.1.0",
"typescript": "4.7.3",
"xstate": "4.32.0",
"zod": "3.17.3"
},
"devDependencies": {
Expand Down Expand Up @@ -43,7 +42,11 @@
"jest-environment-jsdom": "28.0.1",
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"ts-jest": "28.0.5"
"ts-jest": "28.0.5",
"xstate": "4.32.0"
},
"peerDependencies": {
"xstate": ">= 4.20 < 5.0.0"
},
"scripts": {
"lint": "eslint 'src/**/*'",
Expand Down

0 comments on commit 4cb0fe6

Please sign in to comment.