Bump welshman

This commit is contained in:
Jon Staab
2024-10-18 16:07:52 -07:00
parent 4308e29dec
commit b79a274944
2 changed files with 39 additions and 34 deletions
+34 -29
View File
@@ -23,15 +23,15 @@
"@tiptap/extension-text": "^2.6.6", "@tiptap/extension-text": "^2.6.6",
"@tiptap/suggestion": "^2.6.4", "@tiptap/suggestion": "^2.6.4",
"@types/throttle-debounce": "^5.0.2", "@types/throttle-debounce": "^5.0.2",
"@welshman/app": "~0.0.17", "@welshman/app": "~0.0.18",
"@welshman/content": "~0.0.12", "@welshman/content": "~0.0.12",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.20", "@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.28", "@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9", "@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10", "@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.39", "@welshman/util": "~0.0.40",
"daisyui": "^4.12.10", "daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0", "date-picker-svelte": "^2.13.0",
"emoji-picker-element": "^1.22.8", "emoji-picker-element": "^1.22.8",
@@ -1659,17 +1659,18 @@
} }
}, },
"node_modules/@welshman/app": { "node_modules/@welshman/app": {
"version": "0.0.17", "version": "0.0.18",
"resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.17.tgz", "resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.18.tgz",
"integrity": "sha512-Qk58wZ8S043lORd0JSq4yj115cWHgQ9Ho+0h4yZHPSzV65n0QW4FRugENvmzbhVtUS/A+oFnPIaeo0CaRL6rqw==", "integrity": "sha512-h1PpAmnuu3bl5oXbSAh4bOfsaJ2QB0BWXZNia0Wq12cvriCc753xuk2AahShzJU6TY3wV/eNjWUuWkaJkeXcqQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.20", "@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.28", "@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9", "@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10", "@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.39", "@welshman/util": "~0.0.40",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
@@ -1706,9 +1707,10 @@
} }
}, },
"node_modules/@welshman/lib": { "node_modules/@welshman/lib": {
"version": "0.0.22", "version": "0.0.23",
"resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.22.tgz", "resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.23.tgz",
"integrity": "sha512-uT7nAezXYpoIlSt+8uOJOWM7ZNjnIw7m/kzboZwxbgJiUoY6fq8eFY/ZV0k3qo7NHZzUgtB9USf6D3+4QrPNHA==", "integrity": "sha512-BmY14Sc8FpR7ERMl7B6pOXzoo8C1ifYd+YXMKIJSJjd5jh3DasVIX7euioXkOtPR7YiNOwbuEexZVn39k/NQLw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@scure/base": "^1.1.6", "@scure/base": "^1.1.6",
"@types/events": "^3.0.3", "@types/events": "^3.0.3",
@@ -1718,12 +1720,13 @@
} }
}, },
"node_modules/@welshman/net": { "node_modules/@welshman/net": {
"version": "0.0.28", "version": "0.0.29",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.28.tgz", "resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.29.tgz",
"integrity": "sha512-KUsp5CIAFrK+wsNmeHPGFHSrV/ld3TX3KfHV0COAgrARUQQ7NBLPEDdYGBMtMe5mrQAdIL2AwWZDzZ8Y2mAbSQ==", "integrity": "sha512-2Gd793da/p+TwXoze0PAF3QFAi6D2UU0vLUnU4tfyLp3HRqJ2mjcxLgxrgZYJhIYxxGGtaYYd4KghekeFmgj3w==",
"license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.40",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
@@ -1743,21 +1746,23 @@
} }
}, },
"node_modules/@welshman/store": { "node_modules/@welshman/store": {
"version": "0.0.10", "version": "0.0.11",
"resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.0.10.tgz", "resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.0.11.tgz",
"integrity": "sha512-HtDSSUt6D5TCuq9LxPiS+lzqkjEM1JrL128n6iTiTU15dgLvDXyZ23VH5N1M6nd0U55QBCpIqVG74xfKpGyapw==", "integrity": "sha512-Sv2bRWQXWFMFHuWqO2jg0KIVoNCoCzQzJtoDh3SYvbCjtYjr8Y7yFeocwhGxPavswurDAHMZIngibAO1JH4Edw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.21", "@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.40",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
}, },
"node_modules/@welshman/util": { "node_modules/@welshman/util": {
"version": "0.0.39", "version": "0.0.40",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.39.tgz", "resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.40.tgz",
"integrity": "sha512-K+xD3PHrzxdQsL32tNVs6DhzFvUtjeI0DtVaROXpr7SKOqBk3Rmg07d5wiPG4jP7jf8U31yoY9mqQ7VcfPKLDw==", "integrity": "sha512-kdDFmRcCenBYYUv2bXUunyIjtTk/IQBeDvqf1BN8o3KXvokAIzXYXTS33/2UIPNGUqKoDt/WRKI/TdFeO2aPgw==",
"license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.23",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
}, },
+5 -5
View File
@@ -48,15 +48,15 @@
"@tiptap/extension-text": "^2.6.6", "@tiptap/extension-text": "^2.6.6",
"@tiptap/suggestion": "^2.6.4", "@tiptap/suggestion": "^2.6.4",
"@types/throttle-debounce": "^5.0.2", "@types/throttle-debounce": "^5.0.2",
"@welshman/app": "~0.0.17", "@welshman/app": "~0.0.18",
"@welshman/content": "~0.0.12", "@welshman/content": "~0.0.12",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.20", "@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.28", "@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9", "@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10", "@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.39", "@welshman/util": "~0.0.40",
"daisyui": "^4.12.10", "daisyui": "^4.12.10",
"date-picker-svelte": "^2.13.0", "date-picker-svelte": "^2.13.0",
"emoji-picker-element": "^1.22.8", "emoji-picker-element": "^1.22.8",