Skip to content

Commit 0c76f87

Browse files
committed
Publish react-slate@0.5.1, react-slate-utils@0.2.0
1 parent a3c3598 commit 0c76f87

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

packages/react-slate-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"react": "^16.3.2",
30-
"react-slate": "^0.4.1",
31-
"react-slate-utils": "^0.1.0"
30+
"react-slate": "^0.5.1",
31+
"react-slate-utils": "^0.2.0"
3232
},
3333
"devDependencies": {
3434
"strip-ansi": "^4.0.0"

packages/react-slate-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slate-utils",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "react-slate utils for altering a TTY stream",
55
"license": "MIT",
66
"repository": "https://github.com/zamotany/react-slate",

packages/react-slate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slate",
3-
"version": "0.4.1",
3+
"version": "0.5.1",
44
"description": "Render React CLI apps to TTY terminals",
55
"license": "MIT",
66
"repository": "https://github.com/zamotany/react-slate",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4417,6 +4417,23 @@ react-reconciler@0.3.0-beta.1:
44174417
object-assign "^4.1.1"
44184418
prop-types "^15.6.0"
44194419

4420+
react-slate@^0.4.1:
4421+
version "0.4.1"
4422+
resolved "https://registry.yarnpkg.com/react-slate/-/react-slate-0.4.1.tgz#c9616e0f9a132a7e39a8ffbddd1f9d9a349db63f"
4423+
dependencies:
4424+
ansi-parser "^3.2.8"
4425+
ansi-styles "^3.2.0"
4426+
astral-regex "^1.0.0"
4427+
chalk "^2.1.0"
4428+
cli-spinners "^1.1.0"
4429+
fast-memoize "^2.2.8"
4430+
fbjs "^0.8.16"
4431+
is-fullwidth-code-point "^2.0.0"
4432+
mkdirp "^0.5.1"
4433+
prop-types "^15.6.0"
4434+
react-reconciler "0.3.0-beta.1"
4435+
strip-ansi "^4.0.0"
4436+
44204437
react@^16.2.0, react@^16.3.2:
44214438
version "16.3.2"
44224439
resolved "https://registry.yarnpkg.com/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9"

0 commit comments

Comments
 (0)