Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit b52e03f

Browse files
committed
chore(package): Add xstate as a dependency.
1 parent 0616cb9 commit b52e03f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

panel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"ts-action-operators": "^3.0.0",
5959
"ts-node": "~3.2.0",
6060
"tslint": "~5.3.2",
61-
"typescript": "~2.6.1"
61+
"typescript": "~2.6.1",
62+
"xstate": "^1.2.1"
6263
}
6364
}

panel/yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6174,6 +6174,10 @@ [email protected]:
61746174
version "1.5.3"
61756175
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz#185a888c04eca46c3e4070d99f7b49de3528992d"
61766176

6177+
xstate@^1.2.1:
6178+
version "1.2.1"
6179+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-1.2.1.tgz#24189c9085098360dd1a75855552842ade01300d"
6180+
61776181
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
61786182
version "4.0.1"
61796183
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

0 commit comments

Comments
 (0)