Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Apr 8, 2016
1 parent 7dbdc30 commit ab95e2e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"author": "Jonathan Lehman <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "6.6.5",
"babel-core": "6.7.2",
"babel-eslint": "5.0.0",
"babel-cli": "6.7.5",
"babel-core": "6.7.5",
"babel-eslint": "6.0.2",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.6.0",
"babel-plugin-transform-runtime": "6.7.5",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.6.1",
"chai": "3.5.0",
"eslint": "2.2.0",
"eslint": "2.7.0",
"eslint-config-customink": "2.1.1",
"eslint-plugin-react": "4.2.3",
"jsdom": "8.1.0",
"eslint-plugin-react": "4.3.0",
"jsdom": "8.3.0",
"mocha": "2.4.5",
"react": "0.14.7",
"react-dom": "0.14.7",
"react": "15.0.0",
"react-dom": "15.0.0",
"sinon": "1.17.3",
"webpack": "1.12.14"
},
"peerDependencies": {
"react": "0.14.x"
"react": "^0.14.0 || ^15.0.0"
}
}

0 comments on commit ab95e2e

Please sign in to comment.