Bump versions

This commit is contained in:
Jon Staab
2024-12-11 16:46:11 -08:00
parent 0fcb2482d8
commit 79d3996a5a
10 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.12",
"version": "0.0.13",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.28",
"@welshman/lib": "~0.0.29",
"@welshman/util": "~0.0.48",
"svelte": "^4.2.18"
}