Skip to content

Commit 42113f3

Browse files
committed
Update react monorepo to v16.4.1
1 parent 4a71de1 commit 42113f3

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"react-docgen-typescript-webpack-plugin": "1.1.0",
3434
"ts-jest": "22.4.2",
3535
"release-it": "7.3.0",
36-
"react": "16.3.1",
37-
"react-dom": "16.3.1",
36+
"react": "16.4.1",
37+
"react-dom": "16.4.1",
3838
"ts-loader": "4.2.0",
3939
"ts-node": "5.0.1",
4040
"tslint": "5.9.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"d3": "5.0.0",
1515
"lodash": "4.17.5",
1616
"plottable": "3.8.2",
17-
"react": "16.3.1",
18-
"react-dom": "16.3.1"
17+
"react": "16.4.1",
18+
"react-dom": "16.4.1"
1919
},
2020
"directories": {
2121
"lib": "./lib",

packages/core/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,18 +737,18 @@ ramda@0.25.0:
737737
version "0.25.0"
738738
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"
739739

740-
react-dom@16.3.1:
741-
version "16.3.1"
742-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
740+
react-dom@16.4.1:
741+
version "16.4.1"
742+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
743743
dependencies:
744744
fbjs "^0.8.16"
745745
loose-envify "^1.1.0"
746746
object-assign "^4.1.1"
747747
prop-types "^15.6.0"
748748

749-
react@16.3.1:
750-
version "16.3.1"
751-
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
749+
react@16.4.1:
750+
version "16.4.1"
751+
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
752752
dependencies:
753753
fbjs "^0.8.16"
754754
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)