Skip to content

Commit

Permalink
Merge pull request #26 from dlockhart/upgrade-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Nov 4, 2015
2 parents f7ff99e + f84e041 commit a63b15f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
},
"homepage": "https://github.com/Brightspace/frau-local-appresolver",
"dependencies": {
"chalk": "^1.0.0",
"cors": "^2.5.2",
"express": "^4.13.0",
"chalk": "^1.1.1",
"cors": "^2.7.1",
"express": "^4.13.3",
"q": "^1.4.1",
"serve-static": "^1.9.2",
"serve-static": "^1.10.0",
"superagent-d2l-cors-proxy": "^0.2.0",
"yargs": "^3.10.0"
"yargs": "^3.29.0"
},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.2",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"eslint": "^1.8.0",
"eslint-config-brightspace": "0.0.3",
"eslint-plugin-react": "^3.6.3",
"istanbul": "^0.4.0",
"mocha": "^2.2.5",
"request": "^2.45.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
"mocha": "^2.3.3",
"request": "^2.65.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}

0 comments on commit a63b15f

Please sign in to comment.