Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed May 23, 2024
1 parent b764cc1 commit bc2169a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2",
"version": "1.3.3",
"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.2",
"@snort/system": "^1.3.3",
"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.2",
"version": "1.3.3",
"description": "Snort nostr system package",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit bc2169a

Please sign in to comment.