| 
1 | 1 | {  | 
2 |  | -  "name": "yfiles-angular-integration-basic",  | 
3 |  | -  "version": "26.0.4",  | 
 | 2 | +  "name": "@yfiles/yfiles-angular-integration-basic",  | 
 | 3 | +  "version": "30.0.0",  | 
4 | 4 |   "author":  "yWorks GmbH <[email protected]>",   | 
5 | 5 |   "scripts": {  | 
6 | 6 |     "ng": "ng",  | 
 | 
9 | 9 |     "watch": "ng build --watch --configuration development",  | 
10 | 10 |     "test": "ng test",  | 
11 | 11 |     "postinstall": "npm run copy-eval-license",  | 
12 |  | -    "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\""  | 
 | 12 | +    "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0-Evaluation/lib/license.json','./src/license.json')\""  | 
13 | 13 |   },  | 
14 | 14 |   "private": true,  | 
15 | 15 |   "dependencies": {  | 
16 |  | -    "@angular/animations": "^17.3.6",  | 
17 |  | -    "@angular/common": "~17.3.6",  | 
18 |  | -    "@angular/compiler": "~17.3.6",  | 
19 |  | -    "@angular/core": "~17.3.6",  | 
20 |  | -    "@angular/forms": "~17.3.6",  | 
21 |  | -    "@angular/platform-browser": "~17.3.6",  | 
22 |  | -    "@angular/platform-browser-dynamic": "~17.3.6",  | 
23 |  | -    "@angular/router": "^17.3.6",  | 
 | 16 | +    "@angular/animations": "^19.1.5",  | 
 | 17 | +    "@angular/common": "^19.1.5",  | 
 | 18 | +    "@angular/compiler": "^19.1.5",  | 
 | 19 | +    "@angular/core": "^19.1.5",  | 
 | 20 | +    "@angular/forms": "^19.1.5",  | 
 | 21 | +    "@angular/platform-browser": "^19.1.5",  | 
 | 22 | +    "@angular/platform-browser-dynamic": "^19.1.5",  | 
 | 23 | +    "@angular/router": "^19.1.5",  | 
24 | 24 |     "rxjs": "~7.8.1",  | 
25 |  | -    "tslib": "^2.6.2",  | 
26 |  | -    "yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz",  | 
27 |  | -    "zone.js": "~0.14.2"  | 
 | 25 | +    "tslib": "^2.8.1",  | 
 | 26 | +    "zone.js": "~0.15.0",  | 
 | 27 | +    "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0-Evaluation/lib-dev/yfiles-30.0.3+eval-dev.tgz"  | 
28 | 28 |   },  | 
29 | 29 |   "devDependencies": {  | 
30 |  | -    "@angular-devkit/build-angular": "^17.3.6",  | 
31 |  | -    "@angular/cli": "~17.3.6",  | 
32 |  | -    "@angular/compiler-cli": "^17.3.6",  | 
33 |  | -    "@types/jasmine": "~5.1.4",  | 
34 |  | -    "jasmine-core": "~5.1.1",  | 
35 |  | -    "karma": "~6.4.2",  | 
 | 30 | +    "@angular-devkit/build-angular": "^19.1.6",  | 
 | 31 | +    "@angular/cli": "^19.1.6",  | 
 | 32 | +    "@angular/compiler-cli": "^19.1.5",  | 
 | 33 | +    "@types/jasmine": "~5.1.5",  | 
 | 34 | +    "jasmine-core": "~5.6.0",  | 
 | 35 | +    "karma": "~6.4.4",  | 
36 | 36 |     "karma-chrome-launcher": "~3.2.0",  | 
37 | 37 |     "karma-coverage": "~2.2.1",  | 
38 | 38 |     "karma-jasmine": "~5.1.0",  | 
39 | 39 |     "karma-jasmine-html-reporter": "~2.1.0",  | 
40 |  | -    "typescript": "~5.2.2"  | 
 | 40 | +    "typescript": "~5.7.3"  | 
41 | 41 |   }  | 
42 | 42 | }  | 
0 commit comments