1
0
forked from Kieran/snort

Bump packages

This commit is contained in:
Kieran 2023-09-06 15:08:28 +01:00
parent 65861d30a2
commit e81420d4a9
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.4",
"version": "1.0.5",
"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.12",
"version": "1.0.13",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,8 +15,8 @@
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.4",
"@snort/system": "^1.0.17",
"@snort/shared": "^1.0.5",
"@snort/system": "^1.0.18",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.0.17",
"version": "1.0.18",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -30,7 +30,7 @@
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2",
"@snort/shared": "^1.0.4",
"@snort/shared": "^1.0.5",
"@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4",
"dexie": "^3.2.4",