Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hboylan committed Nov 7, 2017
1 parent 4683e45 commit f47cbe5
Show file tree
Hide file tree
Showing 5 changed files with 2,256 additions and 1,165 deletions.
12 changes: 7 additions & 5 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,28 @@
"apidoc": "^0.17.6",
"apidoc-markdown": "^0.2.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^20.0.3",
"babel-jest": "^21.2.0",
"cross-env": "^5.0.5",
"dotenv-safe": "^4.0.3",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^3.0.1",
"jest-cli": "^20.0.4",
"jest-cli": "^21.2.1",
"mockgoose": "^7.3.3",
"nock": "^9.0.2",
"nodemon": "^1.10.2",
"nodemon": "^1.12.1",
"opn-cli": "^3.1.0",
"sinon": "^4.0.1",
"sinon": "^4.1.1",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
<%_ if (generateAuthApi && passwordSignup) { _%>
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/api/auth/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('POST /auth 401 (master) - missing auth', async () => {
<%_ authServices.forEach(function(service) { _%>

test('POST /auth/<%= service %> 201', async () => {
stub(<%= service %>, 'getUser', () => Promise.resolve({
stub(<%= service %>, 'getUser').callsFake(() => Promise.resolve({
service: '<%= service %>',
id: '123',
name: 'user',
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015",
"env",
"stage-1"
],
"plugins": [
Expand Down
56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,26 @@
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^18.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.11.6",
"bcrypt": "^1.0.2",
"body-parser": "^1.15.1",
"bodymen": "^1.0.1",
"compression": "^1.6.2",
"cors": "^2.7.1",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"bodymen": "^1.0.3",
"compression": "^1.7.1",
"cors": "^2.8.4",
"dotenv-safe": "^4.0.3",
"eslint": "^3.1.1",
"eslint-config-standard": "^6.0.0",
"eslint": "^4.4.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-xo-space": "^0.14.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"express": "^4.13.4",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.16.2",
"express-force-ssl": "^0.3.2",
"fs-extra": "^0.30.0",
"gulp": "^3.9.0",
Expand All @@ -73,25 +75,25 @@
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"jest-cli": "^18.1.0",
"jsonwebtoken": "^7.1.9",
"jest-cli": "^21.2.1",
"jsonwebtoken": "^8.1.0",
"mockgoose": "^7.3.3",
"mongoose": "^4.13.0",
"mongoose-create-unique": "^0.4.1",
"mongoose-keywords": "^0.3.1",
"mongoose-create-unique": "^0.4.4",
"mongoose-keywords": "^0.3.2",
"morgan": "^1.7.0",
"nock": "^9.0.2",
"nodemon": "^1.10.2",
"passport": "^0.3.2",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^2.1.0",
"querymen": "^2.0.0",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"passport-jwt": "^3.0.0",
"querymen": "^2.1.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sendgrid": "^4.0.2",
"sinon": "^1.17.5",
"supertest": "^2.0.0",
"sinon": "^4.1.1",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.0",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
Expand Down
Loading

0 comments on commit f47cbe5

Please sign in to comment.