|
1 | 1 | { |
2 | 2 | "name": "ngx-json-treeview", |
3 | | - "version": "19.0.1", |
| 3 | + "version": "19.0.2", |
4 | 4 | "license": "Apache-2.0", |
| 5 | + "author": { |
| 6 | + "name": "Michael J Doyle", |
| 7 | + |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/MichaelDoyle/ngx-json-treeview" |
| 12 | + }, |
| 13 | + "keywords": [ |
| 14 | + "angular", |
| 15 | + "ngx", |
| 16 | + "json", |
| 17 | + "treeview" |
| 18 | + ], |
5 | 19 | "scripts": { |
6 | 20 | "build": "pnpm run build:lib && pnpm run build:demo", |
7 | 21 | "build:lib": "ng build ngx-json-treeview", |
|
17 | 31 | }, |
18 | 32 | "private": true, |
19 | 33 | "dependencies": { |
20 | | - "@angular/animations": "^19.2.6", |
21 | | - "@angular/cdk": "^19.2.9", |
22 | | - "@angular/common": "^19.2.6", |
23 | | - "@angular/compiler": "^19.2.6", |
24 | | - "@angular/core": "^19.2.6", |
25 | | - "@angular/forms": "^19.2.6", |
26 | | - "@angular/platform-browser": "^19.2.6", |
27 | | - "@angular/platform-browser-dynamic": "^19.2.6", |
28 | | - "@angular/router": "^19.2.6", |
| 34 | + "@angular/animations": "^19.0.0", |
| 35 | + "@angular/cdk": "^19.0.0", |
| 36 | + "@angular/common": "^19.0.0", |
| 37 | + "@angular/compiler": "^19.0.0", |
| 38 | + "@angular/core": "^19.0.0", |
| 39 | + "@angular/forms": "^19.0.0", |
| 40 | + "@angular/platform-browser": "^19.0.0", |
| 41 | + "@angular/platform-browser-dynamic": "^19.0.0", |
| 42 | + "@angular/router": "^19.0.0", |
29 | 43 | "rxjs": "~7.8.0", |
30 | 44 | "tslib": "^2.3.0", |
31 | 45 | "zone.js": "~0.15.0" |
32 | 46 | }, |
33 | 47 | "devDependencies": { |
34 | | - "@angular-devkit/build-angular": "^19.2.7", |
35 | | - "@angular/cli": "^19.2.7", |
36 | | - "@angular/compiler-cli": "^19.2.6", |
| 48 | + "@angular-devkit/build-angular": "^19.0.0", |
| 49 | + "@angular/cli": "^19.0.0", |
| 50 | + "@angular/compiler-cli": "^19.0.0", |
37 | 51 | "@types/jasmine": "~5.1.0", |
38 | 52 | "cpy-cli": "^5.0.0", |
39 | 53 | "jasmine-core": "~5.2.0", |
|
42 | 56 | "karma-coverage": "~2.2.0", |
43 | 57 | "karma-jasmine": "~5.1.0", |
44 | 58 | "karma-jasmine-html-reporter": "~2.1.0", |
45 | | - "ng-packagr": "^19.2.2", |
| 59 | + "ng-packagr": "^19.0.0", |
46 | 60 | "prettier": "^3.5.3", |
47 | 61 | "prettier-plugin-css-order": "^2.1.2", |
48 | 62 | "prettier-plugin-organize-imports": "^4.1.0", |
|
0 commit comments