Skip to content

Commit

Permalink
update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jul 12, 2016
1 parent 5663585 commit 46ce325
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Expand Up @@ -56,69 +56,69 @@
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-constant-elements": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.6",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.7",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-node5": "^11.1.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"babel-register": "^6.9.0",
"bootstrap": "^4.0.0-alpha.2",
"browser-sync": "^2.12.7",
"browser-sync": "^2.13.0",
"compression-webpack-plugin": "^0.3.1",
"coveralls": "^2.11.9",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^2.9.0",
"del": "^2.2.1",
"eslint": "^3.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"expect": "^1.20.1",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"faucet": "0.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.1",
"istanbul": "^0.4.3",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"istanbul": "^0.4.4",
"istanbul-instrumenter-loader": "^0.2.0",
"karma": "^0.13.22",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-tap": "^1.0.4",
"karma-tap": "^2.0.1",
"karma-tap-reporter": "0.0.6",
"karma-webpack": "^1.7.0",
"ncp": "^2.0.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.7.0",
"node-sass": "^3.8.0",
"nodemon": "^1.9.2",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-scss": "^0.1.7",
"postcss-scss": "^0.1.8",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"replace": "^0.3.0",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.2.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"sass-resources-loader": "^1.0.2",
"standard": "^7.0.1",
"standard": "^7.1.2",
"style-loader": "^0.13.1",
"tape": "^4.5.1",
"tape": "^4.6.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
"webpack-hot-middleware": "^2.12.1"
}
}

0 comments on commit 46ce325

Please sign in to comment.