mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-31 06:01:10 +00:00
chore: update deps
This commit is contained in:
parent
66b467d270
commit
f9b7d6e9a1
2 changed files with 1067 additions and 485 deletions
30
package.json
30
package.json
|
@ -16,35 +16,35 @@
|
|||
"packageManager": "pnpm@10.10.0",
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^6.0.0",
|
||||
"@sveltejs/kit": "^2.20.7",
|
||||
"@sveltejs/kit": "^2.20.8",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.4",
|
||||
"@tailwindcss/vite": "^4.1.5",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"eslint": "^9.25.1",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-config-prettier": "^10.1.3",
|
||||
"eslint-plugin-svelte": "^3.5.1",
|
||||
"globals": "^16.0.0",
|
||||
"globals": "^16.1.0",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"svelte": "^5.28.2",
|
||||
"svelte-check": "^4.1.6",
|
||||
"tailwindcss": "^4.1.4",
|
||||
"svelte-check": "^4.1.7",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.31.1",
|
||||
"vite": "^6.3.4",
|
||||
"vitest": "^3.1.2"
|
||||
"typescript-eslint": "^8.32.0",
|
||||
"vite": "^6.3.5",
|
||||
"vitest": "^3.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blah-im/core": "^0.7.0",
|
||||
"@zeabur/svelte-adapter": "^1.0.0",
|
||||
"bits-ui": "^1.4.2",
|
||||
"bits-ui": "^1.4.6",
|
||||
"canonicalize": "^2.1.0",
|
||||
"idb": "^8.0.2",
|
||||
"idb": "^8.0.3",
|
||||
"prosemirror-commands": "^1.7.1",
|
||||
"prosemirror-history": "^1.4.1",
|
||||
"prosemirror-keymap": "^1.2.2",
|
||||
"prosemirror-keymap": "^1.2.3",
|
||||
"prosemirror-model": "^1.25.1",
|
||||
"prosemirror-schema-basic": "^1.2.4",
|
||||
"prosemirror-state": "^1.4.3",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"svelte-hero-icons": "^5.2.0",
|
||||
"svelte-persisted-store": "^0.12.0",
|
||||
"tailwind-merge": "^3.2.0",
|
||||
"virtua": "^0.40.4",
|
||||
"zod": "^3.24.3"
|
||||
"virtua": "^0.41.0",
|
||||
"zod": "^3.24.4"
|
||||
}
|
||||
}
|
||||
|
|
1522
pnpm-lock.yaml
generated
1522
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue