1
0
Fork 0

Upgrade dependencies and remove standard

This commit is contained in:
Chocobozzz 2018-02-22 10:41:36 +01:00
parent 00b5556c18
commit c2ff22015e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 498 additions and 468 deletions

View File

@ -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",

View File

@ -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",

959
yarn.lock

File diff suppressed because it is too large Load Diff