|
1 | 1 | { |
2 | 2 | "name": "@yfiles/yfiles-angular-integration-basic", |
3 | | - "version": "30.0.1", |
| 3 | + "version": "30.0.3", |
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-3.0.0.1-Evaluation/lib/license.json','./src/license.json')\"" |
| 12 | + "copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/license.json','./src/license.json')\"" |
13 | 13 | }, |
14 | 14 | "private": true, |
15 | 15 | "dependencies": { |
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", |
| 16 | + "@angular/animations": "^20.1.4", |
| 17 | + "@angular/common": "^20.1.4", |
| 18 | + "@angular/compiler": "^20.1.4", |
| 19 | + "@angular/core": "^20.1.4", |
| 20 | + "@angular/forms": "^20.1.4", |
| 21 | + "@angular/platform-browser": "^20.1.4", |
| 22 | + "@angular/router": "^20.1.4", |
24 | 23 | "rxjs": "~7.8.1", |
25 | 24 | "tslib": "^2.8.1", |
26 | 25 | "zone.js": "~0.15.0", |
27 | | - "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.1-Evaluation/lib/yfiles-30.0.1+eval-dev.tgz" |
| 26 | + "@yfiles/yfiles": "../yFiles-for-HTML-Complete-3.0.0.3-Evaluation/lib/yfiles-30.0.3+eval-dev.tgz" |
28 | 27 | }, |
29 | 28 | "devDependencies": { |
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", |
| 29 | + "@angular-devkit/build-angular": "^20.1.4", |
| 30 | + "@angular/cli": "^20.1.4", |
| 31 | + "@angular/compiler-cli": "^20.1.4", |
| 32 | + "@types/jasmine": "~5.1.8", |
| 33 | + "jasmine-core": "~5.9.0", |
35 | 34 | "karma": "~6.4.4", |
36 | 35 | "karma-chrome-launcher": "~3.2.0", |
37 | 36 | "karma-coverage": "~2.2.1", |
38 | 37 | "karma-jasmine": "~5.1.0", |
39 | 38 | "karma-jasmine-html-reporter": "~2.1.0", |
40 | | - "typescript": "~5.7.3" |
| 39 | + "typescript": "~5.8.3" |
41 | 40 | } |
42 | 41 | } |
0 commit comments