Bump welshman, minor version

This commit is contained in:
Jon Staab
2025-01-02 15:09:16 -08:00
parent f5dced433a
commit 814c5974c4
2 changed files with 13 additions and 13 deletions
+10 -10
View File
@@ -34,12 +34,12 @@
"@welshman/content": "~0.0.15",
"@welshman/dvm": "~0.0.13",
"@welshman/editor": "~0.0.4",
"@welshman/feeds": "~0.0.29",
"@welshman/feeds": "~0.0.30",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/signer": "~0.0.19",
"@welshman/store": "~0.0.15",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.55",
"daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0",
"dotenv": "^16.4.5",
@@ -4775,13 +4775,13 @@
}
},
"node_modules/@welshman/feeds": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@welshman/feeds/-/feeds-0.0.29.tgz",
"integrity": "sha512-eD5Bdzp1rYuK9djUdoZApHAYWZtuqdb+ZD4bT2SDpyHj9oHkQliN8CXpmUsu2ZnJizGb7KqKRtEmHxBgxk8j1A==",
"version": "0.0.30",
"resolved": "https://registry.npmjs.org/@welshman/feeds/-/feeds-0.0.30.tgz",
"integrity": "sha512-Zcex2uJVeYM55zDI1Dhb5I41lYGD4BURWl95nbFaWbbMYDwoAFIS2cPXBsaGNrITzsz8qByvRs2RnplrmZwSzA==",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52"
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54"
}
},
"node_modules/@welshman/lib": {
@@ -4851,9 +4851,9 @@
}
},
"node_modules/@welshman/util": {
"version": "0.0.54",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.54.tgz",
"integrity": "sha512-+GNogmXDrGHaHZJbSrRxub+OBrdepnEQSef43eWIVfFGaa8ya9sDDXBPOaHjq/n75lk6ZkMXPi1EJthMWzM1jw==",
"version": "0.0.55",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.55.tgz",
"integrity": "sha512-eqb2522Y/9oPaf+qd+qnsqZh4tDT8TZj29G/XvXCsGuFxXBpOzJ2uOuEVclXD4AeFdy0CgMRKe7kZ7741ZRCgg==",
"license": "MIT",
"dependencies": {
"@types/ws": "^8.5.13",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "flotilla",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -62,12 +62,12 @@
"@welshman/content": "~0.0.15",
"@welshman/dvm": "~0.0.13",
"@welshman/editor": "~0.0.4",
"@welshman/feeds": "~0.0.29",
"@welshman/feeds": "~0.0.30",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/signer": "~0.0.19",
"@welshman/store": "~0.0.15",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.55",
"daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0",
"dotenv": "^16.4.5",