diff options
author | Soreine <nicolas@gitbook.com> | 2016-12-02 15:59:01 +0100 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-12-02 15:59:01 +0100 |
commit | 6d009445765ba91310a9c731ff3ddab24db652fc (patch) | |
tree | 157dcbc50a6b58ac4ba74c891cb81c0277c70437 | |
parent | be8b11dcb4fd896af2dfc1e6d3b455309c12ba3b (diff) | |
download | gitbook-6d009445765ba91310a9c731ff3ddab24db652fc.zip gitbook-6d009445765ba91310a9c731ff3ddab24db652fc.tar.gz gitbook-6d009445765ba91310a9c731ff3ddab24db652fc.tar.bz2 |
Fixed React version
-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 +} |