Use prop-types library to silence PropTypes deprecation warning (#2498)

* Use prop-types library to fix the deprecation warning.

* Updated weaveworks-ui-components version.
This commit is contained in:
Filip Barl
2017-05-05 18:23:43 +02:00
committed by GitHub
parent 5346a92a3e
commit 10b276c28a
4 changed files with 16 additions and 12 deletions

View File

@@ -28,6 +28,7 @@
"materialize-css": "0.98.1",
"moment": "2.18.1",
"page": "1.7.1",
"prop-types": "^15.5.8",
"react": "15.5.4",
"react-addons-perf": "15.4.2",
"react-dom": "15.5.4",
@@ -41,9 +42,9 @@
"reqwest": "2.0.5",
"reselect": "3.0.0",
"reselect-map": "1.0.1",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.1.20",
"whatwg-fetch": "2.0.3",
"xterm": "2.5.0",
"weaveworks-ui-components": "git+https://github.com/weaveworks/ui-components.git#v0.1.19"
"xterm": "2.5.0"
},
"devDependencies": {
"autoprefixer": "6.7.7",