1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fix: npm gave some deprecation warnings

This commit is contained in:
Steffen Vogel 2017-06-28 02:44:27 +02:00
parent b4dce489fa
commit 3a988506bf

View file

@ -22,7 +22,9 @@
"superagent": "^3.5.0",
"gaugeJS": "^1.3.2",
"d3-scale": "^1.0.5",
"rc-slider": "^7.0.1"
"rc-slider": "^7.0.1",
"prop-types": "^15.0.0",
"d3": "^3.5.0"
},
"devDependencies": {
"chai": "^3.5.0",