Skip to content

Commit

Permalink
update ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Apr 16, 2024
1 parent 76bdb10 commit 639a9ed
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 372 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,55 @@
"format": "prettier -w ."
},
"dependencies": {
"@codemirror/autocomplete": "^6.15.0",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.1",
"@noble/ciphers": "^0.5.1",
"@noble/hashes": "^1.3.3",
"@nostr-dev-kit/ndk": "2.5.0",
"@nostr-dev-kit/ndk-cache-dexie": "2.2.7",
"@nostr-dev-kit/ndk-svelte": "2.2.7",
"@nostr-dev-kit/ndk-svelte-components": "2.2.7",
"@scure/base": "^1.1.5",
"@uiw/codemirror-theme-github": "^4.21.24",
"@noble/ciphers": "^0.5.2",
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "2.3.1",
"@nostr-dev-kit/ndk-svelte": "2.2.12",
"@nostr-dev-kit/ndk-svelte-components": "2.2.13",
"@scure/base": "^1.1.6",
"@uiw/codemirror-theme-github": "^4.21.25",
"blossom-client-sdk": "^0.4.0",
"blossom-drive-sdk": "^0.1.1",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.44.24",
"flowbite-svelte-icons": "^1.4.5",
"flowbite-svelte": "^0.45.0",
"flowbite-svelte-icons": "^1.5.0",
"highlight.js": "^11.9.0",
"idb": "^8.0.0",
"jszip": "^3.10.1",
"lodash.throttle": "^4.1.1",
"mime": "^4.0.1",
"nanoid": "^5.0.5",
"nostr-tools": "^2.3.2",
"nanoid": "^5.0.7",
"nostr-tools": "^2.5.0",
"path-browserify": "^1.0.1",
"rehype-highlight": "^7.0.0",
"svelte-codemirror-editor": "^1.3.0",
"svelte-exmarkdown": "^3.0.3",
"svelte-spa-router": "^4.0.1",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/file-saver": "^2.0.7",
"@types/lodash.throttle": "^4.1.9",
"@types/path-browserify": "^1.0.2",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-pwa": "^0.19.0"
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-pwa": "^0.19.8"
}
}
Loading

0 comments on commit 639a9ed

Please sign in to comment.