mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Update Angular to v17 (#233)
* Update node.js to 20.11.0 Update Typescript to 5.3.3 Update zone.js to 0.14.3
This commit is contained in:
@@ -69,11 +69,11 @@
|
|||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"browserTarget": "frontend:build:production"
|
"buildTarget": "frontend:build:production"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"browserTarget": "frontend:build:development",
|
"proxyConfig": "src/proxy.conf.json",
|
||||||
"proxyConfig": "src/proxy.conf.json"
|
"buildTarget": "frontend:build:development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
"extract-i18n": {
|
"extract-i18n": {
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "frontend:build"
|
"buildTarget": "frontend:build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|||||||
Generated
+2154
-2620
File diff suppressed because it is too large
Load Diff
+13
-13
@@ -10,27 +10,27 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^16.2.8",
|
"@angular/animations": "^17.1.1",
|
||||||
"@angular/cdk": "^16.2.7",
|
"@angular/cdk": "^16.2.7",
|
||||||
"@angular/common": "^16.2.8",
|
"@angular/common": "^17.1.1",
|
||||||
"@angular/compiler": "^16.2.12",
|
"@angular/compiler": "^17.1.1",
|
||||||
"@angular/core": "^16.2.8",
|
"@angular/core": "^17.1.1",
|
||||||
"@angular/forms": "^16.2.12",
|
"@angular/forms": "^17.1.1",
|
||||||
"@angular/material": "^16.2.9",
|
"@angular/material": "^16.2.9",
|
||||||
"@angular/platform-browser": "^16.2.12",
|
"@angular/platform-browser": "^17.1.1",
|
||||||
"@angular/platform-browser-dynamic": "^16.2.12",
|
"@angular/platform-browser-dynamic": "^17.1.1",
|
||||||
"@angular/router": "^16.2.11",
|
"@angular/router": "^17.1.1",
|
||||||
"@angular/youtube-player": "^16.2.7",
|
"@angular/youtube-player": "^16.2.7",
|
||||||
"@ngbracket/ngx-layout": "^16.1.3",
|
"@ngbracket/ngx-layout": "^16.1.3",
|
||||||
"mat-table-filter": "^15.0.0",
|
"mat-table-filter": "^15.0.0",
|
||||||
"rxjs": "~7.8.1",
|
"rxjs": "~7.8.1",
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"zone.js": "~0.13.3"
|
"zone.js": "~0.14.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^16.2.5",
|
"@angular-devkit/build-angular": "^17.1.1",
|
||||||
"@angular/cli": "~16.2.8",
|
"@angular/cli": "~17.1.1",
|
||||||
"@angular/compiler-cli": "^16.2.8",
|
"@angular/compiler-cli": "^17.1.1",
|
||||||
"@types/jasmine": "~5.1.2",
|
"@types/jasmine": "~5.1.2",
|
||||||
"jasmine-core": "~4.6.0",
|
"jasmine-core": "~4.6.0",
|
||||||
"karma": "~6.4.2",
|
"karma": "~6.4.2",
|
||||||
@@ -38,6 +38,6 @@
|
|||||||
"karma-coverage": "~2.2.1",
|
"karma-coverage": "~2.2.1",
|
||||||
"karma-jasmine": "~5.1.0",
|
"karma-jasmine": "~5.1.0",
|
||||||
"karma-jasmine-html-reporter": "~2.1.0",
|
"karma-jasmine-html-reporter": "~2.1.0",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+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">
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>gameyfin</artifactId>
|
<artifactId>gameyfin</artifactId>
|
||||||
<groupId>de.grimsi</groupId>
|
<groupId>de.grimsi</groupId>
|
||||||
@@ -49,7 +50,7 @@
|
|||||||
<goal>install-node-and-npm</goal>
|
<goal>install-node-and-npm</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<nodeVersion>v20.8.1</nodeVersion>
|
<nodeVersion>v20.11.0</nodeVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user