Skip to content

Commit f7b6411

Browse files
authored
Merge pull request #47 from EricPoul/master
fix(effects-ng): disable updating peerDeps on building
2 parents 2b074c6 + f9eaf4e commit f7b6411

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libs/effects-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"ts-action-operators": "9.1.2"
3737
},
3838
"peerDependencies": {
39-
"@angular/core": ">=13.0.0"
39+
"@angular/core": ">=15.0.0"
4040
}
4141
}

libs/effects-ng/project.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"executor": "@nrwl/angular:package",
1010
"outputs": ["{workspaceRoot}/dist/libs/effects-ng"],
1111
"options": {
12-
"project": "libs/effects-ng/ng-package.json"
12+
"project": "libs/effects-ng/ng-package.json",
13+
"updateBuildableProjectDepsInPackageJson": false
1314
},
1415
"configurations": {
1516
"production": {

0 commit comments

Comments
 (0)