mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 00:18:20 +01:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Some checks failed
This commit is contained in:
parent
3ef7b774d5
commit
a6db9e059d
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
|
|
@ -8,7 +8,8 @@
|
|||
"noConsole": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noDuplicateElseIf": "error",
|
||||
"noDocumentCookie": "off"
|
||||
"noDocumentCookie": "off",
|
||||
"noUnknownAtRules": "off"
|
||||
},
|
||||
"performance": {
|
||||
"noBarrelFile": "off",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in
|
|||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 2;
|
||||
hash = "sha256-OusyjvdhLtZKkGjkG0ftGoOdn4F07ViZl8s5iNgrHXw=";
|
||||
hash = "sha256-mVoQCdBDX6e2Y7cWUGJzxyJ5CpMgjrw5hf9K9qvGU7Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
70
package.json
70
package.json
|
|
@ -33,32 +33,32 @@
|
|||
"check": "bunx tsc -p ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/dom": "^1.7.2",
|
||||
"@floating-ui/dom": "^1.7.4",
|
||||
"@nuxt/fonts": "^0.11.4",
|
||||
"@nuxtjs/color-mode": "3.5.2",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@tanstack/vue-table": "^8.21.3",
|
||||
"@tiptap/extension-emoji": "^3.0.1",
|
||||
"@tiptap/extension-highlight": "^3.0.1",
|
||||
"@tiptap/extension-image": "^3.0.1",
|
||||
"@tiptap/extension-list": "^3.0.1",
|
||||
"@tiptap/extension-mention": "^3.0.1",
|
||||
"@tiptap/extension-subscript": "^3.0.1",
|
||||
"@tiptap/extension-superscript": "^3.0.1",
|
||||
"@tiptap/extension-task-item": "^3.0.1",
|
||||
"@tiptap/extension-task-list": "^3.0.1",
|
||||
"@tiptap/extensions": "^3.0.1",
|
||||
"@tiptap/pm": "^3.0.1",
|
||||
"@tiptap/starter-kit": "^3.0.1",
|
||||
"@tiptap/suggestion": "^3.0.1",
|
||||
"@tiptap/vue-3": "^3.0.1",
|
||||
"@tiptap/extension-emoji": "^3.2.1",
|
||||
"@tiptap/extension-highlight": "^3.2.1",
|
||||
"@tiptap/extension-image": "^3.2.1",
|
||||
"@tiptap/extension-list": "^3.2.1",
|
||||
"@tiptap/extension-mention": "^3.2.1",
|
||||
"@tiptap/extension-subscript": "^3.2.1",
|
||||
"@tiptap/extension-superscript": "^3.2.1",
|
||||
"@tiptap/extension-task-item": "^3.2.1",
|
||||
"@tiptap/extension-task-list": "^3.2.1",
|
||||
"@tiptap/extensions": "^3.2.1",
|
||||
"@tiptap/pm": "^3.2.1",
|
||||
"@tiptap/starter-kit": "^3.2.1",
|
||||
"@tiptap/suggestion": "^3.2.1",
|
||||
"@tiptap/vue-3": "^3.2.1",
|
||||
"@vee-validate/zod": "^4.15.1",
|
||||
"@versia/client": "0.2.0-alpha.4",
|
||||
"@videojs-player/vue": "^1.0.0",
|
||||
"@vite-pwa/nuxt": "^1.0.4",
|
||||
"@vueuse/core": "^13.5.0",
|
||||
"@vueuse/nuxt": "^13.5.0",
|
||||
"@vueuse/core": "^13.7.0",
|
||||
"@vueuse/nuxt": "^13.7.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"embla-carousel-vue": "^8.6.0",
|
||||
|
|
@ -66,41 +66,41 @@
|
|||
"emojibase-data": "^16.0.3",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
"lucide-vue-next": "^0.525.0",
|
||||
"lucide-vue-next": "^0.540.0",
|
||||
"magic-regexp": "^0.10.0",
|
||||
"mitt": "^3.0.1",
|
||||
"nanoid": "^5.1.5",
|
||||
"nuxt": "^4.0.0",
|
||||
"nuxt-security": "^2.2.0",
|
||||
"reka-ui": "^2.3.2",
|
||||
"nuxt": "^4.0.3",
|
||||
"nuxt-security": "^2.4.0",
|
||||
"reka-ui": "^2.4.1",
|
||||
"shadcn-nuxt": "2.2.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tw-animate-css": "^1.3.5",
|
||||
"tw-animate-css": "^1.3.7",
|
||||
"vaul-vue": "^0.4.1",
|
||||
"vee-validate": "^4.15.1",
|
||||
"virtua": "^0.41.5",
|
||||
"vue": "^3.5.17",
|
||||
"vue": "^3.5.19",
|
||||
"vue-draggable-plus": "^0.6.0",
|
||||
"vue-router": "^4.5.1",
|
||||
"vue-sonner": "^2.0.1",
|
||||
"zod": "^3.25.67"
|
||||
"vue-sonner": "^2.0.8",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.1.1",
|
||||
"@iconify-json/fluent-emoji": "^1.2.3",
|
||||
"@iconify-json/fluent-emoji-flat": "^1.2.3",
|
||||
"@iconify-json/noto": "^1.2.3",
|
||||
"@iconify-json/twemoji": "^1.2.2",
|
||||
"@iconify/utils": "^2.3.0",
|
||||
"@biomejs/biome": "^2.2.0",
|
||||
"@iconify-json/fluent-emoji": "^1.2.6",
|
||||
"@iconify-json/fluent-emoji-flat": "^1.2.5",
|
||||
"@iconify-json/noto": "^1.2.6",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify/utils": "^3.0.1",
|
||||
"@inlang/paraglide-js": "2.2.0",
|
||||
"@inlang/plugin-m-function-matcher": "^2.1.0",
|
||||
"@inlang/plugin-message-format": "^4.0.0",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"typescript": "^5.8.3",
|
||||
"vue-tsc": "^3.0.1"
|
||||
"typescript": "^5.9.2",
|
||||
"vue-tsc": "^3.0.6"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
|
|
|
|||
2552
pnpm-lock.yaml
2552
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue