diff --git a/package.json b/package.json index 56d264df..b0ef8519 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "homepage": "https://github.com/4Catalyzer/found#readme", "dependencies": { "babel-runtime": "^6.18.0", - "farce": "^0.0.6", + "farce": "^0.1.0", "invariant": "^2.2.1", "is-promise": "^2.1.0", - "lodash": "^4.16.4", + "lodash": "^4.16.6", "path-to-regexp": "^1.6.0", "react-prop-types": "^0.4.0", "react-redux": "^5.0.0-beta.3", @@ -46,18 +46,18 @@ }, "devDependencies": { "babel-cli": "^6.18.0", - "babel-eslint": "^7.0.0", + "babel-eslint": "^7.1.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-latest": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-1": "^6.16.0", - "eslint": "^3.8.1", + "eslint": "^3.9.1", "eslint-config-4catalyzer-react": "^0.1.3", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.3", - "eslint-plugin-react": "^6.4.1", + "eslint-plugin-react": "^6.5.0", "react": "^15.3.2", "react-dom": "^15.3.2", "rimraf": "^2.5.4"