X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=aba7d1c4b27fb80cd1f657eafb9f7eda217c0f40;hb=56e6e40e0aad1b96352efcc3e6b3c88f554ad7b5;hp=5c12bd33c8878e60daffd5623033afe6e258daa0;hpb=478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 5c12bd33c..aba7d1c4b 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,13 @@ "e2e": "scripty", "e2e:local": "scripty", "setup:cli": "scripty", - "build": "SCRIPTY_PARALLEL=true scripty", + "build": "scripty", + "build:embed": "scripty", "build:server": "scripty", "build:client": "scripty", "clean:client": "scripty", "clean:server": "scripty", "clean:server:test": "scripty", - "watch:client": "scripty", - "watch:server": "scripty", "danger:clean:dev": "scripty", "danger:clean:prod": "scripty", "danger:clean:modules": "scripty", @@ -44,6 +43,7 @@ "play": "scripty", "dev": "scripty", "dev:server": "scripty", + "dev:embed": "scripty", "dev:client": "scripty", "dev:cli": "scripty", "start": "node dist/server", @@ -72,6 +72,7 @@ "mocha": "mocha", "ci": "scripty", "release": "scripty", + "release-embed-api": "scripty", "nightly": "scripty", "client-report": "scripty" }, @@ -121,13 +122,13 @@ "fluent-ffmpeg": "^2.1.0", "fs-extra": "^8.0.1", "helmet": "^3.12.1", - "http-signature": "1.2.0", + "http-signature": "1.3.1", "ip-anonymize": "^0.1.0", "ipaddr.js": "1.9.1", "is-cidr": "^3.0.0", "iso-639-3": "^1.0.1", "js-yaml": "^3.5.4", - "jsonld": "~1.8.0", + "jsonld": "~2.0.1", "lodash": "^4.17.10", "lru-cache": "^5.1.1", "magnet-uri": "^5.1.4", @@ -145,7 +146,7 @@ "reflect-metadata": "^0.1.12", "request": "^2.81.0", "scripty": "^1.5.0", - "sequelize": "5.21.2", + "sequelize": "5.21.3", "sequelize-typescript": "^1.0.0-beta.4", "sharp": "^0.23.3", "sitemap": "^5.0.0", @@ -173,7 +174,7 @@ "@types/chai": "^4.0.4", "@types/chai-json-schema": "^1.4.3", "@types/chai-xml": "^0.3.1", - "@types/config": "^0.0.34", + "@types/config": "^0.0.36", "@types/express": "^4.0.35", "@types/express-rate-limit": "^3.3.0", "@types/fluent-ffmpeg": "^2.1.8", @@ -197,19 +198,19 @@ "@types/sharp": "^0.23.0", "@types/socket.io": "^2.1.2", "@types/supertest": "^2.0.3", - "@types/validator": "^10.9.0", + "@types/validator": "^12.0.1", "@types/webtorrent": "^0.107.0", "@types/ws": "^6.0.0", "chai": "^4.1.1", "chai-json-schema": "^1.5.0", "chai-xml": "^0.3.2", "concurrently": "^5.0.0", - "husky": "^3.0.1", + "husky": "^4.0.0", "libxmljs": "0.19.7", "lint-staged": "^9.2.0", "maildev": "^1.0.0-rc3", "marked-man": "^0.7.0", - "mocha": "^6.0.0", + "mocha": "^7.0.0", "mocha-parallel-tests": "^2.2.1", "nodemon": "^2.0.1", "sass-lint": "^1.12.1",