diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-10 16:14:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-10 16:33:55 +0100 |
commit | cd2fad008a29d5a6b9ee5ea48e51388fa7fc12a0 (patch) | |
tree | 25294d48e4e6e8633fbfb41e83d268f1fc72ca43 /client/package.json | |
parent | 9bedf70b23cc01ca44ca2f82935c7cc28cb75232 (diff) | |
download | PeerTube-cd2fad008a29d5a6b9ee5ea48e51388fa7fc12a0.tar.gz PeerTube-cd2fad008a29d5a6b9ee5ea48e51388fa7fc12a0.tar.zst PeerTube-cd2fad008a29d5a6b9ee5ea48e51388fa7fc12a0.zip |
Update angular
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/client/package.json b/client/package.json index f8688ebd2..0139f7b6d 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -26,25 +26,25 @@ | |||
26 | }, | 26 | }, |
27 | "typings": "*.d.ts", | 27 | "typings": "*.d.ts", |
28 | "devDependencies": { | 28 | "devDependencies": { |
29 | "@angular-devkit/build-angular": "^12.0.0", | 29 | "@angular-devkit/build-angular": "^13.0.1", |
30 | "@angular-eslint/builder": "12.5.0", | 30 | "@angular-eslint/builder": "12.6.1", |
31 | "@angular-eslint/eslint-plugin": "12.5.0", | 31 | "@angular-eslint/eslint-plugin": "12.6.1", |
32 | "@angular-eslint/eslint-plugin-template": "12.5.0", | 32 | "@angular-eslint/eslint-plugin-template": "12.6.1", |
33 | "@angular-eslint/schematics": "12.5.0", | 33 | "@angular-eslint/schematics": "12.6.1", |
34 | "@angular-eslint/template-parser": "12.5.0", | 34 | "@angular-eslint/template-parser": "12.6.1", |
35 | "@angular/animations": "^12.0.0", | 35 | "@angular/animations": "^13.0.0", |
36 | "@angular/cdk": "^12.0.0", | 36 | "@angular/cdk": "^13.0.0", |
37 | "@angular/cli": "^12.0.0", | 37 | "@angular/cli": "^13.0.1", |
38 | "@angular/common": "^12.0.0", | 38 | "@angular/common": "^13.0.0", |
39 | "@angular/compiler": "^12.0.0", | 39 | "@angular/compiler": "^13.0.0", |
40 | "@angular/compiler-cli": "^12.0.0", | 40 | "@angular/compiler-cli": "^13.0.0", |
41 | "@angular/core": "^12.0.0", | 41 | "@angular/core": "^13.0.0", |
42 | "@angular/forms": "^12.0.0", | 42 | "@angular/forms": "^13.0.0", |
43 | "@angular/localize": "^12.0.0", | 43 | "@angular/localize": "^13.0.0", |
44 | "@angular/platform-browser": "^12.0.0", | 44 | "@angular/platform-browser": "^13.0.0", |
45 | "@angular/platform-browser-dynamic": "^12.0.0", | 45 | "@angular/platform-browser-dynamic": "^13.0.0", |
46 | "@angular/router": "^12.0.0", | 46 | "@angular/router": "^13.0.0", |
47 | "@angular/service-worker": "^12.0.0", | 47 | "@angular/service-worker": "^13.0.0", |
48 | "@babel/core": "^7.15.0", | 48 | "@babel/core": "^7.15.0", |
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", |
@@ -90,7 +90,7 @@ | |||
90 | "css-loader": "^6.2.0", | 90 | "css-loader": "^6.2.0", |
91 | "debug": "^4.3.1", | 91 | "debug": "^4.3.1", |
92 | "dexie": "^3.0.0", | 92 | "dexie": "^3.0.0", |
93 | "eslint": "8.2.0", | 93 | "eslint": "7", |
94 | "eslint-plugin-import": "^2.24.2", | 94 | "eslint-plugin-import": "^2.24.2", |
95 | "eslint-plugin-jsdoc": "^37.0.3", | 95 | "eslint-plugin-jsdoc": "^37.0.3", |
96 | "eslint-plugin-prefer-arrow": "latest", | 96 | "eslint-plugin-prefer-arrow": "latest", |
@@ -99,7 +99,7 @@ | |||
99 | "focus-visible": "^5.0.2", | 99 | "focus-visible": "^5.0.2", |
100 | "geckodriver": "^2.0.3", | 100 | "geckodriver": "^2.0.3", |
101 | "hls.js": "^1.0.7", | 101 | "hls.js": "^1.0.7", |
102 | "html-loader": "^2.1.2", | 102 | "html-loader": "^3.0.1", |
103 | "html-webpack-plugin": "^5.3.1", | 103 | "html-webpack-plugin": "^5.3.1", |
104 | "https-browserify": "^1.0.0", | 104 | "https-browserify": "^1.0.0", |
105 | "jschannel": "^1.0.2", | 105 | "jschannel": "^1.0.2", |
@@ -111,6 +111,7 @@ | |||
111 | "mini-css-extract-plugin": "^2.2.0", | 111 | "mini-css-extract-plugin": "^2.2.0", |
112 | "ngx-uploadx": "^4.1.0", | 112 | "ngx-uploadx": "^4.1.0", |
113 | "path-browserify": "^1.0.0", | 113 | "path-browserify": "^1.0.0", |
114 | "postcss": "^8.3.11", | ||
114 | "primeng": "^13.0.0-rc.1", | 115 | "primeng": "^13.0.0-rc.1", |
115 | "process": "^0.11.10", | 116 | "process": "^0.11.10", |
116 | "purify-css": "^1.2.5", | 117 | "purify-css": "^1.2.5", |
@@ -128,7 +129,7 @@ | |||
128 | "terser-webpack-plugin": "^5.1.2", | 129 | "terser-webpack-plugin": "^5.1.2", |
129 | "ts-loader": "^9.2.2", | 130 | "ts-loader": "^9.2.2", |
130 | "tslib": "^2.0.0", | 131 | "tslib": "^2.0.0", |
131 | "typescript": "~4.3.4", | 132 | "typescript": "~4.4.4", |
132 | "video.js": "^7", | 133 | "video.js": "^7", |
133 | "videojs-dock": "^2.0.2", | 134 | "videojs-dock": "^2.0.2", |
134 | "videojs-hotkeys": "^0.2.27", | 135 | "videojs-hotkeys": "^0.2.27", |