chore: bump packages
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2023-10-16 20:31:12 +01:00
parent 725d6d11f0
commit 3b427338f4
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/shared",
"version": "1.0.6",
"version": "1.0.7",
"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.15",
"version": "1.0.16",
"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.6",
"@snort/system": "^1.0.21",
"@snort/shared": "^1.0.7",
"@snort/system": "^1.0.22",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-wasm",
"version": "1.0.0",
"version": "1.0.1",
"packageManager": "yarn@3.6.3",
"author": "Kieran",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-web",
"version": "1.0.0",
"version": "1.0.1",
"description": "Web based components @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,8 +15,8 @@
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.6",
"@snort/system": "^1.0.21",
"@snort/shared": "^1.0.7",
"@snort/system": "^1.0.22",
"dexie": "^3.2.4"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.0.21",
"version": "1.0.22",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -33,7 +33,7 @@
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2",
"@snort/shared": "^1.0.6",
"@snort/shared": "^1.0.7",
"@stablelib/xchacha20": "^1.0.1",
"debug": "^4.3.4",
"isomorphic-ws": "^5.0.0",