File tree Expand file tree Collapse file tree 2 files changed +32
-5
lines changed Expand file tree Collapse file tree 2 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 40
40
"round-to" : " ^3.0.0"
41
41
},
42
42
"peerDependencies" : {
43
- "react" : " 16.8.3 " ,
43
+ "react" : " 16.12.0 " ,
44
44
"styled-components" : " ^4.0.2"
45
45
},
46
46
"devDependencies" : {
67
67
"polished" : " 3.0.0" ,
68
68
"prettier" : " 1.16.4" ,
69
69
"prismjs" : " 1.15.0" ,
70
- "react" : " 16.8.3 " ,
71
- "react-dom" : " 16.8.3 " ,
70
+ "react" : " 16.12.0 " ,
71
+ "react-dom" : " 16.12.0 " ,
72
72
"styled-components" : " 4.1.3"
73
73
},
74
74
"author" : " Michael Hsu <evenchange4@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -9298,7 +9298,17 @@ react-dom@15.5.4:
9298
9298
object-assign "^4.1.0"
9299
9299
prop-types "~15.5.7"
9300
9300
9301
- react-dom@16.8.3, react-dom@^16.6.3 :
9301
+ react-dom@16.12.0 :
9302
+ version "16.12.0"
9303
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.12.0.tgz#0da4b714b8d13c2038c9396b54a92baea633fe11"
9304
+ integrity sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw==
9305
+ dependencies :
9306
+ loose-envify "^1.1.0"
9307
+ object-assign "^4.1.1"
9308
+ prop-types "^15.6.2"
9309
+ scheduler "^0.18.0"
9310
+
9311
+ react-dom@^16.6.3 :
9302
9312
version "16.8.3"
9303
9313
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32"
9304
9314
integrity sha512-ttMem9yJL4/lpItZAQ2NTFAbV7frotHk5DZEHXUOws2rMmrsvh1Na7ThGT0dTzUIl6pqTOi5tYREfL8AEna3lA==
@@ -9485,7 +9495,16 @@ react@15.5.4:
9485
9495
object-assign "^4.1.0"
9486
9496
prop-types "^15.5.7"
9487
9497
9488
- react@16.8.3, react@^16.6.3 :
9498
+ react@16.12.0 :
9499
+ version "16.12.0"
9500
+ resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
9501
+ integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==
9502
+ dependencies :
9503
+ loose-envify "^1.1.0"
9504
+ object-assign "^4.1.1"
9505
+ prop-types "^15.6.2"
9506
+
9507
+ react@^16.6.3 :
9489
9508
version "16.8.3"
9490
9509
resolved "https://registry.yarnpkg.com/react/-/react-16.8.3.tgz#c6f988a2ce895375de216edcfaedd6b9a76451d9"
9491
9510
integrity sha512-3UoSIsEq8yTJuSu0luO1QQWYbgGEILm+eJl2QN/VLDi7hL+EN18M3q3oVZwmVzzBJ3DkM7RMdRwBmZZ+b4IzSA==
@@ -10086,6 +10105,14 @@ scheduler@^0.13.3:
10086
10105
loose-envify "^1.1.0"
10087
10106
object-assign "^4.1.1"
10088
10107
10108
+ scheduler@^0.18.0 :
10109
+ version "0.18.0"
10110
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.18.0.tgz#5901ad6659bc1d8f3fdaf36eb7a67b0d6746b1c4"
10111
+ integrity sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ==
10112
+ dependencies :
10113
+ loose-envify "^1.1.0"
10114
+ object-assign "^4.1.1"
10115
+
10089
10116
schema-utils@^0.4.5 :
10090
10117
version "0.4.7"
10091
10118
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
You can’t perform that action at this time.
0 commit comments