Skip to content

Commit 2a399ca

Browse files
committed
Fix compilation by upgrading typescript
1 parent 52c01bf commit 2a399ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
"@types/jest": "24.0.11",
5757
"@types/node": "11.13.4",
5858
"@types/supertest": "2.0.7",
59-
"rxjs": "^6.5.4",
6059
"jest": "24.7.1",
6160
"prettier": "1.17.0",
61+
"rxjs": "^6.5.4",
6262
"supertest": "4.0.2",
6363
"ts-jest": "24.0.2",
6464
"ts-node": "8.1.0",
6565
"tsc-watch": "2.2.1",
6666
"tsconfig-paths": "3.8.0",
67-
"typeorm": "^0.2.24",
6867
"tslint": "5.16.0",
69-
"typescript": "3.4.3"
68+
"typeorm": "^0.2.29",
69+
"typescript": "~3.9.7"
7070
},
7171
"jest": {
7272
"moduleFileExtensions": [

0 commit comments

Comments
 (0)