Bump versions

This commit is contained in:
Jon Staab
2024-10-18 16:04:48 -07:00
parent 538a7c51af
commit 766abe136a
10 changed files with 45 additions and 45 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.10",
"version": "0.0.11",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40",
"svelte": "^4.2.18"
}
}