diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 15:37:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 15:37:50 +0200 |
commit | 2b58ca796df4969622c32e4f34f4e02112e577d7 (patch) | |
tree | 4deec715fa8a1b7a85eb7751302548ec74b5cd7b /client/package.json | |
parent | 0d25c5941466d824e0840b0381e368736f813d51 (diff) | |
download | PeerTube-2b58ca796df4969622c32e4f34f4e02112e577d7.tar.gz PeerTube-2b58ca796df4969622c32e4f34f4e02112e577d7.tar.zst PeerTube-2b58ca796df4969622c32e4f34f4e02112e577d7.zip |
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json index 5b6864a8a..71fa3d629 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -25,9 +25,6 @@ | |||
25 | "stylelint": "stylelint" | 25 | "stylelint": "stylelint" |
26 | }, | 26 | }, |
27 | "typings": "*.d.ts", | 27 | "typings": "*.d.ts", |
28 | "resolutions": { | ||
29 | "@types/mousetrap": "1.6.3" | ||
30 | }, | ||
31 | "devDependencies": { | 28 | "devDependencies": { |
32 | "@angular-devkit/build-angular": "^12.0.0", | 29 | "@angular-devkit/build-angular": "^12.0.0", |
33 | "@angular/animations": "^12.0.0", | 30 | "@angular/animations": "^12.0.0", |
@@ -45,7 +42,7 @@ | |||
45 | "@angular/service-worker": "^12.0.0", | 42 | "@angular/service-worker": "^12.0.0", |
46 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 43 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
47 | "@ng-bootstrap/ng-bootstrap": "^9.0.2", | 44 | "@ng-bootstrap/ng-bootstrap": "^9.0.2", |
48 | "@ng-select/ng-select": "^6.0.0", | 45 | "@ng-select/ng-select": "^7.0.1", |
49 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", | 46 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", |
50 | "@ngx-i18nsupport/tooling": "^8.0.3", | 47 | "@ngx-i18nsupport/tooling": "^8.0.3", |
51 | "@ngx-loading-bar/core": "^5.0.0", | 48 | "@ngx-loading-bar/core": "^5.0.0", |
@@ -93,7 +90,7 @@ | |||
93 | "karma-jasmine-html-reporter": "^1.5.0", | 90 | "karma-jasmine-html-reporter": "^1.5.0", |
94 | "linkifyjs": "^2.1.5", | 91 | "linkifyjs": "^2.1.5", |
95 | "lodash-es": "^4.17.4", | 92 | "lodash-es": "^4.17.4", |
96 | "markdown-it": "12.0.4", | 93 | "markdown-it": "12.0.6", |
97 | "mini-css-extract-plugin": "^1.6.0", | 94 | "mini-css-extract-plugin": "^1.6.0", |
98 | "ngx-uploadx": "^4.1.0", | 95 | "ngx-uploadx": "^4.1.0", |
99 | "p2p-media-loader-hlsjs": "^0.6.2", | 96 | "p2p-media-loader-hlsjs": "^0.6.2", |
@@ -119,7 +116,7 @@ | |||
119 | "tslint": "~6.1.0", | 116 | "tslint": "~6.1.0", |
120 | "tslint-angular": "^3.0.2", | 117 | "tslint-angular": "^3.0.2", |
121 | "tslint-config-standard": "^9.0.0", | 118 | "tslint-config-standard": "^9.0.0", |
122 | "typescript": "~4.2.4", | 119 | "typescript": "~4.3.4", |
123 | "video.js": "^7", | 120 | "video.js": "^7", |
124 | "videojs-contextmenu-pt": "^5.4.1", | 121 | "videojs-contextmenu-pt": "^5.4.1", |
125 | "videojs-contrib-quality-levels": "^2.0.9", | 122 | "videojs-contrib-quality-levels": "^2.0.9", |