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:
Simon
2024-01-28 19:44:51 +01:00
committed by GitHub
parent d4a2e2e934
commit 856b634f15
4 changed files with 2175 additions and 2640 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
<?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>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
@@ -49,7 +50,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v20.8.1</nodeVersion>
<nodeVersion>v20.11.0</nodeVersion>
</configuration>
</execution>