|
7 | 7 | "url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git" |
8 | 8 | }, |
9 | 9 | "license": "MIT", |
10 | | - "version": "4.1.13", |
| 10 | + "version": "5.0.0", |
11 | 11 | "scripts": { |
12 | 12 | "ng": "ng", |
13 | 13 | "build": "ng build --configuration production && cp README.md dist/knowledgeowl-angular", |
|
26 | 26 | "tslib": "2.3.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@angular-devkit/build-angular": "18.2.6", |
| 29 | + "@angular-devkit/build-angular": "19.2.2", |
30 | 30 | "@angular-eslint/builder": "^16.3.1", |
31 | 31 | "@angular-eslint/eslint-plugin": "^16.3.1", |
32 | 32 | "@angular-eslint/eslint-plugin-template": "^16.3.1", |
33 | 33 | "@angular-eslint/template-parser": "^16.3.1", |
34 | | - "@angular/cli": "18.2.1", |
35 | | - "@angular/common": "18.2.0", |
36 | | - "@angular/compiler": "18.2.0", |
37 | | - "@angular/compiler-cli": "18.2.0", |
38 | | - "@angular/core": "18.2.0", |
39 | | - "@angular/platform-browser": "18.2.0", |
40 | | - "@angular/platform-browser-dynamic": "18.2.0", |
| 34 | + "@angular/cli": "19.2.2", |
| 35 | + "@angular/common": "19.2.2", |
| 36 | + "@angular/compiler": "19.2.2", |
| 37 | + "@angular/compiler-cli": "19.2.2", |
| 38 | + "@angular/core": "19.2.2", |
| 39 | + "@angular/platform-browser": "19.2.2", |
| 40 | + "@angular/platform-browser-dynamic": "19.2.2", |
41 | 41 | "@types/jasmine": "3.10.3", |
42 | 42 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
43 | 43 | "@typescript-eslint/parser": "^5.62.0", |
|
52 | 52 | "karma-jasmine": "4.0.1", |
53 | 53 | "karma-jasmine-html-reporter": "1.7.0", |
54 | 54 | "karma-junit-reporter": "2.0.1", |
55 | | - "ng-packagr": "18.0.0", |
| 55 | + "ng-packagr": "19.2.0", |
56 | 56 | "prettier": "2.5.1", |
57 | 57 | "puppeteer": "22.12.1", |
58 | | - "typescript": "5.4.5", |
59 | | - "zone.js": "0.14.10" |
| 58 | + "typescript": "5.8.2", |
| 59 | + "zone.js": "0.15.0" |
60 | 60 | } |
61 | 61 | } |
0 commit comments