Skip to content

Commit

Permalink
npm depenedency update (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho authored Oct 13, 2016
1 parent aebcff3 commit c931d66
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.14.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-runtime": "^6.11.6",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
Expand All @@ -21,19 +21,19 @@
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"jquery": "^3.1.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"octicons": "^4.4.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-model": "0.0.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"superagent": "^2.2.0",
"testdouble": "^1.6.1"
"superagent": "^2.3.0",
"testdouble": "^1.8.0"
},
"scripts": {
"test": "karma start --single-run",
Expand Down Expand Up @@ -62,35 +62,35 @@
},
"homepage": "https://github.com/krujos/willitconnect#readme",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"expect": "^1.20.2",
"karma": "^1.2.0",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.3",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lolex": "^1.5.1",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"react-addons-test-utils": "^15.3.1",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.13",
"react-addons-test-utils": "^15.3.2",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^15.1.0",
"redux-devtools": "^3.3.1",
"sinon": "^1.17.5",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
Expand Down

0 comments on commit c931d66

Please sign in to comment.