Skip to content

Commit

Permalink
feat(signal-store): inc dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-rx committed Nov 24, 2023
1 parent b5060a3 commit e83f65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mini-rx/common",
"version": "0.0.6",
"version": "0.0.7",
"peerDependencies": {
"rxjs": "^6.4.0 || ^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 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.21",
"version": "0.0.23",
"author": "Florian Spier <[email protected]> (https://florian-spier.be)",
"license": "MIT",
"homepage": "https://github.com/spierala/mini-rx-store",
Expand All @@ -27,7 +27,7 @@
"rxjs": "^7.0.0"
},
"dependencies": {
"@mini-rx/common": "^0.0.6",
"@mini-rx/common": "^0.0.7",
"tslib": "^2.3.0"
},
"sideEffects": false
Expand Down

0 comments on commit e83f65c

Please sign in to comment.