Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 5, 2017
1 parent 5b550c1 commit d0f7eb5
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 467 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"peerDependencies": {
"react": "^15.3.2",
"rxjs": "^5.0.0-rc.4"
"rxjs": "^5.2.0"
},
"dependencies": {
"fbjs": "^0.8.9",
Expand All @@ -43,34 +43,34 @@
"symbol-observable": "^1.0.4"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-jest": "^19.0.0",
"babel-loader": "^6.3.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"benchmark": "^2.1.2",
"docdown": "neoziro/docdown#multiple-files-support",
"enzyme": "^2.7.1",
"eslint": "^3.15.0",
"eslint": "^3.17.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react": "^6.10.0",
"fs-extra": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^18.0.0",
"jsdom": "^9.10.0",
"jest": "^19.0.2",
"jsdom": "^9.11.0",
"microtime": "^2.1.2",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"reassemble": "^0.5.4",
"reassemble": "^0.5.6",
"recompose": "^0.22.0",
"rxjs": "^5.1.0",
"rxjs": "^5.2.0",
"sinon": "^1.17.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
"webpack-dev-server": "^2.4.1"
}
}

0 comments on commit d0f7eb5

Please sign in to comment.