bump versions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-07-05 23:46:13 +01:00
parent 68b9a89278
commit 4958611cca
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/shared",
"version": "1.0.3",
"version": "1.0.4",
"description": "Shared components for Snort",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.0.7",
"version": "1.0.9",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -16,8 +16,8 @@
"dist"
],
"dependencies": {
"@snort/system": "^1.0.12",
"@snort/shared": "^1.0.2",
"@snort/system": "^1.0.14",
"@snort/shared": "^1.0.4",
"react": "^18.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.0.12",
"version": "1.0.14",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -25,7 +25,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@snort/shared": "^1.0.3",
"@snort/shared": "^1.0.4",
"@noble/curves": "^1.0.0",
"@scure/base": "^1.1.1",
"@stablelib/xchacha20": "^1.0.1",