|
23 | 23 | "type": "module", |
24 | 24 | "private": true, |
25 | 25 | "dependencies": { |
26 | | - "@angular/animations": "^20.2.1", |
27 | | - "@angular/common": "^20.2.1", |
28 | | - "@angular/compiler": "^20.2.1", |
29 | | - "@angular/core": "^20.2.1", |
30 | | - "@angular/forms": "^20.2.1", |
31 | | - "@angular/platform-browser": "^20.2.1", |
32 | | - "@angular/platform-browser-dynamic": "^20.2.1", |
33 | | - "@angular/router": "^20.2.1", |
34 | | - "@angular/service-worker": "^20.2.1", |
35 | | - "axios": "^1.11.0", |
| 26 | + "@angular/animations": "^20.3.0", |
| 27 | + "@angular/common": "^20.3.0", |
| 28 | + "@angular/compiler": "^20.3.0", |
| 29 | + "@angular/core": "^20.3.0", |
| 30 | + "@angular/forms": "^20.3.0", |
| 31 | + "@angular/platform-browser": "^20.3.0", |
| 32 | + "@angular/platform-browser-dynamic": "^20.3.0", |
| 33 | + "@angular/router": "^20.3.0", |
| 34 | + "@angular/service-worker": "^20.3.0", |
| 35 | + "axios": "^1.12.1", |
36 | 36 | "chrome-finder": "^1.0.7", |
37 | 37 | "cron": "^4.3.3", |
38 | | - "dayjs": "^1.11.13", |
| 38 | + "dayjs": "^1.11.18", |
39 | 39 | "express": "^5.1.0", |
40 | 40 | "file-saver": "^2.0.5", |
41 | 41 | "js-base64": "^3.7.8", |
42 | 42 | "js-yaml": "^4.1.0", |
43 | 43 | "localforage": "^1.10.0", |
44 | 44 | "lz-string": "^1.5.0", |
45 | 45 | "mitt": "^3.0.1", |
46 | | - "ng-zorro-antd": "^20.1.2", |
| 46 | + "ng-zorro-antd": "^20.2.1", |
47 | 47 | "nprogress": "^0.2.0", |
48 | | - "puppeteer": "^24.17.0", |
| 48 | + "puppeteer": "^24.20.0", |
49 | 49 | "qs": "^6.14.0", |
50 | 50 | "rough-notation": "^0.5.1", |
51 | 51 | "rxjs": "~7.8.2", |
52 | 52 | "sharp": "^0.34.3", |
53 | 53 | "zone.js": "~0.15.1" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@angular-devkit/build-angular": "^20.2.0", |
57 | | - "@angular/cli": "^20.2.0", |
58 | | - "@angular/compiler-cli": "^20.2.1", |
59 | | - "@tailwindcss/postcss": "^4.1.12", |
| 56 | + "@angular-devkit/build-angular": "^20.3.1", |
| 57 | + "@angular/cli": "^20.3.1", |
| 58 | + "@angular/compiler-cli": "^20.3.0", |
| 59 | + "@tailwindcss/postcss": "^4.1.13", |
60 | 60 | "@types/compression": "^1.8.1", |
61 | 61 | "@types/file-saver": "^2.0.7", |
62 | 62 | "@types/jasmine": "~5.1.9", |
|
69 | 69 | "connect-history-api-fallback": "^2.0.0", |
70 | 70 | "cors": "^2.8.5", |
71 | 71 | "info-web": "^0.0.46", |
72 | | - "jasmine-core": "~5.9.0", |
73 | | - "lint-staged": "^16.1.5", |
74 | | - "nodemailer": "^7.0.5", |
75 | | - "oxlint": "^1.12.0", |
76 | | - "pm2": "^6.0.8", |
| 72 | + "jasmine-core": "~5.10.0", |
| 73 | + "lint-staged": "^16.1.6", |
| 74 | + "nodemailer": "^7.0.6", |
| 75 | + "oxlint": "^1.15.0", |
| 76 | + "pm2": "^6.0.10", |
77 | 77 | "postcss": "^8.5.6", |
78 | 78 | "prettier": "^3.6.2", |
79 | | - "tailwindcss": "^4.1.12", |
| 79 | + "tailwindcss": "^4.1.13", |
80 | 80 | "tslib": "^2.8.1", |
81 | | - "tsx": "^4.20.4", |
| 81 | + "tsx": "^4.20.5", |
82 | 82 | "typescript": "~5.9.2" |
83 | 83 | } |
84 | 84 | } |
0 commit comments