Skip to content

Commit 7b2862f

Browse files
committed
chore(deps): update react monorepo to v16.12.0
1 parent c5b57f5 commit 7b2862f

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"round-to": "^3.0.0"
4141
},
4242
"peerDependencies": {
43-
"react": "16.8.3",
43+
"react": "16.12.0",
4444
"styled-components": "^4.0.2"
4545
},
4646
"devDependencies": {
@@ -67,8 +67,8 @@
6767
"polished": "3.0.0",
6868
"prettier": "1.16.4",
6969
"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",
7272
"styled-components": "4.1.3"
7373
},
7474
"author": "Michael Hsu <evenchange4@gmail.com>",

yarn.lock

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9298,7 +9298,17 @@ react-dom@15.5.4:
92989298
object-assign "^4.1.0"
92999299
prop-types "~15.5.7"
93009300

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:
93029312
version "16.8.3"
93039313
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32"
93049314
integrity sha512-ttMem9yJL4/lpItZAQ2NTFAbV7frotHk5DZEHXUOws2rMmrsvh1Na7ThGT0dTzUIl6pqTOi5tYREfL8AEna3lA==
@@ -9485,7 +9495,16 @@ react@15.5.4:
94859495
object-assign "^4.1.0"
94869496
prop-types "^15.5.7"
94879497

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:
94899508
version "16.8.3"
94909509
resolved "https://registry.yarnpkg.com/react/-/react-16.8.3.tgz#c6f988a2ce895375de216edcfaedd6b9a76451d9"
94919510
integrity sha512-3UoSIsEq8yTJuSu0luO1QQWYbgGEILm+eJl2QN/VLDi7hL+EN18M3q3oVZwmVzzBJ3DkM7RMdRwBmZZ+b4IzSA==
@@ -10086,6 +10105,14 @@ scheduler@^0.13.3:
1008610105
loose-envify "^1.1.0"
1008710106
object-assign "^4.1.1"
1008810107

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+
1008910116
schema-utils@^0.4.5:
1009010117
version "0.4.7"
1009110118
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"

0 commit comments

Comments
 (0)