|
17 | 17 | "format": "pnpm lint && pnpm prettify"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@angular/common": "^19.0.5", |
21 |
| - "@angular/compiler": "^19.0.5", |
22 |
| - "@angular/core": "^19.0.5", |
23 |
| - "@angular/forms": "^19.0.5", |
24 |
| - "@angular/platform-browser": "^19.0.5", |
25 |
| - "@angular/platform-browser-dynamic": "^19.0.5", |
26 |
| - "@angular/router": "^19.0.5", |
| 20 | + "@angular/common": "^19.1.4", |
| 21 | + "@angular/compiler": "^19.1.4", |
| 22 | + "@angular/core": "^19.1.4", |
| 23 | + "@angular/forms": "^19.1.4", |
| 24 | + "@angular/platform-browser": "^19.1.4", |
| 25 | + "@angular/platform-browser-dynamic": "^19.1.4", |
| 26 | + "@angular/router": "^19.1.4", |
27 | 27 | "@codemirror/lang-json": "^6.0.1",
|
28 |
| - "@codemirror/language": "^6.6.0", |
29 |
| - "@codemirror/state": "^6.2.0", |
| 28 | + "@codemirror/language": "^6.10.8", |
| 29 | + "@codemirror/state": "^6.5.1", |
30 | 30 | "bootstrap": "^5.3.3",
|
31 | 31 | "codemirror": "^6.0.1",
|
32 | 32 | "lodash": "^4.17.21",
|
|
35 | 35 | "zone.js": "~0.15.0"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@angular-devkit/build-angular": "^19.0.6", |
| 38 | + "@angular-devkit/build-angular": "^19.1.5", |
39 | 39 | "@angular-eslint/builder": "^19.0.2",
|
40 | 40 | "@angular-eslint/eslint-plugin": "^19.0.2",
|
41 | 41 | "@angular-eslint/eslint-plugin-template": "^19.0.2",
|
42 | 42 | "@angular-eslint/template-parser": "^19.0.2",
|
43 |
| - "@angular/cli": "^19.0.6", |
44 |
| - "@angular/compiler-cli": "^19.0.5", |
45 |
| - "@trivago/prettier-plugin-sort-imports": "^5.2.0", |
46 |
| - "eslint": "^9.17.0", |
| 43 | + "@angular/cli": "^19.1.5", |
| 44 | + "@angular/compiler-cli": "^19.1.4", |
| 45 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 46 | + "eslint": "^9.19.0", |
47 | 47 | "prettier": "^3.4.2",
|
48 | 48 | "tslib": "^2.8.1",
|
49 | 49 | "typescript": "~5.6.3"
|
|
0 commit comments