Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-valenta committed Aug 27, 2020
1 parent 88bce53 commit 15b7a5c
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 561 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"prepush": "yarn test && yarn lint && yarn format"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.0.0",
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"jest": "^26.0.1",
"jest": "^26.4.2",
"mockttp": "^0.20.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 15b7a5c

Please sign in to comment.