Commit 3fff6f13 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

update dependency

parent 34ee1ffa
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -14,10 +14,12 @@
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git"
},
"scripts": {
"start": "nodemon app.ts",
"start:dev": "nodemon app.ts",
"start": "nodemon built/app.ts",
"build": "tsc -build",
"clean": "tsc -build --clean",
"test": "jest"
"test": "jest",
"cleancode": "ts-standard --fix"
},
"dependencies": {
"async": "^3.2.0",
......@@ -48,8 +50,9 @@
"@types/passport": "^1.0.6",
"jest": "^28.1.1",
"nodemon": "^2.0.9",
"ts-jest": "^27.0.3",
"ts-jest": "^28.0.5",
"ts-node": "^10.0.0",
"ts-standard": "^11.0.0",
"typescript": "^4.3.5"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment