|
16 | 16 | }, |
17 | 17 | "private": true, |
18 | 18 | "dependencies": { |
19 | | - "@angular/common": "21.0.8", |
20 | | - "@angular/compiler": "21.0.8", |
21 | | - "@angular/core": "21.0.8", |
22 | | - "@angular/forms": "21.0.8", |
23 | | - "@angular/language-service": "21.0.8", |
24 | | - "@angular/platform-browser": "21.0.8", |
25 | | - "@angular/platform-browser-dynamic": "21.0.8", |
26 | | - "@angular/router": "21.0.8", |
27 | | - "@tabler/icons-webfont": "3.36.1", |
28 | | - "@tauri-apps/api": "2.9.1", |
29 | | - "@tauri-apps/plugin-shell": "2.3.4", |
30 | | - "rxjs": "7.8.2", |
| 19 | + "@angular/common": "^21.0.8", |
| 20 | + "@angular/compiler": "^21.0.8", |
| 21 | + "@angular/core": "^21.0.8", |
| 22 | + "@angular/forms": "21.2.7", |
| 23 | + "@angular/language-service": "21.2.7", |
| 24 | + "@angular/platform-browser": "^21.0.8", |
| 25 | + "@angular/platform-browser-dynamic": "21.2.7", |
| 26 | + "@angular/router": "21.2.7", |
| 27 | + "@tabler/icons-webfont": "3.41.1", |
| 28 | + "@tauri-apps/api": "2.10.1", |
| 29 | + "@tauri-apps/plugin-shell": "2.3.5", |
| 30 | + "rxjs": "^7.8.2", |
31 | 31 | "tslib": "2.8.1", |
32 | | - "zone.js": "0.16.0" |
| 32 | + "zone.js": "0.16.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@angular/build": "21.0.5", |
36 | | - "@angular/cli": "21.0.5", |
37 | | - "@angular/compiler-cli": "21.0.8", |
| 35 | + "@angular/build": "21.2.6", |
| 36 | + "@angular/cli": "21.2.6", |
| 37 | + "@angular/compiler-cli": "21.2.7", |
38 | 38 | "@ngx-translate/core": "17.0.0", |
39 | 39 | "@ngx-translate/http-loader": "17.0.0", |
40 | | - "@tauri-apps/cli": "2.9.6", |
| 40 | + "@tauri-apps/cli": "2.10.1", |
41 | 41 | "@types/jasmine": "5.1.15", |
42 | 42 | "@types/jasminewd2": "2.0.13", |
43 | | - "@types/node": "25.0.7", |
| 43 | + "@types/node": "25.5.2", |
44 | 44 | "jasmine-core": "5.13.0", |
45 | 45 | "jasmine-spec-reporter": "7.0.0", |
46 | 46 | "karma": "6.4.4", |
47 | 47 | "karma-chrome-launcher": "3.2.0", |
48 | 48 | "karma-coverage-istanbul-reporter": "3.0.3", |
49 | 49 | "karma-jasmine": "5.1.0", |
50 | | - "karma-jasmine-html-reporter": "2.1.0", |
| 50 | + "karma-jasmine-html-reporter": "2.2.0", |
51 | 51 | "npm-run-all": "4.1.5", |
52 | 52 | "ts-node": "10.9.2", |
53 | 53 | "typescript": "5.9.3", |
54 | | - "wait-on": "9.0.3" |
| 54 | + "wait-on": "9.0.4" |
55 | 55 | } |
56 | 56 | } |
0 commit comments