Skip to content

Commit 5c63a76

Browse files
authored
Merge pull request #1428 from meg2208/react-16.3
upgrade to react 16.3
2 parents 35ac92e + ac13406 commit 5c63a76

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@
183183
"promise-retry": "^1.1.1",
184184
"prop-types": "^15.5.10",
185185
"qs": "^6.1.0",
186-
"react": "^16.0.0",
186+
"react": "^16.3.2",
187187
"react-copy-to-clipboard": "^5.0.0",
188188
"react-dom": "^16.0.0",
189189
"react-draggable": "^3.0.3",
190-
"react-ga": "^2.1.2",
190+
"react-ga": "^2.5.0",
191191
"react-immutable-proptypes": "^2.1.0",
192192
"react-onclickoutside": "^6.5.0",
193193
"react-prevent-clickthrough": "^0.0.3",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -8556,9 +8556,9 @@ react-draggable@^3.0.3:
85568556
classnames "^2.2.5"
85578557
prop-types "^15.6.0"
85588558

8559-
react-ga@^2.1.2:
8560-
version "2.4.1"
8561-
resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-2.4.1.tgz#dfbd5f028ed39a07067f7a8bf57dc0d240000767"
8559+
react-ga@^2.5.0:
8560+
version "2.5.0"
8561+
resolved "https://registry.npmjs.org/react-ga/-/react-ga-2.5.0.tgz#fbba2b33d41ce727f7d4cf383d54dbbfbf96c507"
85628562
optionalDependencies:
85638563
prop-types "^15.6.0"
85648564
react "^15.6.2 || ^16.0"
@@ -8593,9 +8593,9 @@ react-redux@^5.0.3:
85938593
loose-envify "^1.1.0"
85948594
prop-types "^15.6.0"
85958595

8596-
"react@^15.6.2 || ^16.0", react@^16.0.0:
8597-
version "16.2.0"
8598-
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
8596+
"react@^15.6.2 || ^16.0", react@^16.3.2:
8597+
version "16.3.2"
8598+
resolved "https://registry.npmjs.org/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9"
85998599
dependencies:
86008600
fbjs "^0.8.16"
86018601
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)