X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=8ec88d099b20ac2b2366ce273b3a39e71e063968;hb=c39ea24b7199a391e57c698e93d76d30bc0e9399;hp=5230049f93e144351b3100ca15a6103913c8b0e7;hpb=3babbd2503719ede80577970d720c013ace33794;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 5230049f9..8ec88d099 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "0.0.28-alpha", + "version": "1.0.0-alpha.7", "private": true, - "licence": "GPLv3", + "licence": "AGPLv3", "engines": { "node": ">=8.x" }, @@ -68,7 +68,7 @@ "express-validator": "^5.0.0", "fluent-ffmpeg": "^2.1.0", "js-yaml": "^3.5.4", - "jsonld": "^0.5.12", + "jsonld": "^1.0.1", "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", "kue": "^0.11.6", "lodash": "^4.11.1", @@ -88,14 +88,14 @@ "rimraf": "^2.5.4", "safe-buffer": "^5.0.1", "scripty": "^1.5.0", - "sequelize": "4.33.4", + "sequelize": "4.36.1", "sequelize-typescript": "^0.6.1", - "sharp": "^0.19.0", + "sharp": "^0.20.0", "uuid": "^3.1.0", "validator": "^9.0.0", "webfinger.js": "^2.6.6", "winston": "3.0.0-rc1", - "ws": "^4.0.0" + "ws": "^5.0.0" }, "devDependencies": { "@types/async": "^2.0.40", @@ -120,7 +120,7 @@ "@types/sequelize": "^4.0.55", "@types/sharp": "^0.17.6", "@types/supertest": "^2.0.3", - "@types/validator": "^6.2.0", + "@types/validator": "^9.4.0", "@types/webtorrent": "^0.98.4", "@types/ws": "^4.0.0", "chai": "^4.1.1", @@ -130,7 +130,7 @@ "source-map-support": "^0.5.0", "spectacle-docs": "^0.9.13", "supertest": "^3.0.0", - "ts-node": "5.0.0", + "ts-node": "5.0.1", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", "typescript": "^2.5.2",