chore: bump pkgs
This commit is contained in:
parent
2ceddf40b9
commit
1c44eeabf2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@snort/shared",
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.15",
|
||||
"description": "Shared components for Snort",
|
||||
"type": "module",
|
||||
"module": "src/index.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@snort/system-react",
|
||||
"version": "1.2.12",
|
||||
"version": "1.3.0",
|
||||
"description": "React hooks for @snort/system",
|
||||
"main": "dist/index.js",
|
||||
"module": "src/index.ts",
|
||||
@ -16,8 +16,8 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@snort/shared": "^1.0.14",
|
||||
"@snort/system": "^1.2.12",
|
||||
"@snort/shared": "^1.0.15",
|
||||
"@snort/system": "^1.3.0",
|
||||
"react": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@snort/system",
|
||||
"version": "1.2.12",
|
||||
"version": "1.3.0",
|
||||
"description": "Snort nostr system package",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
@ -37,7 +37,7 @@
|
||||
"@noble/hashes": "^1.3.2",
|
||||
"@nostr-dev-kit/ndk": "^2.7.1",
|
||||
"@scure/base": "^1.1.2",
|
||||
"@snort/shared": "^1.0.14",
|
||||
"@snort/shared": "^1.0.15",
|
||||
"@stablelib/xchacha20": "^1.0.1",
|
||||
"debug": "^4.3.4",
|
||||
"eventemitter3": "^5.0.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user