Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/jest-25.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
newerton committed Mar 17, 2021
2 parents 6e1e027 + f1698cb commit 3efdee0
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 133 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -9,26 +9,26 @@
"test": "jest"
},
"devDependencies": {
"@types/express": "^4.17.5",
"@types/express": "^4.17.11",
"@types/jest": "^25.2.1",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.5.4",
"prettier": "^2.0.4",
"supertest": "^4.0.2",
"supertest": "^6.1.3",
"ts-jest": "^25.3.1",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3"
"typescript": "^4.2.3"
},
"dependencies": {
"express": "^4.17.1",
"uuidv4": "^6.0.7"
"uuidv4": "^6.2.6"
}
}

0 comments on commit 3efdee0

Please sign in to comment.