File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"dependencies" : {
27
27
"prop-types" : " 15.7.2" ,
28
- "react-github-btn" : " 1.2.0" ,
29
28
"typeco" : " 1.0.0"
30
29
},
31
30
"devDependencies" : {
47
46
"eslint-plugin-react" : " 7.16.0" ,
48
47
"html-webpack-plugin" : " 3.2.0" ,
49
48
"jest" : " ^24.9.0" ,
49
+ "react" : " 16.9.0" ,
50
+ "react-dom" : " 16.9.0" ,
51
+ "react-github-btn" : " 1.2.0" ,
50
52
"react-syntax-highlighter" : " 13.5.1" ,
51
53
"style-loader" : " 1.0.0" ,
52
54
"terser-webpack-plugin" : " 4.1.0" ,
Original file line number Diff line number Diff line change @@ -6828,6 +6828,16 @@ rc@^1.2.7:
6828
6828
minimist "^1.2.0"
6829
6829
strip-json-comments "~2.0.1"
6830
6830
6831
+
6832
+ version "16.9.0"
6833
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
6834
+ integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
6835
+ dependencies :
6836
+ loose-envify "^1.1.0"
6837
+ object-assign "^4.1.1"
6838
+ prop-types "^15.6.2"
6839
+ scheduler "^0.15.0"
6840
+
6831
6841
6832
6842
version "1.2.0"
6833
6843
resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.2.0.tgz#464066f999a77c0eed27980260601b51cbe15614"
@@ -6861,6 +6871,15 @@ react-test-renderer@^16.0.0-0:
6861
6871
react-is "^16.8.6"
6862
6872
scheduler "^0.18.0"
6863
6873
6874
+
6875
+ version "16.9.0"
6876
+ resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
6877
+ integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
6878
+ dependencies :
6879
+ loose-envify "^1.1.0"
6880
+ object-assign "^4.1.1"
6881
+ prop-types "^15.6.2"
6882
+
6864
6883
read-pkg-up@^2.0.0 :
6865
6884
version "2.0.0"
6866
6885
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -7278,6 +7297,14 @@ sax@^1.2.4:
7278
7297
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
7279
7298
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
7280
7299
7300
+ scheduler@^0.15.0 :
7301
+ version "0.15.0"
7302
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
7303
+ integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
7304
+ dependencies :
7305
+ loose-envify "^1.1.0"
7306
+ object-assign "^4.1.1"
7307
+
7281
7308
scheduler@^0.18.0 :
7282
7309
version "0.18.0"
7283
7310
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
You can’t perform that action at this time.
0 commit comments