We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ba356 commit 5b3ca29Copy full SHA for 5b3ca29
1 file changed
libs/ddd/package.json
@@ -9,17 +9,14 @@
9
"url": "https://github.com/angular-architects/nx-ddd-plugin"
10
},
11
"engines": {
12
- "node": ">= 18",
13
- "npm": ">= 9",
+ "node": ">=18",
+ "npm": ">=9",
14
"yarn": "^1.22.17"
15
16
- "dependencies": {
17
- "@ngrx/schematics": "^17.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"
+ "@ngrx/schematics": "^17.0.0",
+ "@nx/angular": ">=17.1.0 <20.0.0"
23
24
"main": "src/index.js",
25
"schematics": "./collection.json",
0 commit comments