Bump versions

This commit is contained in:
Jon Staab
2024-12-30 12:46:07 -08:00
parent b4ad14e41c
commit 865fa4b101
10 changed files with 51 additions and 51 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.14",
"version": "0.0.15",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",
@@ -26,8 +26,8 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52",
"svelte": "^4.2.18"
}
}