Update packages. Add quadtree (still need update for ID handling instead of index).

This commit is contained in:
2025-01-23 14:05:18 +01:00
parent f32c51ca38
commit 685bd47fc4
9 changed files with 3132 additions and 22 deletions

View File

@@ -11,20 +11,20 @@
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@iconify/vue": "^4.3.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/sitemap": "^7.0.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@nuxtjs/sitemap": "^7.2.3",
"@nuxtjs/tailwindcss": "^6.13.1",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"@vueuse/math": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"codemirror": "^6.0.1",
"drizzle-orm": "^0.35.3",
"drizzle-orm": "^0.38.4",
"hast": "^1.0.0",
"hast-util-heading": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"lodash.capitalize": "^4.2.1",
"mdast-util-find-and-replace": "^3.0.2",
"nodemailer": "^6.9.16",
"nuxt": "^3.15.0",
"nodemailer": "^6.10.0",
"nuxt": "3.15.1",
"nuxt-security": "^2.1.5",
"radix-vue": "^1.9.12",
"rehype-raw": "^7.0.0",
@@ -37,18 +37,18 @@
"rollup-plugin-vue": "^6.0.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vue": "latest",
"vue-router": "latest",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/bun": "^1.2.0",
"@types/lodash.capitalize": "^4.2.9",
"@types/nodemailer": "^6.4.17",
"@types/unist": "^3.0.3",
"better-sqlite3": "^11.7.0",
"bun-types": "^1.1.42",
"drizzle-kit": "^0.26.2",
"better-sqlite3": "^11.8.1",
"bun-types": "^1.2.0",
"drizzle-kit": "^0.30.2",
"mdast-util-to-string": "^4.0.0",
"rehype-stringify": "^10.0.1"
}