Skip to content

Commit

Permalink
fix(package): fix dependencies of core and common package
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Guerrero authored and gabrielguerrero committed Mar 20, 2024
1 parent 06fc4f5 commit ccf8a4f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ testem.log
.DS_Store
Thumbs.db
.nx/cache

.angular
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/dist
/coverage

/.nx/cache
/.nx/cache
.angular
12 changes: 6 additions & 6 deletions libs/ngrx-traits/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"postinstall": "ngcc"
},
"peerDependencies": {
"@angular/core": "^15.2.10",
"@ngrx/effects": "^15.3.0",
"@ngrx/entity": "^15.3.0",
"@ngrx/store": "^15.3.0",
"@ngrx-traits/core": "^15.0.0"
"@angular/core": "^17.1.0",
"@ngrx/effects": "^17.1.1",
"@ngrx/entity": "^17.1.1",
"@ngrx/store": "^17.1.1",
"@ngrx-traits/core": "^17.0.0"
},
"optionalDependencies": {
"@angular/router": "^15.2.10"
"@angular/router": "^17.1.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions libs/ngrx-traits/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"postinstall": "ngcc"
},
"peerDependencies": {
"@angular/core": "^15.2.10",
"@ngrx/effects": "^15.3.0",
"@ngrx/entity": "^15.3.0",
"@ngrx/store": "^15.3.0",
"@angular/core": "^17.1.0",
"@ngrx/effects": "^17.1.1",
"@ngrx/entity": "^17.1.1",
"@ngrx/store": "^17.1.1",
"rxjs": "^7.8.1"
},
"repository": {
Expand Down

0 comments on commit ccf8a4f

Please sign in to comment.