Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Aug 25, 2024
1 parent 2644c9e commit a85c4d6
Show file tree
Hide file tree
Showing 2 changed files with 1,354 additions and 1,416 deletions.
65 changes: 32 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,54 @@
"format": "prettier -w ."
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.1",
"@noble/ciphers": "^0.5.2",
"@codemirror/language": "^6.10.2",
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "^2.8.2",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.2",
"@nostr-dev-kit/ndk-svelte": "^2.2.15",
"@nostr-dev-kit/ndk-svelte-components": "^2.2.16",
"@scure/base": "^1.1.6",
"@uiw/codemirror-theme-github": "^4.21.25",
"blossom-client-sdk": "^0.7.0",
"blossom-drive-sdk": "^0.4.0",
"@nostr-dev-kit/ndk": "^2.10.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.1",
"@nostr-dev-kit/ndk-svelte": "^2.2.18",
"@nostr-dev-kit/ndk-svelte-components": "^2.2.19",
"@scure/base": "^1.1.7",
"@uiw/codemirror-theme-github": "^4.23.0",
"blossom-client-sdk": "^0.9.1",
"blossom-drive-sdk": "^0.4.1",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"dayjs": "^1.11.13",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.1",
"flowbite-svelte-icons": "^1.5.0",
"highlight.js": "^11.9.0",
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.15",
"flowbite-svelte-icons": "^1.6.1",
"highlight.js": "^11.10.0",
"idb": "^8.0.0",
"jszip": "^3.10.1",
"lodash.throttle": "^4.1.1",
"mime": "^4.0.1",
"mime": "^4.0.4",
"nanoid": "^5.0.7",
"nostr-tools": "^2.5.0",
"nostr-tools": "^2.7.2",
"path-browserify": "^1.0.1",
"rehype-highlight": "^7.0.0",
"svelte-codemirror-editor": "^1.3.0",
"svelte-exmarkdown": "^3.0.3",
"svelte-codemirror-editor": "^1.4.0",
"svelte-exmarkdown": "^3.0.5",
"svelte-spa-router": "^4.0.1",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@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.19",
"prettier": "^3.2.5",
"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.2.9",
"vite-plugin-pwa": "^0.20.0"
"@types/path-browserify": "^1.0.3",
"autoprefixer": "^10.4.20",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1"
}
}
Loading

0 comments on commit a85c4d6

Please sign in to comment.