Bump packages
Some checks failed
continuous-integration/drone/push Build is failing

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", "name": "@snort/shared",
"version": "1.0.4", "version": "1.0.5",
"description": "Shared components for Snort", "description": "Shared components for Snort",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@snort/system-react", "name": "@snort/system-react",
"version": "1.0.12", "version": "1.0.13",
"description": "React hooks for @snort/system", "description": "React hooks for @snort/system",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -15,8 +15,8 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@snort/shared": "^1.0.4", "@snort/shared": "^1.0.5",
"@snort/system": "^1.0.17", "@snort/system": "^1.0.18",
"react": "^18.2.0" "react": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {

View File

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