|
3 | 3 | "version": "1.0.0",
|
4 | 4 | "author": "yWorks GmbH <[email protected]>",
|
5 | 5 | "scripts": {
|
6 |
| - "preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.3-Evaluation && npm run prepare-package", |
7 |
| - "postinstall": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.4.0.3-Evaluation/lib/license.json','./src/license.json')\"", |
| 6 | + "preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.5-Evaluation && npm run prepare-package", |
| 7 | + "postinstall": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/lib/license.json','./src/license.json')\"", |
8 | 8 | "ng": "ng",
|
9 | 9 | "start": "ng serve",
|
10 | 10 | "build": "node --max_old_space_size=6000 node_modules/@angular/cli/bin/ng build",
|
|
13 | 13 | },
|
14 | 14 | "private": true,
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "~12.1.0", |
17 |
| - "@angular/common": "~12.1.0", |
18 |
| - "@angular/compiler": "~12.1.0", |
19 |
| - "@angular/core": "~12.1.0", |
20 |
| - "@angular/forms": "~12.1.0", |
21 |
| - "@angular/platform-browser": "~12.1.0", |
22 |
| - "@angular/platform-browser-dynamic": "~12.1.0", |
23 |
| - "@angular/router": "~12.1.0", |
| 16 | + "@angular/animations": "~12.2.7", |
| 17 | + "@angular/common": "~12.2.7", |
| 18 | + "@angular/compiler": "~12.2.7", |
| 19 | + "@angular/core": "~12.2.7", |
| 20 | + "@angular/forms": "~12.2.7", |
| 21 | + "@angular/platform-browser": "~12.2.7", |
| 22 | + "@angular/platform-browser-dynamic": "~12.2.7", |
| 23 | + "@angular/router": "~12.2.7", |
24 | 24 | "rxjs": "~7.1.0",
|
25 | 25 | "tslib": "^2.3.0",
|
26 |
| - "yfiles": "../yFiles-for-HTML-Complete-2.4.0.3-Evaluation/lib-dev/es-modules/yfiles-24.0.2-eval-dev.tgz", |
| 26 | + "yfiles": "../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/lib-dev/es-modules/yfiles-24.0.5-eval-dev.tgz", |
27 | 27 | "zone.js": "~0.11.4"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@angular-devkit/build-angular": "~12.1.0", |
31 |
| - "@angular/cli": "~12.1.0", |
32 |
| - "@angular/compiler-cli": "~12.1.0", |
| 30 | + "@angular-devkit/build-angular": "~12.2.7", |
| 31 | + "@angular/cli": "~12.2.7", |
| 32 | + "@angular/compiler-cli": "~12.2.7", |
33 | 33 | "@types/jasmine": "~3.7.7",
|
34 |
| - "@types/node": "^15.12.4", |
| 34 | + "@types/node": "^15.14.0", |
35 | 35 | "jasmine-core": "~3.7.1",
|
36 | 36 | "karma": "~6.3.4",
|
37 | 37 | "karma-chrome-launcher": "~3.1.0",
|
|
0 commit comments