aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-26 08:37:26 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-07 08:28:14 +0200
commit583eb04b541175035d6d452ca626a96ebf2b7437 (patch)
tree114ba0a7004b4b2a7fc77444ef5fcb73414c6e93 /client/package.json
parent4504f09f6e85f09b0489debb547a17209d7176ea (diff)
downloadPeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.gz
PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.zst
PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.zip
Upgrade to angular 10
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json65
1 files changed, 32 insertions, 33 deletions
diff --git a/client/package.json b/client/package.json
index 732f59be0..946cd109c 100644
--- a/client/package.json
+++ b/client/package.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "lint": "npm run lint-ts && npm run lint-scss", 16 "lint": "npm run lint-ts && npm run lint-scss",
17 "lint-ts": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", 17 "lint-ts": "tslint --project ./tsconfig.app.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",
18 "lint-scss": "sass-lint -c .sass-lint.yml", 18 "lint-scss": "sass-lint -c .sass-lint.yml",
19 "webpack": "webpack", 19 "webpack": "webpack",
20 "tslint": "tslint", 20 "tslint": "tslint",
@@ -27,29 +27,28 @@
27 }, 27 },
28 "typings": "*.d.ts", 28 "typings": "*.d.ts",
29 "devDependencies": { 29 "devDependencies": {
30 "@angular-devkit/build-angular": "~0.901.7", 30 "@angular-devkit/build-angular": "^0.1001.0-next.4",
31 "@angular/animations": "~9.1.9", 31 "@angular/animations": "^10.1.0-next.4",
32 "@angular/cdk": "^9.0.0", 32 "@angular/cdk": "^10.0.0",
33 "@angular/cli": "~9.1.7", 33 "@angular/cli": "^10.1.0-next.4",
34 "@angular/common": "~9.1.9", 34 "@angular/common": "^10.1.0-next.4",
35 "@angular/compiler": "~9.1.9", 35 "@angular/compiler": "^10.1.0-next.4",
36 "@angular/compiler-cli": "~9.1.9", 36 "@angular/compiler-cli": "^10.1.0-next.4",
37 "@angular/core": "~9.1.9", 37 "@angular/core": "^10.1.0-next.4",
38 "@angular/forms": "~9.1.9", 38 "@angular/forms": "^10.1.0-next.4",
39 "@angular/language-service": "~9.1.9", 39 "@angular/localize": "^10.1.0-next.4",
40 "@angular/localize": "^9.1.9", 40 "@angular/platform-browser": "^10.1.0-next.4",
41 "@angular/platform-browser": "~9.1.9", 41 "@angular/platform-browser-dynamic": "^10.1.0-next.4",
42 "@angular/platform-browser-dynamic": "~9.1.9", 42 "@angular/router": "^10.1.0-next.4",
43 "@angular/router": "~9.1.9", 43 "@angular/service-worker": "^10.1.0-next.4",
44 "@angular/service-worker": "~9.1.9",
45 "@angularclass/hmr": "^2.1.3", 44 "@angularclass/hmr": "^2.1.3",
46 "@neos21/bootstrap3-glyphicons": "^1.0.1", 45 "@neos21/bootstrap3-glyphicons": "^1.0.1",
47 "@ng-bootstrap/ng-bootstrap": "^6.0.2", 46 "@ng-bootstrap/ng-bootstrap": "^7.0.0",
48 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", 47 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
49 "@ngx-i18nsupport/tooling": "^8.0.3", 48 "@ngx-i18nsupport/tooling": "^8.0.3",
50 "@ngx-loading-bar/core": "^4.2.0", 49 "@ngx-loading-bar/core": "^5.0.0",
51 "@ngx-loading-bar/http-client": "^4.2.0", 50 "@ngx-loading-bar/http-client": "^5.0.0",
52 "@ngx-loading-bar/router": "^4.2.0", 51 "@ngx-loading-bar/router": "^5.0.0",
53 "@ngx-meta/core": "^9.0.0", 52 "@ngx-meta/core": "^9.0.0",
54 "@ngx-translate/i18n-polyfill": "^1.0.0", 53 "@ngx-translate/i18n-polyfill": "^1.0.0",
55 "@types/chart.js": "^2.9.16", 54 "@types/chart.js": "^2.9.16",
@@ -62,14 +61,13 @@
62 "@types/linkifyjs": "^2.1.2", 61 "@types/linkifyjs": "^2.1.2",
63 "@types/lodash-es": "^4.17.0", 62 "@types/lodash-es": "^4.17.0",
64 "@types/markdown-it": "^10.0.1", 63 "@types/markdown-it": "^10.0.1",
65 "@types/node": "^12.11.1", 64 "@types/node": "^14.0.14",
66 "@types/sanitize-html": "1.23.2", 65 "@types/sanitize-html": "1.23.2",
67 "@types/socket.io-client": "^1.4.32", 66 "@types/socket.io-client": "^1.4.32",
68 "@types/video.js": "^7.3.8", 67 "@types/video.js": "^7.3.8",
69 "@types/webtorrent": "^0.107.0", 68 "@types/webtorrent": "^0.107.0",
70 "angular2-hotkeys": "^2.1.2", 69 "angular2-hotkeys": "^2.1.2",
71 "angularx-qrcode": "2.3.4", 70 "angularx-qrcode": "10.0.6",
72 "awesome-typescript-loader": "5.2.1",
73 "bootstrap": "^4.1.3", 71 "bootstrap": "^4.1.3",
74 "buffer": "^5.1.0", 72 "buffer": "^5.1.0",
75 "cache-chunk-store": "^3.0.0", 73 "cache-chunk-store": "^3.0.0",
@@ -86,14 +84,14 @@
86 "html-loader": "^1.0.0", 84 "html-loader": "^1.0.0",
87 "html-webpack-plugin": "^4.0.3", 85 "html-webpack-plugin": "^4.0.3",
88 "https-browserify": "^1.0.0", 86 "https-browserify": "^1.0.0",
89 "jasmine-core": "^3.1.0", 87 "jasmine-core": "~3.5.0",
90 "jasmine-spec-reporter": "^5.0.1", 88 "jasmine-spec-reporter": "~5.0.0",
91 "jschannel": "^1.0.2", 89 "jschannel": "^1.0.2",
92 "karma": "^5.0.4", 90 "karma": "~5.1.0",
93 "karma-chrome-launcher": "^3.0.0", 91 "karma-chrome-launcher": "~3.1.0",
94 "karma-coverage-istanbul-reporter": "^3.0.2", 92 "karma-coverage-istanbul-reporter": "~3.0.2",
95 "karma-jasmine": "^3.1.1", 93 "karma-jasmine": "~3.3.0",
96 "karma-jasmine-html-reporter": "^1.3.1", 94 "karma-jasmine-html-reporter": "^1.5.0",
97 "linkifyjs": "^2.1.5", 95 "linkifyjs": "^2.1.5",
98 "lodash-es": "^4.17.4", 96 "lodash-es": "^4.17.4",
99 "markdown-it": "^11.0.0", 97 "markdown-it": "^11.0.0",
@@ -105,7 +103,7 @@
105 "path-browserify": "^1.0.0", 103 "path-browserify": "^1.0.0",
106 "primeng": "^9.0.0-rc.4", 104 "primeng": "^9.0.0-rc.4",
107 "process": "^0.11.10", 105 "process": "^0.11.10",
108 "protractor": "^7.0.0", 106 "protractor": "~7.0.0",
109 "purify-css": "^1.2.5", 107 "purify-css": "^1.2.5",
110 "purifycss-webpack": "^0.7.0", 108 "purifycss-webpack": "^0.7.0",
111 "raw-loader": "^4.0.0", 109 "raw-loader": "^4.0.0",
@@ -118,11 +116,12 @@
118 "stream-browserify": "^3.0.0", 116 "stream-browserify": "^3.0.0",
119 "stream-http": "^3.0.0", 117 "stream-http": "^3.0.0",
120 "terser-webpack-plugin": "^3.0.0", 118 "terser-webpack-plugin": "^3.0.0",
119 "ts-loader": "^8.0.2",
121 "tslib": "^2.0.0", 120 "tslib": "^2.0.0",
122 "tslint": "^6.1.0", 121 "tslint": "~6.1.0",
123 "tslint-angular": "^3.0.2", 122 "tslint-angular": "^3.0.2",
124 "tslint-config-standard": "^9.0.0", 123 "tslint-config-standard": "^9.0.0",
125 "typescript": "~3.8.3", 124 "typescript": "~3.9.5",
126 "video.js": "^7", 125 "video.js": "^7",
127 "videojs-contextmenu-ui": "^5.0.0", 126 "videojs-contextmenu-ui": "^5.0.0",
128 "videojs-contrib-quality-levels": "^2.0.9", 127 "videojs-contrib-quality-levels": "^2.0.9",