Skip to content

Commit

Permalink
feat(slice): bump peer dep to include ng 14 and ngrx 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jul 13, 2022
1 parent ef59b3d commit 188175c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@
"style": "css"
}
},
"defaultProject": "ngx-bang",
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"prod": ["!{projectRoot}/**/*.spec.ts"]
},
"targetDefaults": {
"build": {
"inputs": ["prod", "^prod"],
"dependsOn": ["^build"]
},
"test": {
"inputs": ["default", "^prod"]
}
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": true
Expand Down
6 changes: 3 additions & 3 deletions packages/ngrx-slice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"type": "git"
},
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@ngrx/store": "^13.0.0",
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0",
"@ngrx/store": "^13.0.0 || ^14.0.0",
"immer": "~9.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 188175c

Please sign in to comment.