|
1 | 1 | { |
2 | 2 | "name": "ngx-json-treeview", |
3 | | - "version": "18.0.1", |
| 3 | + "version": "19.0.0", |
4 | 4 | "license": "Apache-2.0", |
5 | 5 | "scripts": { |
6 | 6 | "build": "pnpm run build:lib && pnpm run build:demo", |
|
17 | 17 | }, |
18 | 18 | "private": true, |
19 | 19 | "dependencies": { |
20 | | - "@angular/animations": "^18.2.0", |
21 | | - "@angular/common": "^18.2.0", |
22 | | - "@angular/compiler": "^18.2.0", |
23 | | - "@angular/core": "^18.2.0", |
24 | | - "@angular/forms": "^18.2.0", |
25 | | - "@angular/platform-browser": "^18.2.0", |
26 | | - "@angular/platform-browser-dynamic": "^18.2.0", |
27 | | - "@angular/router": "^18.2.0", |
| 20 | + "@angular/animations": "^19.2.6", |
| 21 | + "@angular/common": "^19.2.6", |
| 22 | + "@angular/compiler": "^19.2.6", |
| 23 | + "@angular/core": "^19.2.6", |
| 24 | + "@angular/forms": "^19.2.6", |
| 25 | + "@angular/platform-browser": "^19.2.6", |
| 26 | + "@angular/platform-browser-dynamic": "^19.2.6", |
| 27 | + "@angular/router": "^19.2.6", |
28 | 28 | "rxjs": "~7.8.0", |
29 | 29 | "tslib": "^2.3.0", |
30 | | - "zone.js": "~0.14.10" |
| 30 | + "zone.js": "~0.15.0" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@angular-devkit/build-angular": "^18.2.17", |
34 | | - "@angular/cli": "^18.2.17", |
35 | | - "@angular/compiler-cli": "^18.2.0", |
| 33 | + "@angular-devkit/build-angular": "^19.2.7", |
| 34 | + "@angular/cli": "^19.2.7", |
| 35 | + "@angular/compiler-cli": "^19.2.6", |
36 | 36 | "@types/jasmine": "~5.1.0", |
37 | 37 | "cpy-cli": "^5.0.0", |
38 | 38 | "jasmine-core": "~5.2.0", |
|
41 | 41 | "karma-coverage": "~2.2.0", |
42 | 42 | "karma-jasmine": "~5.1.0", |
43 | 43 | "karma-jasmine-html-reporter": "~2.1.0", |
44 | | - "ng-packagr": "^18.2.0", |
| 44 | + "ng-packagr": "^19.2.2", |
45 | 45 | "prettier": "^3.5.3", |
46 | 46 | "prettier-plugin-css-order": "^2.1.2", |
47 | 47 | "prettier-plugin-organize-imports": "^4.1.0", |
|
0 commit comments