-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kanekotic
committed
Dec 1, 2019
1 parent
13995ef
commit 36ab5ba
Showing
3 changed files
with
2,244 additions
and
1,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,27 +41,27 @@ | |
"repository": "[email protected]:tarantx/tarant-sync-router-express.git", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/express": "4.16.0", | ||
"@types/faker": "4.1.4", | ||
"@types/jest": "23.3.10", | ||
"@types/node": "10.12.18", | ||
"body-parser": "1.18.3", | ||
"coveralls": "3.0.2", | ||
"@types/express": "4.17.2", | ||
"@types/faker": "4.1.8", | ||
"@types/jest": "24.0.23", | ||
"@types/node": "12.12.14", | ||
"body-parser": "1.19.0", | ||
"coveralls": "3.0.9", | ||
"faker": "4.1.0", | ||
"jest": "23.6.0", | ||
"nodemon": "1.18.10", | ||
"prettier": "1.15.3", | ||
"supertest": "3.3.0", | ||
"ts-jest": "23.10.5", | ||
"tslint": "5.12.0", | ||
"tslint-config-prettier": "1.17.0", | ||
"typescript": "3.2.2" | ||
"jest": "24.9.0", | ||
"nodemon": "2.0.1", | ||
"prettier": "1.19.1", | ||
"supertest": "4.0.2", | ||
"ts-jest": "24.2.0", | ||
"tslint": "5.20.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"typescript": "3.7.2" | ||
}, | ||
"dependencies": { | ||
"@types/supertest": "^2.0.7", | ||
"express": "4.16.4", | ||
"tarant": "2.6.2", | ||
"tslib": "1.9.3" | ||
"@types/supertest": "^2.0.8", | ||
"express": "4.17.1", | ||
"tarant": "2.7.2", | ||
"tslib": "1.10.0" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.