File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed
Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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+
44204437react@^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"
You can’t perform that action at this time.
0 commit comments