diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json index e5ff1b437..cd33c6e1d 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -27,7 +27,7 @@ | |||
27 | }, | 27 | }, |
28 | "typings": "*.d.ts", | 28 | "typings": "*.d.ts", |
29 | "devDependencies": { | 29 | "devDependencies": { |
30 | "@angular-devkit/build-angular": "^0.1001.0-next.4", | 30 | "@angular-devkit/build-angular": "^0.1001.0-next.6", |
31 | "@angular/animations": "^10.1.0-next.8", | 31 | "@angular/animations": "^10.1.0-next.8", |
32 | "@angular/cdk": "^10.0.0", | 32 | "@angular/cdk": "^10.0.0", |
33 | "@angular/cli": "^10.1.0-next.6", | 33 | "@angular/cli": "^10.1.0-next.6", |
@@ -62,7 +62,7 @@ | |||
62 | "@types/lodash-es": "^4.17.0", | 62 | "@types/lodash-es": "^4.17.0", |
63 | "@types/markdown-it": "^10.0.1", | 63 | "@types/markdown-it": "^10.0.1", |
64 | "@types/node": "^14.0.14", | 64 | "@types/node": "^14.0.14", |
65 | "@types/sanitize-html": "1.23.2", | 65 | "@types/sanitize-html": "1.23.3", |
66 | "@types/socket.io-client": "^1.4.32", | 66 | "@types/socket.io-client": "^1.4.32", |
67 | "@types/video.js": "^7.3.8", | 67 | "@types/video.js": "^7.3.8", |
68 | "@types/webtorrent": "^0.107.0", | 68 | "@types/webtorrent": "^0.107.0", |
@@ -72,7 +72,7 @@ | |||
72 | "buffer": "^5.1.0", | 72 | "buffer": "^5.1.0", |
73 | "cache-chunk-store": "^3.0.0", | 73 | "cache-chunk-store": "^3.0.0", |
74 | "chart.js": "^2.9.3", | 74 | "chart.js": "^2.9.3", |
75 | "codelyzer": "^5.1.2", | 75 | "codelyzer": "^6.0.0", |
76 | "core-js": "^3.1.4", | 76 | "core-js": "^3.1.4", |
77 | "css-loader": "^3.1.0", | 77 | "css-loader": "^3.1.0", |
78 | "debug": "^4.1.1", | 78 | "debug": "^4.1.1", |
@@ -80,17 +80,17 @@ | |||
80 | "extract-text-webpack-plugin": "4.0.0-beta.0", | 80 | "extract-text-webpack-plugin": "4.0.0-beta.0", |
81 | "file-loader": "^6.0.0", | 81 | "file-loader": "^6.0.0", |
82 | "focus-visible": "^5.0.2", | 82 | "focus-visible": "^5.0.2", |
83 | "hls.js": "^0.13.2", | 83 | "hls.js": "^0.14.9", |
84 | "html-loader": "^1.0.0", | 84 | "html-loader": "^1.0.0", |
85 | "html-webpack-plugin": "^4.0.3", | 85 | "html-webpack-plugin": "^4.0.3", |
86 | "https-browserify": "^1.0.0", | 86 | "https-browserify": "^1.0.0", |
87 | "jasmine-core": "~3.5.0", | 87 | "jasmine-core": "~3.6.0", |
88 | "jasmine-spec-reporter": "~5.0.0", | 88 | "jasmine-spec-reporter": "~5.0.0", |
89 | "jschannel": "^1.0.2", | 89 | "jschannel": "^1.0.2", |
90 | "karma": "~5.1.0", | 90 | "karma": "~5.1.0", |
91 | "karma-chrome-launcher": "~3.1.0", | 91 | "karma-chrome-launcher": "~3.1.0", |
92 | "karma-coverage-istanbul-reporter": "~3.0.2", | 92 | "karma-coverage-istanbul-reporter": "~3.0.2", |
93 | "karma-jasmine": "~3.3.0", | 93 | "karma-jasmine": "~4.0.1", |
94 | "karma-jasmine-html-reporter": "^1.5.0", | 94 | "karma-jasmine-html-reporter": "^1.5.0", |
95 | "linkifyjs": "^2.1.5", | 95 | "linkifyjs": "^2.1.5", |
96 | "lodash-es": "^4.17.4", | 96 | "lodash-es": "^4.17.4", |