This commit is contained in:
idittrich-valueon 2025-05-07 11:17:26 +02:00
parent 2049aef9e8
commit 31aea03052
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
cache: 'npm' # Aktiviert Caching für schnellere Builds
- name: Install dependencies
run: npm ci # Nutzt package-lock.json für deterministische Installs
run: npm install
- name: Build React app
run: npm run build

8
package-lock.json generated
View file

@ -14912,16 +14912,16 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
"node": ">=4.2.0"
}
},
"node_modules/unbox-primitive": {