Skip to content

Commit

Permalink
fix(deps): upgrade ui deps (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
enudler committed Oct 1, 2020
1 parent 454c62e commit bbc4041
Show file tree
Hide file tree
Showing 4 changed files with 2,588 additions and 1,483 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const testsRouter = require('./tests/routes/testsRoute.js');
const processorsRouter = require('./processors/routes/processorsRoute.js');
const filesRouter = require('./files/routes/filesRoute.js');
const webhooksRouter = require('./webhooks/routes/webhooksRouter');

const swaggerValidator = require('express-ajv-swagger-validation');

const audit = require('express-requests-logger');
const bodyParser = require('body-parser');
const database = require('./database/database');
Expand Down

0 comments on commit bbc4041

Please sign in to comment.