We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b074c6 + f9eaf4e commit f7b6411Copy full SHA for f7b6411
libs/effects-ng/package.json
@@ -36,6 +36,6 @@
36
"ts-action-operators": "9.1.2"
37
},
38
"peerDependencies": {
39
- "@angular/core": ">=13.0.0"
+ "@angular/core": ">=15.0.0"
40
}
41
libs/effects-ng/project.json
@@ -9,7 +9,8 @@
9
"executor": "@nrwl/angular:package",
10
"outputs": ["{workspaceRoot}/dist/libs/effects-ng"],
11
"options": {
12
- "project": "libs/effects-ng/ng-package.json"
+ "project": "libs/effects-ng/ng-package.json",
13
+ "updateBuildableProjectDepsInPackageJson": false
14
15
"configurations": {
16
"production": {
0 commit comments