mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Update Angular to 17.3.3
Update Protobuf to 3.25.3
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
<commons-io.version>2.16.1</commons-io.version>
|
<commons-io.version>2.16.1</commons-io.version>
|
||||||
<commons-compress.version>1.21</commons-compress.version>
|
<commons-compress.version>1.21</commons-compress.version>
|
||||||
<protoc.plugin.version>3.11.4</protoc.plugin.version>
|
<protoc.plugin.version>3.11.4</protoc.plugin.version>
|
||||||
<protobuf-java.version>4.26.1</protobuf-java.version>
|
<protobuf-java.version>3.25.3</protobuf-java.version>
|
||||||
<easy-random.version>5.0.0</easy-random.version>
|
<easy-random.version>5.0.0</easy-random.version>
|
||||||
<easy-random-protobuf.version>0.4.0</easy-random-protobuf.version>
|
<easy-random-protobuf.version>0.4.0</easy-random-protobuf.version>
|
||||||
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
|
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
|
||||||
|
|||||||
Generated
+844
-1058
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -11,15 +11,15 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^17.3.3",
|
"@angular/animations": "^17.3.3",
|
||||||
"@angular/cdk": "^16.2.7",
|
"@angular/cdk": "^17.3.3",
|
||||||
"@angular/common": "^17.1.1",
|
"@angular/common": "^17.3.3",
|
||||||
"@angular/compiler": "^17.3.3",
|
"@angular/compiler": "^17.3.3",
|
||||||
"@angular/core": "^17.1.1",
|
"@angular/core": "^17.3.3",
|
||||||
"@angular/forms": "^17.1.1",
|
"@angular/forms": "^17.3.3",
|
||||||
"@angular/material": "^16.2.9",
|
"@angular/material": "^17.3.3",
|
||||||
"@angular/platform-browser": "^17.1.1",
|
"@angular/platform-browser": "^17.3.3",
|
||||||
"@angular/platform-browser-dynamic": "^17.1.1",
|
"@angular/platform-browser-dynamic": "^17.3.3",
|
||||||
"@angular/router": "^17.1.1",
|
"@angular/router": "^17.3.3",
|
||||||
"@angular/youtube-player": "^17.3.3",
|
"@angular/youtube-player": "^17.3.3",
|
||||||
"@ngbracket/ngx-layout": "^17.0.1",
|
"@ngbracket/ngx-layout": "^17.0.1",
|
||||||
"mat-table-filter": "^15.0.0",
|
"mat-table-filter": "^15.0.0",
|
||||||
@@ -29,8 +29,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^17.3.3",
|
"@angular-devkit/build-angular": "^17.3.3",
|
||||||
"@angular/cli": "~17.1.1",
|
"@angular/cli": "~17.3.3",
|
||||||
"@angular/compiler-cli": "^17.1.1",
|
"@angular/compiler-cli": "^17.3.3",
|
||||||
"@types/jasmine": "~5.1.2",
|
"@types/jasmine": "~5.1.2",
|
||||||
"jasmine-core": "~5.1.2",
|
"jasmine-core": "~5.1.2",
|
||||||
"karma": "~6.4.2",
|
"karma": "~6.4.2",
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
@import "@angular/material/theming";
|
|
||||||
|
|
||||||
$custom-theme-primary: mat.define-palette(mat.$green-palette);
|
$custom-theme-primary: mat.define-palette(mat.$green-palette);
|
||||||
$custom-theme-accent: mat.define-palette(mat.$grey-palette, A200, A100, A400);
|
$custom-theme-accent: mat.define-palette(mat.$grey-palette, A200, A100, A400);
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
@import "@angular/material/theming";
|
|
||||||
|
|
||||||
$custom-theme-primary: mat.define-palette(mat.$green-palette);
|
$custom-theme-primary: mat.define-palette(mat.$green-palette);
|
||||||
$custom-theme-accent: mat.define-palette(mat.$grey-palette, A200, A100, A400);
|
$custom-theme-accent: mat.define-palette(mat.$grey-palette, A200, A100, A400);
|
||||||
|
|||||||
Reference in New Issue
Block a user