Upgrade dependencies and remove standard
This commit is contained in:
parent
00b5556c18
commit
c2ff22015e
|
@ -13,8 +13,9 @@
|
|||
"url": "git://github.com/Chocobozzz/PeerTube.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
|
||||
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
|
||||
"webpack": "webpack",
|
||||
"tslint": "tslint",
|
||||
"ng": "ng",
|
||||
"postinstall": "npm rebuild node-sass",
|
||||
"webpack-bundle-analyzer": "webpack-bundle-analyzer"
|
||||
|
@ -75,7 +76,6 @@
|
|||
"sanitize-html": "^1.16.3",
|
||||
"sass-loader": "^6.0.3",
|
||||
"sass-resources-loader": "^1.2.1",
|
||||
"standard": "^10.0.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint-config-standard": "^7.0.0",
|
||||
"typescript": "2.6",
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
"sequelize": "4.33.4",
|
||||
"sequelize-typescript": "^0.6.1",
|
||||
"sharp": "^0.19.0",
|
||||
"ts-node": "4.1.0",
|
||||
"ts-node": "5.0.0",
|
||||
"typescript": "^2.5.2",
|
||||
"uuid": "^3.1.0",
|
||||
"validator": "^9.0.0",
|
||||
|
@ -131,7 +131,6 @@
|
|||
"nodemon": "^1.11.0",
|
||||
"source-map-support": "^0.5.0",
|
||||
"spectacle-docs": "^0.9.13",
|
||||
"standard": "^10.0.0",
|
||||
"supertest": "^3.0.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint-config-standard": "^7.0.0",
|
||||
|
|
Loading…
Reference in New Issue