Skip to content

Commit b259d9c

Browse files
committed
Updated Angular and packages
1 parent f0eb453 commit b259d9c

3 files changed

Lines changed: 700 additions & 1319 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ When you revert with `npm unlink @myrmidon/paged-data-browser`, the original pac
5151

5252
## History
5353

54+
- 2026-02-01: updated Angular and packages.
5455
- 2025-11-24:
5556
- ⚠️ upgraded to Angular 21.
5657
- migrated to `pnpm`.

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@
1010
"build-lib": "ng build @myrmidon/cadmus-mapping-builder"
1111
},
1212
"private": true,
13-
"packageManager": "pnpm@10.23.0",
13+
"packageManager": "pnpm@10.28.2",
1414
"dependencies": {
15-
"@angular/animations": "^21.0.0",
16-
"@angular/cdk": "^21.0.0",
17-
"@angular/common": "^21.0.0",
18-
"@angular/compiler": "^21.0.0",
19-
"@angular/core": "^21.0.0",
20-
"@angular/forms": "^21.0.0",
21-
"@angular/localize": "^21.0.0",
22-
"@angular/material": "^21.0.0",
23-
"@angular/platform-browser": "^21.0.0",
24-
"@angular/router": "^21.0.0",
15+
"@angular/animations": "^21.1.2",
16+
"@angular/cdk": "^21.1.2",
17+
"@angular/common": "^21.1.2",
18+
"@angular/compiler": "^21.1.2",
19+
"@angular/core": "^21.1.2",
20+
"@angular/forms": "^21.1.2",
21+
"@angular/localize": "^21.1.2",
22+
"@angular/material": "^21.1.2",
23+
"@angular/platform-browser": "^21.1.2",
24+
"@angular/router": "^21.1.2",
2525
"@cisstech/nge": "^18.3.0",
2626
"@myrmidon/ngx-mat-tools": "^1.0.1",
2727
"@myrmidon/ngx-tools": "^2.0.2",
28-
"@myrmidon/paged-data-browsers": "^5.1.2",
28+
"@myrmidon/paged-data-browsers": "^5.1.4",
2929
"monaco-editor": "^0.54.0",
3030
"rxjs": "~7.8.0",
3131
"tslib": "^2.3.0",
32-
"zone.js": "~0.15.0"
32+
"zone.js": "~0.16.0"
3333
},
3434
"devDependencies": {
35-
"@angular/build": "^21.0.0",
36-
"@angular/cli": "^21.0.0",
37-
"@angular/compiler-cli": "^21.0.0",
38-
"@types/jasmine": "~5.1.13",
39-
"jasmine-core": "~5.12.1",
35+
"@angular/build": "^21.1.2",
36+
"@angular/cli": "^21.1.2",
37+
"@angular/compiler-cli": "^21.1.2",
38+
"@types/jasmine": "~6.0.0",
39+
"jasmine-core": "~6.0.1",
4040
"karma": "~6.4.4",
4141
"karma-chrome-launcher": "~3.2.0",
4242
"karma-coverage": "~2.2.1",
4343
"karma-jasmine": "~5.1.0",
44-
"karma-jasmine-html-reporter": "~2.1.0",
45-
"ng-packagr": "^21.0.0",
44+
"karma-jasmine-html-reporter": "~2.2.0",
45+
"ng-packagr": "^21.1.0",
4646
"typescript": "~5.9.3"
4747
},
4848
"optionalDependencies": {
49-
"@rollup/rollup-win32-arm64-msvc": "^4.53.3"
49+
"@rollup/rollup-win32-arm64-msvc": "^4.57.1"
5050
},
5151
"pnpm": {
5252
"overrides": {

0 commit comments

Comments
 (0)