|
13 | 13 | "format": "prettier -w ."
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@codemirror/autocomplete": "^6.15.0", |
17 |
| - "@codemirror/lang-markdown": "^6.2.4", |
| 16 | + "@codemirror/autocomplete": "^6.16.0", |
| 17 | + "@codemirror/lang-markdown": "^6.2.5", |
18 | 18 | "@codemirror/language": "^6.10.1",
|
19 |
| - "@noble/ciphers": "^0.5.1", |
20 |
| - "@noble/hashes": "^1.3.3", |
21 |
| - "@nostr-dev-kit/ndk": "2.5.0", |
22 |
| - "@nostr-dev-kit/ndk-cache-dexie": "2.2.7", |
23 |
| - "@nostr-dev-kit/ndk-svelte": "2.2.7", |
24 |
| - "@nostr-dev-kit/ndk-svelte-components": "2.2.7", |
25 |
| - "@scure/base": "^1.1.5", |
26 |
| - "@uiw/codemirror-theme-github": "^4.21.24", |
| 19 | + "@noble/ciphers": "^0.5.2", |
| 20 | + "@noble/hashes": "^1.4.0", |
| 21 | + "@nostr-dev-kit/ndk": "2.7.1", |
| 22 | + "@nostr-dev-kit/ndk-cache-dexie": "2.3.1", |
| 23 | + "@nostr-dev-kit/ndk-svelte": "2.2.12", |
| 24 | + "@nostr-dev-kit/ndk-svelte-components": "2.2.13", |
| 25 | + "@scure/base": "^1.1.6", |
| 26 | + "@uiw/codemirror-theme-github": "^4.21.25", |
27 | 27 | "blossom-client-sdk": "^0.4.0",
|
28 | 28 | "blossom-drive-sdk": "^0.1.1",
|
29 | 29 | "codemirror": "^6.0.1",
|
30 | 30 | "dayjs": "^1.11.10",
|
31 | 31 | "events": "^3.3.0",
|
32 | 32 | "file-saver": "^2.0.5",
|
33 | 33 | "flowbite": "^2.3.0",
|
34 |
| - "flowbite-svelte": "^0.44.24", |
35 |
| - "flowbite-svelte-icons": "^1.4.5", |
| 34 | + "flowbite-svelte": "^0.45.0", |
| 35 | + "flowbite-svelte-icons": "^1.5.0", |
36 | 36 | "highlight.js": "^11.9.0",
|
37 | 37 | "idb": "^8.0.0",
|
38 | 38 | "jszip": "^3.10.1",
|
39 | 39 | "lodash.throttle": "^4.1.1",
|
40 | 40 | "mime": "^4.0.1",
|
41 |
| - "nanoid": "^5.0.5", |
42 |
| - "nostr-tools": "^2.3.2", |
| 41 | + "nanoid": "^5.0.7", |
| 42 | + "nostr-tools": "^2.5.0", |
43 | 43 | "path-browserify": "^1.0.1",
|
44 | 44 | "rehype-highlight": "^7.0.0",
|
45 | 45 | "svelte-codemirror-editor": "^1.3.0",
|
46 | 46 | "svelte-exmarkdown": "^3.0.3",
|
47 | 47 | "svelte-spa-router": "^4.0.1",
|
48 |
| - "tailwindcss": "^3.4.1" |
| 48 | + "tailwindcss": "^3.4.3" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@sveltejs/vite-plugin-svelte": "^3.0.2", |
52 |
| - "@tsconfig/svelte": "^5.0.2", |
| 51 | + "@sveltejs/vite-plugin-svelte": "^3.1.0", |
| 52 | + "@tsconfig/svelte": "^5.0.4", |
53 | 53 | "@types/file-saver": "^2.0.7",
|
54 | 54 | "@types/lodash.throttle": "^4.1.9",
|
55 | 55 | "@types/path-browserify": "^1.0.2",
|
56 |
| - "autoprefixer": "^10.4.17", |
| 56 | + "autoprefixer": "^10.4.19", |
57 | 57 | "prettier": "^3.2.5",
|
58 |
| - "prettier-plugin-svelte": "^3.2.1", |
59 |
| - "prettier-plugin-tailwindcss": "^0.5.11", |
60 |
| - "svelte": "^4.2.10", |
61 |
| - "svelte-check": "^3.6.3", |
| 58 | + "prettier-plugin-svelte": "^3.2.3", |
| 59 | + "prettier-plugin-tailwindcss": "^0.5.14", |
| 60 | + "svelte": "^4.2.14", |
| 61 | + "svelte-check": "^3.6.9", |
62 | 62 | "tslib": "^2.6.2",
|
63 |
| - "typescript": "^5.2.2", |
64 |
| - "vite": "^5.1.0", |
65 |
| - "vite-plugin-pwa": "^0.19.0" |
| 63 | + "typescript": "^5.4.5", |
| 64 | + "vite": "^5.2.9", |
| 65 | + "vite-plugin-pwa": "^0.19.8" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments