We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f40a9 commit ae9fe92Copy full SHA for ae9fe92
libs/ddd/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular-architects/ddd",
3
- "version": "17.0.4",
+ "version": "18.0.1",
4
"license": "MIT",
5
"author": "Manfred Steyer",
6
"description": "Nx plugin for structuring a monorepo with domains and layers",
@@ -14,12 +14,12 @@
14
"yarn": "^1.22.17"
15
},
16
"dependencies": {
17
- "@ngrx/schematics": "^17.0.0",
+ "@ngrx/schematics": "^18.0.0",
18
"tslib": "^2.3.1"
19
20
"peerDependencies": {
21
- "@angular/core": "^17.0.0",
22
- "@nx/angular": ">=18.0.0 <19.8.0"
+ "@angular/core": "^18.0.0",
+ "@nx/angular": ">=19.1.0 <19.8.0"
23
24
"main": "src/index.js",
25
"schematics": "./collection.json",
0 commit comments