aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-22 16:06:30 +0100
committerChocobozzz <me@florianbigard.com>2021-11-22 16:12:01 +0100
commit0c8af7852175d7ef9934266a8537e035edbe23ec (patch)
treef3804a0c0e15b44030ac5dd45abffa028328e5cc /client/package.json
parentd972ca565885c02f0afd830fe8d05492aba1c005 (diff)
downloadPeerTube-0c8af7852175d7ef9934266a8537e035edbe23ec.tar.gz
PeerTube-0c8af7852175d7ef9934266a8537e035edbe23ec.tar.zst
PeerTube-0c8af7852175d7ef9934266a8537e035edbe23ec.zip
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/client/package.json b/client/package.json
index 5f5cc8121..e67b42f4e 100644
--- a/client/package.json
+++ b/client/package.json
@@ -27,11 +27,11 @@
27 "typings": "*.d.ts", 27 "typings": "*.d.ts",
28 "devDependencies": { 28 "devDependencies": {
29 "@angular-devkit/build-angular": "^13.0.1", 29 "@angular-devkit/build-angular": "^13.0.1",
30 "@angular-eslint/builder": "12.6.1", 30 "@angular-eslint/builder": "13.0.1",
31 "@angular-eslint/eslint-plugin": "12.6.1", 31 "@angular-eslint/eslint-plugin": "13.0.1",
32 "@angular-eslint/eslint-plugin-template": "12.6.1", 32 "@angular-eslint/eslint-plugin-template": "13.0.1",
33 "@angular-eslint/schematics": "12.6.1", 33 "@angular-eslint/schematics": "13.0.1",
34 "@angular-eslint/template-parser": "12.6.1", 34 "@angular-eslint/template-parser": "13.0.1",
35 "@angular/animations": "^13.0.0", 35 "@angular/animations": "^13.0.0",
36 "@angular/cdk": "^13.0.0", 36 "@angular/cdk": "^13.0.0",
37 "@angular/cli": "^13.0.1", 37 "@angular/cli": "^13.0.1",
@@ -49,7 +49,7 @@
49 "@babel/preset-env": "^7.15.0", 49 "@babel/preset-env": "^7.15.0",
50 "@neos21/bootstrap3-glyphicons": "^1.0.1", 50 "@neos21/bootstrap3-glyphicons": "^1.0.1",
51 "@ng-bootstrap/ng-bootstrap": "^10.0.0", 51 "@ng-bootstrap/ng-bootstrap": "^10.0.0",
52 "@ng-select/ng-select": "^7.0.1", 52 "@ng-select/ng-select": "^8.1.1",
53 "@ngx-loading-bar/core": "^5.0.0", 53 "@ngx-loading-bar/core": "^5.0.0",
54 "@ngx-loading-bar/http-client": "^5.0.0", 54 "@ngx-loading-bar/http-client": "^5.0.0",
55 "@ngx-loading-bar/router": "^5.0.0", 55 "@ngx-loading-bar/router": "^5.0.0",
@@ -69,8 +69,8 @@
69 "@types/sha.js": "^2.4.0", 69 "@types/sha.js": "^2.4.0",
70 "@types/video.js": "^7.3.8", 70 "@types/video.js": "^7.3.8",
71 "@types/webtorrent": "^0.109.0", 71 "@types/webtorrent": "^0.109.0",
72 "@typescript-eslint/eslint-plugin": "5.3.1", 72 "@typescript-eslint/eslint-plugin": "5.4.0",
73 "@typescript-eslint/parser": "5.3.1", 73 "@typescript-eslint/parser": "5.4.0",
74 "@wdio/browserstack-service": "^7.11.1", 74 "@wdio/browserstack-service": "^7.11.1",
75 "@wdio/cli": "^7.11.1", 75 "@wdio/cli": "^7.11.1",
76 "@wdio/codemod": "^0.9.0", 76 "@wdio/codemod": "^0.9.0",
@@ -84,13 +84,13 @@
84 "buffer": "^6.0.3", 84 "buffer": "^6.0.3",
85 "cache-chunk-store": "^3.0.0", 85 "cache-chunk-store": "^3.0.0",
86 "chart.js": "^3.5.1", 86 "chart.js": "^3.5.1",
87 "chromedriver": "^95.0.0", 87 "chromedriver": "^96.0.0",
88 "core-js": "^3.1.4", 88 "core-js": "^3.1.4",
89 "css-loader": "^6.2.0", 89 "css-loader": "^6.2.0",
90 "debug": "^4.3.1", 90 "debug": "^4.3.1",
91 "dexie": "^3.0.0", 91 "dexie": "^3.0.0",
92 "eslint": "7", 92 "eslint": "^8.2.0",
93 "eslint-plugin-import": "^2.24.2", 93 "eslint-plugin-import": "2.25.3",
94 "eslint-plugin-jsdoc": "^37.0.3", 94 "eslint-plugin-jsdoc": "^37.0.3",
95 "eslint-plugin-prefer-arrow": "latest", 95 "eslint-plugin-prefer-arrow": "latest",
96 "expect": "^27.1.0", 96 "expect": "^27.1.0",