|
31 | 31 | "release": "lerna version --sync-workspace-lock" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@angular/animations": "^19.0.6", |
35 | | - "@angular/cdk": "^19.0.5", |
36 | | - "@angular/common": "^19.0.6", |
37 | | - "@angular/compiler": "^19.0.6", |
38 | | - "@angular/core": "^19.0.6", |
39 | | - "@angular/forms": "^19.0.6", |
40 | | - "@angular/localize": "^19.0.6", |
41 | | - "@angular/platform-browser": "^19.0.6", |
42 | | - "@angular/platform-server": "^19.0.6", |
| 34 | + "@angular/animations": "^19.1.3", |
| 35 | + "@angular/cdk": "^19.1.1", |
| 36 | + "@angular/common": "^19.1.3", |
| 37 | + "@angular/compiler": "^19.1.3", |
| 38 | + "@angular/core": "^19.1.3", |
| 39 | + "@angular/forms": "^19.1.3", |
| 40 | + "@angular/localize": "^19.1.3", |
| 41 | + "@angular/platform-browser": "^19.1.3", |
| 42 | + "@angular/platform-server": "^19.1.3", |
43 | 43 | "dropzone": "^6.0.0-beta.2", |
44 | 44 | "moment": "^2.30.1", |
45 | 45 | "rxjs": "^7.8.1", |
|
48 | 48 | "zone.js": "^0.15.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@angular-devkit/architect": "^0.1900.7", |
52 | | - "@angular-devkit/build-angular": "^19.0.7", |
53 | | - "@angular-devkit/core": "^19.0.7", |
54 | | - "@angular-devkit/schematics": "^19.0.7", |
55 | | - "@angular/cli": "^19.0.7", |
56 | | - "@angular/compiler-cli": "^19.0.6", |
| 51 | + "@angular-devkit/architect": "^0.1901.4", |
| 52 | + "@angular-devkit/build-angular": "^19.1.4", |
| 53 | + "@angular-devkit/core": "^19.1.4", |
| 54 | + "@angular-devkit/schematics": "^19.1.4", |
| 55 | + "@angular/cli": "^19.1.4", |
| 56 | + "@angular/compiler-cli": "^19.1.3", |
57 | 57 | "@commitlint/cli": "^19.6.1", |
58 | 58 | "@commitlint/config-conventional": "^19.6.0", |
59 | 59 | "@compodoc/compodoc": "^1.1.26", |
60 | 60 | "@lerna-lite/cli": "^3.11.0", |
61 | 61 | "@lerna-lite/version": "^3.11.0", |
62 | 62 | "@liquid-js/angular-cli-ghpages": "^2.0.4", |
63 | 63 | "@liquid-js/commitlint-plugin-workspace-scopes": "^2.1.0", |
64 | | - "@stylistic/eslint-plugin": "^2.12.1", |
| 64 | + "@stylistic/eslint-plugin": "^3.0.0", |
65 | 65 | "@types/jasmine": "^5.1.5", |
66 | 66 | "@types/node": "<23.0.0", |
67 | 67 | "@types/semver": "^7.5.8", |
68 | 68 | "angular-eslint": "19.0.2", |
69 | 69 | "conventional-changelog-cli": "^5.0.0", |
70 | 70 | "cross-env": "^7.0.3", |
71 | | - "eslint": "^9.17.0", |
| 71 | + "eslint": "^9.19.0", |
72 | 72 | "eslint-plugin-import": "^2.31.0", |
73 | | - "eslint-plugin-jsdoc": "^50.6.1", |
74 | | - "eslint-plugin-prefer-arrow-functions": "^3.6.0", |
| 73 | + "eslint-plugin-jsdoc": "^50.6.3", |
| 74 | + "eslint-plugin-prefer-arrow-functions": "^3.6.2", |
75 | 75 | "eslint-plugin-unused-imports": "^4.1.4", |
76 | 76 | "globby": "^14.0.2", |
77 | 77 | "husky": "^9.1.7", |
|
82 | 82 | "karma-coverage": "^2.2.1", |
83 | 83 | "karma-jasmine": "^5.1.0", |
84 | 84 | "karma-jasmine-html-reporter": "^2.1.0", |
85 | | - "ng-packagr": "^19.0.1", |
86 | | - "npm-check-updates": "^17.1.13", |
87 | | - "postcss": "^8.4.49", |
| 85 | + "ng-packagr": "^19.1.1", |
| 86 | + "npm-check-updates": "^17.1.14", |
| 87 | + "postcss": "^8.5.1", |
88 | 88 | "rimraf": "^6.0.1", |
89 | 89 | "semver": "^7.6.3", |
90 | 90 | "stylelint": "<15.0.0", |
91 | 91 | "stylelint-config-standard-scss": "<7.0.0", |
92 | | - "ts-node-maintained": "^10.9.4", |
| 92 | + "ts-node-maintained": "^10.9.5", |
93 | 93 | "typedoc": "^0.27.6", |
94 | | - "typescript": ">=5.5 <5.7", |
95 | | - "typescript-eslint": "^8.19.1" |
| 94 | + "typescript": ">=5.7 <5.8", |
| 95 | + "typescript-eslint": "^8.22.0" |
96 | 96 | }, |
97 | 97 | "packageManager": "[email protected]", |
98 | 98 | "resolutions": { |
99 | | - "@angular-devkit/architect": "^0.1900.7", |
100 | | - "@angular-devkit/build-angular": "^19.0.7", |
101 | | - "@angular-devkit/core": "^19.0.7", |
102 | | - "@angular-devkit/schematics": "^19.0.7", |
103 | | - "@angular/cli": "^19.0.7", |
104 | | - "@angular/compiler-cli": "^19.0.6", |
105 | | - "@angular/animations": "^19.0.6", |
106 | | - "@angular/cdk": "^19.0.5", |
107 | | - "@angular/common": "^19.0.6", |
108 | | - "@angular/compiler": "^19.0.6", |
109 | | - "@angular/core": "^19.0.6", |
110 | | - "@angular/forms": "^19.0.6", |
111 | | - "@angular/localize": "^19.0.6", |
112 | | - "@angular/platform-browser": "^19.0.6", |
113 | | - "@angular/platform-server": "^19.0.6", |
114 | | - "@angular/router": "^19.0.6" |
| 99 | + "@angular-devkit/architect": "^0.1901.4", |
| 100 | + "@angular-devkit/build-angular": "^19.1.4", |
| 101 | + "@angular-devkit/core": "^19.1.4", |
| 102 | + "@angular-devkit/schematics": "^19.1.4", |
| 103 | + "@angular/cli": "^19.1.4", |
| 104 | + "@angular/compiler-cli": "^19.1.3", |
| 105 | + "@angular/animations": "^19.1.3", |
| 106 | + "@angular/cdk": "^19.1.1", |
| 107 | + "@angular/common": "^19.1.3", |
| 108 | + "@angular/compiler": "^19.1.3", |
| 109 | + "@angular/core": "^19.1.3", |
| 110 | + "@angular/forms": "^19.1.3", |
| 111 | + "@angular/localize": "^19.1.3", |
| 112 | + "@angular/platform-browser": "^19.1.3", |
| 113 | + "@angular/platform-server": "^19.1.3", |
| 114 | + "@angular/router": "^19.1.3" |
115 | 115 | } |
116 | 116 | } |
0 commit comments