upgrade dependencies to latest versions and fix bugs

This commit is contained in:
Alan Hamlett
2016-06-29 14:32:00 -07:00
parent e8a73a3846
commit afc10fb7c4
19 changed files with 698 additions and 50 deletions

View File

@@ -7,7 +7,8 @@
"gulp": "gulp",
"watch": "gulp watch",
"lint": "jsxhint --jsx-only .",
"postinstall": "gulp postinstall"
"postinstall": "gulp postinstall",
"validate": "npm ls"
},
"pre-commit": [
"lint"
@@ -24,31 +25,32 @@
},
"private": true,
"devDependencies": {
"babel-jest": "^5.3.0",
"bower": "^1.4.1",
"chai": "^3.0.0",
"del": "^1.2.0",
"gulp": "^3.8.8",
"jest-cli": "github:facebook/jest#0.5.x",
"jshint": "^2.8.0",
"babel-jest": "^13.0.0",
"bower": "^1.7.9",
"chai": "^3.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"jest-cli": "^13.0.0",
"jshint": "^2.9.2",
"jsxhint": "^0.15.1",
"laravel-elixir": "*",
"laravel-elixir": "^5.0.0",
"mocha": "^2.5.3",
"mocha-sinon": "^1.1.4",
"mocha-sinon": "^1.1.5",
"mocha-traceur": "^2.1.0",
"precommit-hook": "^2.0.1",
"react-tools": "^0.13.3",
"sinon": "^1.15.4",
"precommit-hook": "^3.0.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"sinon-chrome": "^0.2.1",
"traceur": "0.0.111"
"sinon-chrome": "^1.1.2",
"traceur": "^0.0.111"
},
"dependencies": {
"bootstrap": "^3.3.4",
"classnames": "^2.1.2",
"jquery": "^2.1.3",
"moment": "^2.10.3",
"react": "^0.13.3"
"bootstrap": "^3.3.6",
"classnames": "^2.2.5",
"jquery": "^3.0.0",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^15.1.0"
},
"jshintConfig": {
"asi": false,