about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-04-16 21:04:24 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-04-16 21:04:24 +0200
commit7e0aed398f7e3e74a3c15e426082f88cf8b79bcf (patch)
tree2ea0c8d29ff8c8358b914cdaf8a81f2951705b85 /package.json
parent1c379b7ef46edeaa7a8238902546ed7215b02fe2 (diff)
Fix scrolling behavior (#7151)
* Update React.JS

* Use React's new lifecycles for scrollable lists

* Clean up dead code

* Make CodeClimate happy
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9858d28d4..75e9e9f6d 100644
--- a/package.json
+++ b/package.json
@@ -83,8 +83,8 @@
     "prop-types": "^15.5.10",
     "punycode": "^2.1.0",
     "rails-ujs": "^5.1.2",
-    "react": "^16.2.0",
-    "react-dom": "^16.2.0",
+    "react": "^16.3.0",
+    "react-dom": "^16.3.0",
     "react-hotkeys": "^0.10.0",
     "react-immutable-proptypes": "^2.1.0",
     "react-immutable-pure-component": "^1.1.1",