diff --git a/package.json b/package.json index 0b149fbb..b28eee9d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "/node_modules/d3", "/node_modules/lz-string", "/node_modules/jsen", - "/node_modules/coriolis-data", + "coriolis-data", "/src/app/shipyard", "/src/app/i18n", "/src/app/utils", @@ -68,7 +68,7 @@ "extract-text-webpack-plugin": "^0.9.1", "file-loader": "^0.8.4", "html-webpack-plugin": "^1.7.0", - "jest-cli": "*", + "jest-cli": "^0.9.2", "jsen": "^0.6.0", "json-loader": "^0.5.3", "less": "^2.5.3", @@ -85,7 +85,7 @@ "babel-polyfill": "*", "classnames": "^2.2.0", "coriolis-data": "cmmcleod/coriolis-data", - "d3": "^3.5.9", + "d3": "3.5.16", "fbemitter": "^2.0.0", "lz-string": "^1.4.4", "react": "^0.14.7",