Skip to content

Commit

Permalink
npm updates (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho authored Oct 28, 2016
1 parent fc40247 commit ee6c4cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015": "^6.18.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",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.25.0",
Expand All @@ -33,7 +33,7 @@
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"superagent": "^2.3.0",
"testdouble": "^1.8.0"
"testdouble": "^1.9.0"
},
"scripts": {
"test": "karma start --single-run",
Expand Down Expand Up @@ -62,12 +62,12 @@
},
"homepage": "https://github.com/krujos/willitconnect#readme",
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"enzyme": "^2.5.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
Expand All @@ -94,6 +94,6 @@
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
"webpack": "^1.13.3"
}
}
1 change: 1 addition & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build:
name: install node
code: |
npm cache clean -f
npm -g install npm@next
npm install -g n
n latest
node -v
Expand Down

0 comments on commit ee6c4cf

Please sign in to comment.