Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed Dec 21, 2024
1 parent f0251e8 commit 553d965
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@
"dependencies": {
"@fontsource-variable/m-plus-2": "^5.1.0",
"@l4ph/web-novel-parser": "npm:@jsr/l4ph__web-novel-parser",
"@macfja/svelte-persistent-store": "^2.4.1",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/cli": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@macfja/svelte-persistent-store": "^2.4.2",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"lucide-svelte": "^0.441.0",
"lz-string": "^1.5.0",
"mode-watcher": "^0.4.1",
"svelte-codemirror-editor": "^1.4.1",
"svelte-file-dropzone": "^2.0.8",
"svelte-file-dropzone": "^2.0.9",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.2.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@svelte-put/shortcut": "^3.2.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.13.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0-alpha.25",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@types/bun": "latest",
"@types/node": "^22.7.4",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.44.1",
"svelte": "^5.0.0-next.260",
"svelte-check": "^4.0.4",
"tailwindcss": "^4.0.0-alpha.25",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^6.0.0-beta.2"
"eslint-plugin-svelte": "^2.46.1",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^4.0.0-beta.8",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
},
"module": "index.ts"
}

0 comments on commit 553d965

Please sign in to comment.