File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"devDependencies" : {
11
11
"prettier" : " 2.5.1"
12
+ },
13
+ "dependencies" : {
14
+ "@xstate/react" : " ^1.6.3" ,
15
+ "xstate" : " ^4.27.0"
12
16
}
13
17
}
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
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
+
5
18
6
19
version "2.5.1"
7
20
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
8
21
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==
You can’t perform that action at this time.
0 commit comments