Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dantrain committed May 8, 2016
1 parent 42e956d commit ba5fe53
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,47 +25,47 @@
"url": "https://github.com/dantrain/react-stonecutter.git"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"browser-sync": "^2.11.2",
"browser-sync": "^2.12.5",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.1",
"chai-enzyme": "^0.4.2",
"enzyme": "^2.2.0",
"eslint": "^2.6.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"ghooks": "^1.1.1",
"ghooks": "^1.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"lodash.assign": "^4.0.7",
"lodash.camelcase": "^4.1.0",
"lodash.isequalwith": "^4.1.3",
"lodash.assign": "^4.0.8",
"lodash.camelcase": "^4.1.1",
"lodash.isequalwith": "^4.1.4",
"lodash.shuffle": "^4.0.0",
"mocha": "^2.4.5",
"node-libs-browser": "^1.0.0",
"node-notifier": "^4.5.0",
"rc-slider": "^3.5.1",
"react-addons-test-utils": "^0.14.8",
"rc-slider": "^3.6.2",
"react-addons-test-utils": "^15.0.2",
"react-radio-group": "^2.2.0",
"run-sequence": "^1.1.5",
"webpack": "^1.12.14"
"webpack": "^1.13.0"
},
"dependencies": {
"enquire.js": "^2.1.1",
"lodash.isequal": "^4.1.3",
"lodash.isequal": "^4.1.4",
"lodash.partition": "^4.3.0",
"react-addons-transition-group": "^0.14.8",
"react-motion": "^0.4.2"
"react-addons-transition-group": "^15.0.2",
"react-motion": "^0.4.3"
},
"peerDependencies": {
"react": "^0.14.8",
"react-dom": "^0.14.8"
"react": "^15.0.2",
"react-dom": "^15.0.2"
}
}

0 comments on commit ba5fe53

Please sign in to comment.