LIC-04: next.js 14.2.35 (aktuellster patch der 14-linie), gitignore fuer web-build-artefakte

This commit is contained in:
sysops
2026-08-27 23:46:50 +02:00
parent 0620baa993
commit ac48935261
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,2 +1,4 @@
*.log
.env
web/*/node_modules/
web/*/.next/
+1 -1
View File
@@ -8,7 +8,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"next": "14.2.35",
"react": "18.3.1",
"react-dom": "18.3.1"
},