Skip to content

Commit a348061

Browse files
committed
build: update to NG version 21
1 parent 92821c3 commit a348061

3 files changed

Lines changed: 7767 additions & 8514 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The package versions are aligned with the _Angular_ version.
88
* for **Nx < v20** and **NG v18** use _v18.0.1_.
99
* for **Nx >= v20** and **NG v18** use _v18.1.1_.
1010
* for **Nx >= v20** and **NG v19** use _v19.0.7_.
11-
* for **Nx >= v21.2** and **NG v20** use _v20.0.0_.
11+
* for **Nx >= v21.2** and **NG v20** use _v20.0.1_.
12+
* for **Nx >= v21.2** (Nx v21-22) and **NG v21** use _v21.0.0_.
1213

1314
**Breaking change** in v18.1.0:
1415

libs/ddd/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"yarn": "^1.22.17"
1515
},
1616
"dependencies": {
17-
"tslib": "^2.3.1"
17+
"tslib": "^2.8.0"
1818
},
1919
"optionalDependencies": {
20-
"@ngrx/schematics": "^20.0.0"
20+
"@ngrx/schematics": "^21.0.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/core": "^20.0.0",
24-
"@nx/angular": ">=21.2.0"
23+
"@angular/core": "^21.0.0",
24+
"@nx/angular": ">=21.2.0 <23.0.0"
2525
},
2626
"main": "src/index.js",
2727
"schematics": "./collection.json",

0 commit comments

Comments
 (0)