File tree 4 files changed +22
-1
lines changed 4 files changed +22
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- # React-WeUI [ ![ Build Status] ( https://travis-ci.org/weui/react-weui.svg?branch=master )] ( https://travis-ci.org/weui/react-weui ) [ ![ npm version] ( https://img.shields.io/npm/v/react-weui.svg )] ( https://www.npmjs.org/package/react-weui )
1
+ # React-WeUI [ ![ Build Status] ( https://travis-ci.org/weui/react-weui.svg?branch=master )] ( https://travis-ci.org/weui/react-weui ) [ ![ Github Workflow Status ] ( https://github.com/weui/react-weui/workflows/ci/badge.svg )] ( https://github.com/weui/react-weui ) [ ![ npm version] ( https://img.shields.io/npm/v/react-weui.svg )] ( https://www.npmjs.org/package/react-weui )
2
2
3
3
[ WeUI] ( https://github.com/weui/weui ) Components build with [ React] ( http://facebook.github.io/react/ ) .
4
4
Original file line number Diff line number Diff line change 83
83
"open-browser-webpack-plugin" : " 0.0.1" ,
84
84
"postcss-loader" : " ^2.0.6" ,
85
85
"raw-loader" : " ^0.5.1" ,
86
+ "react" : " ^16.9.0" ,
86
87
"react-codemirror" : " ^0.2.6" ,
87
88
"react-docgen" : " ^3.0.0" ,
89
+ "react-dom" : " ^16.9.0" ,
88
90
"react-fontawesome" : " ^1.3.1" ,
89
91
"react-remarkable" : " ^1.1.1" ,
90
92
"react-router" : " ^4.1.1" ,
Original file line number Diff line number Diff line change @@ -6559,6 +6559,16 @@ react-docgen@^3.0.0:
6559
6559
node-dir "^0.1.10"
6560
6560
recast "^0.16.0"
6561
6561
6562
+ react-dom@^16.9.0 :
6563
+ version "16.9.0"
6564
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
6565
+ integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
6566
+ dependencies :
6567
+ loose-envify "^1.1.0"
6568
+ object-assign "^4.1.1"
6569
+ prop-types "^15.6.2"
6570
+ scheduler "^0.15.0"
6571
+
6562
6572
react-fontawesome@^1.3.1 :
6563
6573
version "1.6.1"
6564
6574
resolved "https://registry.npmjs.org/react-fontawesome/-/react-fontawesome-1.6.1.tgz#eddce17e7dc731aa09fd4a186688a61793a16c5c"
@@ -6649,6 +6659,15 @@ react-transition-group@^2.0.2:
6649
6659
prop-types "^15.6.2"
6650
6660
react-lifecycles-compat "^3.0.4"
6651
6661
6662
+ react@^16.9.0 :
6663
+ version "16.9.0"
6664
+ resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
6665
+ integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
6666
+ dependencies :
6667
+ loose-envify "^1.1.0"
6668
+ object-assign "^4.1.1"
6669
+ prop-types "^15.6.2"
6670
+
6652
6671
read-pkg-up@^1.0.1 :
6653
6672
version "1.0.1"
6654
6673
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
You can’t perform that action at this time.
0 commit comments