Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70a80d6

Browse files
committed
Install XState
1 parent ec3685b commit 70a80d6

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
},
1010
"devDependencies": {
1111
"prettier": "2.5.1"
12+
},
13+
"dependencies": {
14+
"@xstate/react": "^1.6.3",
15+
"xstate": "^4.27.0"
1216
}
1317
}

yarn.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,37 @@
22
# yarn lockfile v1
33

44

5+
"@xstate/react@^1.6.3":
6+
version "1.6.3"
7+
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.6.3.tgz#706f3beb7bc5879a78088985c8fd43b9dab7f725"
8+
integrity sha512-NCUReRHPGvvCvj2yLZUTfR0qVp6+apc8G83oXSjN4rl89ZjyujiKrTff55bze/HrsvCsP/sUJASf2n0nzMF1KQ==
9+
dependencies:
10+
use-isomorphic-layout-effect "^1.0.0"
11+
use-subscription "^1.3.0"
12+
13+
object-assign@^4.1.1:
14+
version "4.1.1"
15+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
16+
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
17+
518
619
version "2.5.1"
720
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
821
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
22+
23+
use-isomorphic-layout-effect@^1.0.0:
24+
version "1.1.1"
25+
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz#7bb6589170cd2987a152042f9084f9effb75c225"
26+
integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==
27+
28+
use-subscription@^1.3.0:
29+
version "1.5.1"
30+
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
31+
integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
32+
dependencies:
33+
object-assign "^4.1.1"
34+
35+
xstate@^4.27.0:
36+
version "4.27.0"
37+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.27.0.tgz#f3c918ac4229bd5e6dec2231e991ba55c6bfa559"
38+
integrity sha512-ohOwDM9tViC/zSSmY9261CHblDPqiaAk5vyjVbi69uJv9fGWMzlm0VDQwM2OvC61GKfXVBeuWSMkL7LPUsTpfA==

0 commit comments

Comments
 (0)