fix: depends

This commit is contained in:
Kieran 2023-12-07 21:55:30 +00:00
parent bcab6b0f0e
commit 1dc3059d0d
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.1.7",
"version": "1.1.8",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -16,7 +16,7 @@
],
"dependencies": {
"@snort/shared": "^1.0.10",
"@snort/system": "^1.1.6",
"@snort/system": "^1.1.8",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.1.7",
"version": "1.1.8",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",