diff options
-rw-r--r-- | packages/gitbook-core/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/gitbook-core/package.json b/packages/gitbook-core/package.json index a5f787e..182e6e3 100644 --- a/packages/gitbook-core/package.json +++ b/packages/gitbook-core/package.json @@ -11,9 +11,9 @@ "html-tags": "^1.1.1", "immutable": "^3.8.1", "mousetrap": "1.6.0", - "react": "^15.3.1", - "react-addons-css-transition-group": "^15.3.1", - "react-dom": "^15.3.1", + "react": "15.4.1", + "react-addons-css-transition-group": "15.4.1", + "react-dom": "15.4.1", "react-helmet": "^3.1.0", "react-immutable-proptypes": "^2.1.0", "react-intl": "^2.1.5", @@ -48,4 +48,4 @@ "bugs": { "url": "https://github.com/GitbookIO/gitbook/issues" } -}
\ No newline at end of file +} |