Bump versions

This commit is contained in:
Jon Staab
2024-11-26 11:54:50 -08:00
parent 26c2fc133a
commit 6d1494be19
10 changed files with 48 additions and 49 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.29",
"version": "0.0.30",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -31,13 +31,13 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.25",
"@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.27",
"@welshman/feeds": "~0.0.26",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.38",
"@welshman/signer": "~0.0.14",
"@welshman/net": "~0.0.39",
"@welshman/signer": "~0.0.15",
"@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45",
"@welshman/util": "~0.0.46",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",