mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-06-23 08:21:10 +00:00
chore: Update dependencies and lockfile
This commit is contained in:
parent
baab75b004
commit
747fcbbdb8
2 changed files with 408 additions and 385 deletions
24
package.json
24
package.json
|
@ -16,30 +16,30 @@
|
||||||
"packageManager": "pnpm@10.11.0",
|
"packageManager": "pnpm@10.11.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltejs/adapter-auto": "^6.0.1",
|
"@sveltejs/adapter-auto": "^6.0.1",
|
||||||
"@sveltejs/kit": "^2.21.1",
|
"@sveltejs/kit": "^2.21.3",
|
||||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
"@sveltejs/vite-plugin-svelte": "^5.1.0",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"@tailwindcss/vite": "^4.1.8",
|
"@tailwindcss/vite": "^4.1.8",
|
||||||
"@types/eslint": "^9.6.1",
|
"@types/eslint": "^9.6.1",
|
||||||
"eslint": "^9.27.0",
|
"eslint": "^9.28.0",
|
||||||
"eslint-config-prettier": "^10.1.5",
|
"eslint-config-prettier": "^10.1.5",
|
||||||
"eslint-plugin-svelte": "^3.9.0",
|
"eslint-plugin-svelte": "^3.9.1",
|
||||||
"globals": "^16.2.0",
|
"globals": "^16.2.0",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
"prettier-plugin-svelte": "^3.4.0",
|
"prettier-plugin-svelte": "^3.4.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
"prettier-plugin-tailwindcss": "^0.6.12",
|
||||||
"svelte": "^5.33.4",
|
"svelte": "^5.33.18",
|
||||||
"svelte-check": "^4.2.1",
|
"svelte-check": "^4.2.1",
|
||||||
"tailwindcss": "^4.1.8",
|
"tailwindcss": "^4.1.8",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"typescript-eslint": "^8.33.0",
|
"typescript-eslint": "^8.33.1",
|
||||||
"vite": "^6.3.5",
|
"vite": "^6.3.5",
|
||||||
"vitest": "^3.1.4"
|
"vitest": "^3.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@blah-im/core": "^0.10.0",
|
"@blah-im/core": "^0.10.0",
|
||||||
"@zeabur/svelte-adapter": "^1.0.0",
|
"@zeabur/svelte-adapter": "^1.0.0",
|
||||||
"bits-ui": "^2.2.0",
|
"bits-ui": "^2.5.0",
|
||||||
"canonicalize": "^2.1.0",
|
"canonicalize": "^2.1.0",
|
||||||
"idb": "^8.0.3",
|
"idb": "^8.0.3",
|
||||||
"prosemirror-commands": "^1.7.1",
|
"prosemirror-commands": "^1.7.1",
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
"prosemirror-schema-basic": "^1.2.4",
|
"prosemirror-schema-basic": "^1.2.4",
|
||||||
"prosemirror-state": "^1.4.3",
|
"prosemirror-state": "^1.4.3",
|
||||||
"prosemirror-transform": "^1.10.4",
|
"prosemirror-transform": "^1.10.4",
|
||||||
"prosemirror-view": "^1.39.3",
|
"prosemirror-view": "^1.40.0",
|
||||||
"svelte-boring-avatars": "^1.2.6",
|
"svelte-boring-avatars": "^1.2.6",
|
||||||
"svelte-hero-icons": "^5.2.0",
|
"svelte-hero-icons": "^5.2.0",
|
||||||
"svelte-persisted-store": "^0.12.0",
|
"svelte-persisted-store": "^0.12.0",
|
||||||
"tailwind-merge": "^3.3.0",
|
"tailwind-merge": "^3.3.0",
|
||||||
"virtua": "^0.41.2",
|
"virtua": "^0.41.5",
|
||||||
"zod": "^3.25.32"
|
"zod": "^3.25.56"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
769
pnpm-lock.yaml
generated
769
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue