|
8 | 8 | "watch": "ng build --watch --configuration development", |
9 | 9 | "format": "npx prettier --write ." |
10 | 10 | }, |
11 | | - "prettier": { |
12 | | - "printWidth": 100, |
13 | | - "singleQuote": true, |
14 | | - "trailingComma": "none", |
15 | | - "bracketSpacing": false, |
16 | | - "overrides": [ |
17 | | - { |
18 | | - "files": "*.html", |
19 | | - "options": { |
20 | | - "parser": "angular" |
21 | | - } |
22 | | - } |
23 | | - ] |
24 | | - }, |
25 | 11 | "private": true, |
26 | | - "packageManager": "npm@11.10.1", |
| 12 | + "packageManager": "npm@11.11.1", |
27 | 13 | "dependencies": { |
28 | | - "@angular/common": "21.2.0", |
29 | | - "@angular/compiler": "21.2.0", |
30 | | - "@angular/core": "21.2.0", |
31 | | - "@angular/forms": "21.2.0", |
32 | | - "@angular/platform-browser": "21.2.0", |
33 | | - "@angular/router": "21.2.0", |
| 14 | + "@angular/common": "21.2.4", |
| 15 | + "@angular/compiler": "21.2.4", |
| 16 | + "@angular/core": "21.2.4", |
| 17 | + "@angular/forms": "21.2.4", |
| 18 | + "@angular/platform-browser": "21.2.4", |
| 19 | + "@angular/router": "21.2.4", |
34 | 20 | "@msgpack/msgpack": "3.1.3", |
35 | | - "cbor-x": "1.6.0", |
| 21 | + "cbor-x": "1.6.4", |
36 | 22 | "echarts": "6.0.0", |
37 | | - "fast-xml-parser": "5.4.1", |
| 23 | + "fast-xml-parser": "5.5.5", |
38 | 24 | "flatbuffers": "25.9.23", |
39 | 25 | "ngx-echarts": "21.0.0", |
40 | 26 | "papaparse": "5.5.3", |
|
44 | 30 | "tslib": "2.8.1" |
45 | 31 | }, |
46 | 32 | "devDependencies": { |
47 | | - "@angular/build": "21.2.0", |
48 | | - "@angular/cli": "21.2.0", |
49 | | - "@angular/compiler-cli": "21.2.0", |
| 33 | + "@angular/build": "21.2.2", |
| 34 | + "@angular/cli": "21.2.2", |
| 35 | + "@angular/compiler-cli": "21.2.4", |
50 | 36 | "@types/papaparse": "5.5.2", |
51 | 37 | "prettier": "3.8.1", |
52 | 38 | "typescript": "5.9.3" |
|
0 commit comments