mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix(deps): update dependencies (#2526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
bd7fd961d0
commit
23f82d3296
3 changed files with 1258 additions and 1123 deletions
14
package.json
14
package.json
|
@ -56,7 +56,7 @@
|
|||
"@tiptap/starter-kit": "2.2.4",
|
||||
"@tiptap/suggestion": "2.2.4",
|
||||
"@tiptap/vue-3": "2.2.4",
|
||||
"@unocss/nuxt": "^0.58.9",
|
||||
"@unocss/nuxt": "^0.62.0",
|
||||
"@upstash/redis": "^1.27.1",
|
||||
"@vercel/kv": "^1.0.1",
|
||||
"@vue-macros/nuxt": "^1.6.0",
|
||||
|
@ -84,11 +84,11 @@
|
|||
"lru-cache": "^10.0.0",
|
||||
"masto": "^6.7.5",
|
||||
"node-emoji": "^2.1.3",
|
||||
"nuxt-security": "^0.13.1",
|
||||
"nuxt-security": "^0.14.0",
|
||||
"page-lifecycle": "^0.1.2",
|
||||
"pinia": "^2.2.2",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"prosemirror-highlight": "^0.5.0",
|
||||
"prosemirror-highlight": "^0.8.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"shiki": "^1.0.0",
|
||||
"simple-git": "^3.19.1",
|
||||
|
@ -98,13 +98,13 @@
|
|||
"string-length": "^5.0.1",
|
||||
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
||||
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
||||
"theme-vitesse": "^0.7.2",
|
||||
"theme-vitesse": "^0.8.0",
|
||||
"tiny-decode": "^0.1.3",
|
||||
"tippy.js": "^6.3.7",
|
||||
"ufo": "^1.5.3",
|
||||
"ultrahtml": "^1.5.3",
|
||||
"unimport": "^3.10.0",
|
||||
"vite-plugin-pwa": "^0.19.2",
|
||||
"vite-plugin-pwa": "^0.20.0",
|
||||
"vue-advanced-cropper": "^2.8.8",
|
||||
"vue-virtual-scroller": "2.0.0-beta.8",
|
||||
"workbox-build": "^7.0.0",
|
||||
|
@ -143,11 +143,11 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch",
|
||||
"@vueuse/motion": "patches/@vueuse__motion.patch",
|
||||
"pinceau": "patches/pinceau.patch",
|
||||
"vue-i18n": "patches/vue-i18n.patch",
|
||||
"nuxt": "patches/nuxt.patch"
|
||||
"nuxt": "patches/nuxt.patch",
|
||||
"nuxt-security": "patches/nuxt-security.patch"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/dist/module.d.ts b/dist/module.d.ts
|
||||
index db3d86728b99c2f8dadd7782483cd0ec40688703..972a0da26f04f58de9301e757a34d318f8d95ece 100644
|
||||
index b529dffc651fdd47ccfcf19b896cf76bbe68a0a6..3db4fe583892e6f092dc09f4f11c1a30606d1b20 100644
|
||||
--- a/dist/module.d.ts
|
||||
+++ b/dist/module.d.ts
|
||||
@@ -222,15 +222,15 @@ interface NuxtSecurityRouteRules {
|
||||
@@ -232,15 +232,15 @@ interface NuxtSecurityRouteRules {
|
||||
|
||||
declare module "@nuxt/schema" {
|
||||
interface NuxtOptions {
|
2361
pnpm-lock.yaml
2361
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue