Skip to content

Commit

Permalink
Merge pull request #23 from klerick/bump-sdk
Browse files Browse the repository at this point in the history
fix(json-api-nestjs-sdk): bim dep
  • Loading branch information
klerick authored Dec 17, 2022
2 parents d7d7254 + 06af0d3 commit 05dc1d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/json-api-nestjs-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"json-api-nestjs": "^4.0.0"
"json-api-nestjs": "^4.0.0",
"@angular/platform-browser": "^15.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 05dc1d2

Please sign in to comment.