Skip to content

Commit

Permalink
chore: bump pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed May 15, 2024
1 parent bb2b090 commit 1512f38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/system-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.3.1",
"version": "1.3.2",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.1",
"@snort/system": "^1.3.2",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.3.1",
"version": "1.3.2",
"description": "Snort nostr system package",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snort/wallet",
"version": "0.1.2",
"version": "0.1.3",
"description": "Snort wallet system package",
"type": "module",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"@lightninglabs/lnc-web": "^0.3.1-alpha",
"@scure/base": "^1.1.6",
"@snort/shared": "^1.0.14",
"@snort/system": "^1.2.12",
"@snort/system": "^1.3.2",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4712,7 +4712,7 @@ __metadata:
resolution: "@snort/system-react@workspace:packages/system-react"
dependencies:
"@snort/shared": "npm:^1.0.15"
"@snort/system": "npm:^1.3.1"
"@snort/system": "npm:^1.3.2"
"@types/react": "npm:^18.2.14"
react: "npm:^18.2.0"
typescript: "npm:^5.2.2"
Expand Down Expand Up @@ -4747,7 +4747,7 @@ __metadata:
languageName: unknown
linkType: soft

"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.2.12, @snort/system@npm:^1.3.1, @snort/system@workspace:*, @snort/system@workspace:packages/system":
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.3.2, @snort/system@workspace:*, @snort/system@workspace:packages/system":
version: 0.0.0-use.local
resolution: "@snort/system@workspace:packages/system"
dependencies:
Expand Down Expand Up @@ -4788,7 +4788,7 @@ __metadata:
"@lightninglabs/lnc-web": "npm:^0.3.1-alpha"
"@scure/base": "npm:^1.1.6"
"@snort/shared": "npm:^1.0.14"
"@snort/system": "npm:^1.2.12"
"@snort/system": "npm:^1.3.2"
"@types/debug": "npm:^4.1.12"
"@webbtc/webln-types": "npm:^3.0.0"
debug: "npm:^4.3.4"
Expand Down

0 comments on commit 1512f38

Please sign in to comment.