Skip to content

Commit

Permalink
feat(signal-store): deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-rx committed Nov 19, 2023
1 parent d12bf4c commit b5060a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion libs/signal-store/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"dest": "../../dist/libs/signal-store",
"lib": {
"entryFile": "src/index.ts"
}
},
"allowedNonPeerDependencies": ["@mini-rx/common"]
}
7 changes: 3 additions & 4 deletions libs/signal-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-rx/signal-store",
"version": "0.0.20",
"version": "0.0.21",
"author": "Florian Spier <[email protected]> (https://florian-spier.be)",
"license": "MIT",
"homepage": "https://github.com/spierala/mini-rx-store",
Expand All @@ -23,12 +23,11 @@
"url": "https://github.com/spierala/mini-rx-store/issues"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@mini-rx/common": "^0.0.6",
"@angular/core": ">= 16.0.0",
"rxjs": "^7.0.0"
},
"dependencies": {
"@mini-rx/common": "^0.0.6",
"tslib": "^2.3.0"
},
"sideEffects": false
Expand Down

0 comments on commit b5060a3

Please sign in to comment.